Shades of Dark Goldenrod #D08808
Tints of Dark Goldenrod #D08808
RGB
CMYK
RGB Variations
Color information
#D08808 (or 0xD08808) is known color: Dark Goldenrod. HEX triplet: D0, 88 and 08. RGB value is (208,136,8). Sum of RGB (Red+Green+Blue) = 208+136+8=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D08808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08808 is #2F77F7. Grayscale: #8F8F8F. Windows color (decimal): -3110904 or 559312. OLE color: 559312.
HSL color Cylindrical-coordinate representation of color #D08808: hue angle of 38.4º 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 #D08808 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 136 | 8 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.18 |
| HSL | 38.4º | 0.93% | 0.42% | - |
| HSV(B) | 38.4º | 0.96% | 0.82% | - |
| XYZ | 34.86 | 31.04 | 4.38 | - |
| YUV | 142.94 | 51.85 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 136 | 8 | 0 | 0.35 | 0.96 | 0.18 | 38.4 | 0.93 | 0.42 |
| Hex | D0 | 88 | 8 | 0 | 23 | 60 | 12 | 26 | 5D | 2A |
| Octal | 320 | 210 | 10 | 0 | 43 | 140 | 22 | 46 | 135 | 52 |
| Binary | 11010000 | 10001000 | 1000 | 0 | 100011 | 1100000 | 10010 | 100110 | 1011101 | 101010 |
Color Harmonies of #D08808
Complementary color
Monochromatic Colors of #D08808
Black with #D08808
Text Example
Text Example
White with #D08808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08808; }
p { color: rgb(208,136,8); }
H1.HeaderClassName
{
color: #D08808;
}
.AnyTagClassName
{
color: #D08808;
}
</style>
background-color css
<style>
a { background-color: #D08808; }
a { background-color: rgb(208,136,8); }
div.DivClassName
{
background-color: #D08808;
}
.BgClassName
{
background-color: #D08808;
}
</style>
border-color css
<style>
span { border-color: #D08808; }
span { border-color: rgb(208,136,8); }
td.TdClassName
{
border-color: #D08808;
}
.TagClassName
{
border-color: #D08808;
}
</style>