Shades of Dark Goldenrod #D0860C
Tints of Dark Goldenrod #D0860C
RGB
CMYK
RGB Variations
Color information
#D0860C (or 0xD0860C) is known color: Dark Goldenrod. HEX triplet: D0, 86 and 0C. RGB value is (208,134,12). Sum of RGB (Red+Green+Blue) = 208+134+12=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0860C is #2F79F3. Grayscale: #8E8E8E. Windows color (decimal): -3111412 or 820944. OLE color: 820944.
HSL color Cylindrical-coordinate representation of color #D0860C: hue angle of 37.35º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0860C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 12 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.18 |
| HSL | 37.35º | 0.89% | 0.43% | - |
| HSV(B) | 37.35º | 0.94% | 0.82% | - |
| XYZ | 34.6 | 30.49 | 4.41 | - |
| YUV | 142.22 | 54.52 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 12 | 0 | 0.36 | 0.94 | 0.18 | 37.35 | 0.89 | 0.43 |
| Hex | D0 | 86 | C | 0 | 24 | 5E | 12 | 25 | 59 | 2B |
| Octal | 320 | 206 | 14 | 0 | 44 | 136 | 22 | 45 | 131 | 53 |
| Binary | 11010000 | 10000110 | 1100 | 0 | 100100 | 1011110 | 10010 | 100101 | 1011001 | 101011 |
Color Harmonies of #D0860C
Complementary color
Monochromatic Colors of #D0860C
Black with #D0860C
Text Example
Text Example
White with #D0860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0860C; }
p { color: rgb(208,134,12); }
H1.HeaderClassName
{
color: #D0860C;
}
.AnyTagClassName
{
color: #D0860C;
}
</style>
background-color css
<style>
a { background-color: #D0860C; }
a { background-color: rgb(208,134,12); }
div.DivClassName
{
background-color: #D0860C;
}
.BgClassName
{
background-color: #D0860C;
}
</style>
border-color css
<style>
span { border-color: #D0860C; }
span { border-color: rgb(208,134,12); }
td.TdClassName
{
border-color: #D0860C;
}
.TagClassName
{
border-color: #D0860C;
}
</style>