Shades of Gold Drop #D06837
Tints of Gold Drop #D06837
RGB
CMYK
RGB Variations
Color information
#D06837 (or 0xD06837) is known color: Gold Drop. HEX triplet: D0, 68 and 37. RGB value is (208,104,55). Sum of RGB (Red+Green+Blue) = 208+104+55=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 55 (21.88% from 255 or 14.99% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D06837 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06837 is #2F97C8. Grayscale: #818181. Windows color (decimal): -3119049 or 3631312. OLE color: 3631312.
HSL color Cylindrical-coordinate representation of color #D06837: hue angle of 19.22º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D06837 is Cyan = 0, Magento = 0.5, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 55 | - |
| CMYK | 0 | 0.5 | 0.74 | 0.18 |
| HSL | 19.22º | 0.62% | 0.52% | - |
| HSV(B) | 19.22º | 0.74% | 0.82% | - |
| XYZ | 31.65 | 23.59 | 6.5 | - |
| YUV | 129.51 | 85.96 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 55 | 0 | 0.5 | 0.74 | 0.18 | 19.22 | 0.62 | 0.52 |
| Hex | D0 | 68 | 37 | 0 | 32 | 4A | 12 | 13 | 3E | 34 |
| Octal | 320 | 150 | 67 | 0 | 62 | 112 | 22 | 23 | 76 | 64 |
| Binary | 11010000 | 1101000 | 110111 | 0 | 110010 | 1001010 | 10010 | 10011 | 111110 | 110100 |
Color Harmonies of #D06837
Complementary color
Monochromatic Colors of #D06837
Black with #D06837
Text Example
Text Example
White with #D06837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06837; }
p { color: rgb(208,104,55); }
H1.HeaderClassName
{
color: #D06837;
}
.AnyTagClassName
{
color: #D06837;
}
</style>
background-color css
<style>
a { background-color: #D06837; }
a { background-color: rgb(208,104,55); }
div.DivClassName
{
background-color: #D06837;
}
.BgClassName
{
background-color: #D06837;
}
</style>
border-color css
<style>
span { border-color: #D06837; }
span { border-color: rgb(208,104,55); }
td.TdClassName
{
border-color: #D06837;
}
.TagClassName
{
border-color: #D06837;
}
</style>