Shades of Dark Goldenrod #D0860D
Tints of Dark Goldenrod #D0860D
RGB
CMYK
RGB Variations
Color information
#D0860D (or 0xD0860D) is known color: Dark Goldenrod. HEX triplet: D0, 86 and 0D. RGB value is (208,134,13). Sum of RGB (Red+Green+Blue) = 208+134+13=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0860D is #2F79F2. Grayscale: #8E8E8E. Windows color (decimal): -3111411 or 886480. OLE color: 886480.
HSL color Cylindrical-coordinate representation of color #D0860D: hue angle of 37.23º degrees, saturation: 0.88, 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 #D0860D is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 134 | 13 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.18 |
| HSL | 37.23º | 0.88% | 0.43% | - |
| HSV(B) | 37.23º | 0.94% | 0.82% | - |
| XYZ | 34.61 | 30.49 | 4.44 | - |
| YUV | 142.33 | 55.02 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 134 | 13 | 0 | 0.36 | 0.94 | 0.18 | 37.23 | 0.88 | 0.43 |
| Hex | D0 | 86 | D | 0 | 24 | 5E | 12 | 25 | 58 | 2B |
| Octal | 320 | 206 | 15 | 0 | 44 | 136 | 22 | 45 | 130 | 53 |
| Binary | 11010000 | 10000110 | 1101 | 0 | 100100 | 1011110 | 10010 | 100101 | 1011000 | 101011 |
Color Harmonies of #D0860D
Complementary color
Monochromatic Colors of #D0860D
Black with #D0860D
Text Example
Text Example
White with #D0860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0860D; }
p { color: rgb(208,134,13); }
H1.HeaderClassName
{
color: #D0860D;
}
.AnyTagClassName
{
color: #D0860D;
}
</style>
background-color css
<style>
a { background-color: #D0860D; }
a { background-color: rgb(208,134,13); }
div.DivClassName
{
background-color: #D0860D;
}
.BgClassName
{
background-color: #D0860D;
}
</style>
border-color css
<style>
span { border-color: #D0860D; }
span { border-color: rgb(208,134,13); }
td.TdClassName
{
border-color: #D0860D;
}
.TagClassName
{
border-color: #D0860D;
}
</style>