Shades of Dark Goldenrod #D08008
Tints of Dark Goldenrod #D08008
RGB
CMYK
RGB Variations
Color information
#D08008 (or 0xD08008) is known color: Dark Goldenrod. HEX triplet: D0, 80 and 08. RGB value is (208,128,8). Sum of RGB (Red+Green+Blue) = 208+128+8=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D08008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08008 is #2F7FF7. Grayscale: #8A8A8A. Windows color (decimal): -3112952 or 557264. OLE color: 557264.
HSL color Cylindrical-coordinate representation of color #D08008: hue angle of 36º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D08008 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 8 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.18 |
| HSL | 36º | 0.93% | 0.42% | - |
| HSV(B) | 36º | 0.96% | 0.82% | - |
| XYZ | 33.78 | 28.87 | 4.02 | - |
| YUV | 138.24 | 54.5 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 8 | 0 | 0.38 | 0.96 | 0.18 | 36 | 0.93 | 0.42 |
| Hex | D0 | 80 | 8 | 0 | 26 | 60 | 12 | 24 | 5D | 2A |
| Octal | 320 | 200 | 10 | 0 | 46 | 140 | 22 | 44 | 135 | 52 |
| Binary | 11010000 | 10000000 | 1000 | 0 | 100110 | 1100000 | 10010 | 100100 | 1011101 | 101010 |
Color Harmonies of #D08008
Complementary color
Monochromatic Colors of #D08008
Black with #D08008
Text Example
Text Example
White with #D08008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08008; }
p { color: rgb(208,128,8); }
H1.HeaderClassName
{
color: #D08008;
}
.AnyTagClassName
{
color: #D08008;
}
</style>
background-color css
<style>
a { background-color: #D08008; }
a { background-color: rgb(208,128,8); }
div.DivClassName
{
background-color: #D08008;
}
.BgClassName
{
background-color: #D08008;
}
</style>
border-color css
<style>
span { border-color: #D08008; }
span { border-color: rgb(208,128,8); }
td.TdClassName
{
border-color: #D08008;
}
.TagClassName
{
border-color: #D08008;
}
</style>