Shades of Gold Drop #D06631
Tints of Gold Drop #D06631
RGB
CMYK
RGB Variations
Color information
#D06631 (or 0xD06631) is known color: Gold Drop. HEX triplet: D0, 66 and 31. RGB value is (208,102,49). Sum of RGB (Red+Green+Blue) = 208+102+49=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D06631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06631 is #2F99CE. Grayscale: #7F7F7F. Windows color (decimal): -3119567 or 3237584. OLE color: 3237584.
HSL color Cylindrical-coordinate representation of color #D06631: hue angle of 20º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D06631 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 49 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.18 |
| HSL | 20º | 0.63% | 0.5% | - |
| HSV(B) | 20º | 0.76% | 0.82% | - |
| XYZ | 31.32 | 23.13 | 5.72 | - |
| YUV | 127.65 | 83.62 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 49 | 0 | 0.51 | 0.76 | 0.18 | 20 | 0.63 | 0.5 |
| Hex | D0 | 66 | 31 | 0 | 33 | 4C | 12 | 14 | 3F | 32 |
| Octal | 320 | 146 | 61 | 0 | 63 | 114 | 22 | 24 | 77 | 62 |
| Binary | 11010000 | 1100110 | 110001 | 0 | 110011 | 1001100 | 10010 | 10100 | 111111 | 110010 |
Color Harmonies of #D06631
Complementary color
Monochromatic Colors of #D06631
Black with #D06631
Text Example
Text Example
White with #D06631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06631; }
p { color: rgb(208,102,49); }
H1.HeaderClassName
{
color: #D06631;
}
.AnyTagClassName
{
color: #D06631;
}
</style>
background-color css
<style>
a { background-color: #D06631; }
a { background-color: rgb(208,102,49); }
div.DivClassName
{
background-color: #D06631;
}
.BgClassName
{
background-color: #D06631;
}
</style>
border-color css
<style>
span { border-color: #D06631; }
span { border-color: rgb(208,102,49); }
td.TdClassName
{
border-color: #D06631;
}
.TagClassName
{
border-color: #D06631;
}
</style>