Shades of Dark Goldenrod #D08504
Tints of Dark Goldenrod #D08504
RGB
CMYK
RGB Variations
Color information
#D08504 (or 0xD08504) is known color: Dark Goldenrod. HEX triplet: D0, 85 and 04. RGB value is (208,133,4). Sum of RGB (Red+Green+Blue) = 208+133+4=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D08504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08504 is #2F7AFB. Grayscale: #8D8D8D. Windows color (decimal): -3111676 or 296400. OLE color: 296400.
HSL color Cylindrical-coordinate representation of color #D08504: hue angle of 37.94º 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 #D08504 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 133 | 4 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.18 |
| HSL | 37.94º | 0.96% | 0.42% | - |
| HSV(B) | 37.94º | 0.98% | 0.82% | - |
| XYZ | 34.42 | 30.19 | 4.13 | - |
| YUV | 140.72 | 50.85 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 4 | 0 | 0.36 | 0.98 | 0.18 | 37.94 | 0.96 | 0.42 |
| Hex | D0 | 85 | 4 | 0 | 24 | 62 | 12 | 26 | 60 | 2A |
| Octal | 320 | 205 | 4 | 0 | 44 | 142 | 22 | 46 | 140 | 52 |
| Binary | 11010000 | 10000101 | 100 | 0 | 100100 | 1100010 | 10010 | 100110 | 1100000 | 101010 |
Color Harmonies of #D08504
Complementary color
Monochromatic Colors of #D08504
Black with #D08504
Text Example
Text Example
White with #D08504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08504; }
p { color: rgb(208,133,4); }
H1.HeaderClassName
{
color: #D08504;
}
.AnyTagClassName
{
color: #D08504;
}
</style>
background-color css
<style>
a { background-color: #D08504; }
a { background-color: rgb(208,133,4); }
div.DivClassName
{
background-color: #D08504;
}
.BgClassName
{
background-color: #D08504;
}
</style>
border-color css
<style>
span { border-color: #D08504; }
span { border-color: rgb(208,133,4); }
td.TdClassName
{
border-color: #D08504;
}
.TagClassName
{
border-color: #D08504;
}
</style>