Shades of Gold Drop #D56C2B
Tints of Gold Drop #D56C2B
RGB
CMYK
RGB Variations
Color information
#D56C2B (or 0xD56C2B) is known color: Gold Drop. HEX triplet: D5, 6C and 2B. RGB value is (213,108,43). Sum of RGB (Red+Green+Blue) = 213+108+43=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56C2B is #2A93D4. Grayscale: #848484. Windows color (decimal): -2790357 or 2845909. OLE color: 2845909.
HSL color Cylindrical-coordinate representation of color #D56C2B: hue angle of 22.94º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D56C2B is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 43 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.16 |
| HSL | 22.94º | 0.67% | 0.5% | - |
| HSV(B) | 22.94º | 0.8% | 0.84% | - |
| XYZ | 33.24 | 25.05 | 5.37 | - |
| YUV | 131.99 | 77.79 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 43 | 0 | 0.49 | 0.80 | 0.16 | 22.94 | 0.67 | 0.5 |
| Hex | D5 | 6C | 2B | 0 | 31 | 50 | 10 | 17 | 43 | 32 |
| Octal | 325 | 154 | 53 | 0 | 61 | 120 | 20 | 27 | 103 | 62 |
| Binary | 11010101 | 1101100 | 101011 | 0 | 110001 | 1010000 | 10000 | 10111 | 1000011 | 110010 |
Color Harmonies of #D56C2B
Complementary color
Monochromatic Colors of #D56C2B
Black with #D56C2B
Text Example
Text Example
White with #D56C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56C2B; }
p { color: rgb(213,108,43); }
H1.HeaderClassName
{
color: #D56C2B;
}
.AnyTagClassName
{
color: #D56C2B;
}
</style>
background-color css
<style>
a { background-color: #D56C2B; }
a { background-color: rgb(213,108,43); }
div.DivClassName
{
background-color: #D56C2B;
}
.BgClassName
{
background-color: #D56C2B;
}
</style>
border-color css
<style>
span { border-color: #D56C2B; }
span { border-color: rgb(213,108,43); }
td.TdClassName
{
border-color: #D56C2B;
}
.TagClassName
{
border-color: #D56C2B;
}
</style>