Shades of Dark Goldenrod #D08404
Tints of Dark Goldenrod #D08404
RGB
CMYK
RGB Variations
Color information
#D08404 (or 0xD08404) is known color: Dark Goldenrod. HEX triplet: D0, 84 and 04. RGB value is (208,132,4). Sum of RGB (Red+Green+Blue) = 208+132+4=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D08404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08404 is #2F7BFB. Grayscale: #8C8C8C. Windows color (decimal): -3111932 or 296144. OLE color: 296144.
HSL color Cylindrical-coordinate representation of color #D08404: hue angle of 37.65º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D08404 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.18 |
| HSL | 37.65º | 0.96% | 0.42% | - |
| HSV(B) | 37.65º | 0.98% | 0.82% | - |
| XYZ | 34.29 | 29.92 | 4.08 | - |
| YUV | 140.13 | 51.18 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 4 | 0 | 0.37 | 0.98 | 0.18 | 37.65 | 0.96 | 0.42 |
| Hex | D0 | 84 | 4 | 0 | 25 | 62 | 12 | 26 | 60 | 2A |
| Octal | 320 | 204 | 4 | 0 | 45 | 142 | 22 | 46 | 140 | 52 |
| Binary | 11010000 | 10000100 | 100 | 0 | 100101 | 1100010 | 10010 | 100110 | 1100000 | 101010 |
Color Harmonies of #D08404
Complementary color
Monochromatic Colors of #D08404
Black with #D08404
Text Example
Text Example
White with #D08404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08404; }
p { color: rgb(208,132,4); }
H1.HeaderClassName
{
color: #D08404;
}
.AnyTagClassName
{
color: #D08404;
}
</style>
background-color css
<style>
a { background-color: #D08404; }
a { background-color: rgb(208,132,4); }
div.DivClassName
{
background-color: #D08404;
}
.BgClassName
{
background-color: #D08404;
}
</style>
border-color css
<style>
span { border-color: #D08404; }
span { border-color: rgb(208,132,4); }
td.TdClassName
{
border-color: #D08404;
}
.TagClassName
{
border-color: #D08404;
}
</style>