Shades of Gold Drop #D06632
Tints of Gold Drop #D06632
RGB
CMYK
RGB Variations
Color information
#D06632 (or 0xD06632) is known color: Gold Drop. HEX triplet: D0, 66 and 32. RGB value is (208,102,50). Sum of RGB (Red+Green+Blue) = 208+102+50=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D06632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06632 is #2F99CD. Grayscale: #808080. Windows color (decimal): -3119566 or 3303120. OLE color: 3303120.
HSL color Cylindrical-coordinate representation of color #D06632: hue angle of 19.75º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D06632 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 50 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.18 |
| HSL | 19.75º | 0.63% | 0.51% | - |
| HSV(B) | 19.75º | 0.76% | 0.82% | - |
| XYZ | 31.34 | 23.14 | 5.83 | - |
| YUV | 127.77 | 84.12 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 50 | 0 | 0.51 | 0.76 | 0.18 | 19.75 | 0.63 | 0.51 |
| Hex | D0 | 66 | 32 | 0 | 33 | 4C | 12 | 14 | 3F | 33 |
| Octal | 320 | 146 | 62 | 0 | 63 | 114 | 22 | 24 | 77 | 63 |
| Binary | 11010000 | 1100110 | 110010 | 0 | 110011 | 1001100 | 10010 | 10100 | 111111 | 110011 |
Color Harmonies of #D06632
Complementary color
Monochromatic Colors of #D06632
Black with #D06632
Text Example
Text Example
White with #D06632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06632; }
p { color: rgb(208,102,50); }
H1.HeaderClassName
{
color: #D06632;
}
.AnyTagClassName
{
color: #D06632;
}
</style>
background-color css
<style>
a { background-color: #D06632; }
a { background-color: rgb(208,102,50); }
div.DivClassName
{
background-color: #D06632;
}
.BgClassName
{
background-color: #D06632;
}
</style>
border-color css
<style>
span { border-color: #D06632; }
span { border-color: rgb(208,102,50); }
td.TdClassName
{
border-color: #D06632;
}
.TagClassName
{
border-color: #D06632;
}
</style>