Shades of Dark Goldenrod #D0860B
Tints of Dark Goldenrod #D0860B
RGB
CMYK
RGB Variations
Color information
#D0860B (or 0xD0860B) is known color: Dark Goldenrod. HEX triplet: D0, 86 and 0B. RGB value is (208,134,11). Sum of RGB (Red+Green+Blue) = 208+134+11=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0860B is #2F79F4. Grayscale: #8E8E8E. Windows color (decimal): -3111413 or 755408. OLE color: 755408.
HSL color Cylindrical-coordinate representation of color #D0860B: hue angle of 37.46º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0860B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 11 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.18 |
| HSL | 37.46º | 0.9% | 0.43% | - |
| HSV(B) | 37.46º | 0.95% | 0.82% | - |
| XYZ | 34.6 | 30.48 | 4.38 | - |
| YUV | 142.1 | 54.02 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 11 | 0 | 0.36 | 0.95 | 0.18 | 37.46 | 0.9 | 0.43 |
| Hex | D0 | 86 | B | 0 | 24 | 5F | 12 | 25 | 5A | 2B |
| Octal | 320 | 206 | 13 | 0 | 44 | 137 | 22 | 45 | 132 | 53 |
| Binary | 11010000 | 10000110 | 1011 | 0 | 100100 | 1011111 | 10010 | 100101 | 1011010 | 101011 |
Color Harmonies of #D0860B
Complementary color
Monochromatic Colors of #D0860B
Black with #D0860B
Text Example
Text Example
White with #D0860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0860B; }
p { color: rgb(208,134,11); }
H1.HeaderClassName
{
color: #D0860B;
}
.AnyTagClassName
{
color: #D0860B;
}
</style>
background-color css
<style>
a { background-color: #D0860B; }
a { background-color: rgb(208,134,11); }
div.DivClassName
{
background-color: #D0860B;
}
.BgClassName
{
background-color: #D0860B;
}
</style>
border-color css
<style>
span { border-color: #D0860B; }
span { border-color: rgb(208,134,11); }
td.TdClassName
{
border-color: #D0860B;
}
.TagClassName
{
border-color: #D0860B;
}
</style>