Shades of Dark Goldenrod #D08C04
Tints of Dark Goldenrod #D08C04
RGB
CMYK
RGB Variations
Color information
#D08C04 (or 0xD08C04) is known color: Dark Goldenrod. HEX triplet: D0, 8C and 04. RGB value is (208,140,4). Sum of RGB (Red+Green+Blue) = 208+140+4=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08C04 is #2F73FB. Grayscale: #919191. Windows color (decimal): -3109884 or 298192. OLE color: 298192.
HSL color Cylindrical-coordinate representation of color #D08C04: hue angle of 40º 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 #D08C04 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 140 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.18 |
| HSL | 40º | 0.96% | 0.42% | - |
| HSV(B) | 40º | 0.98% | 0.82% | - |
| XYZ | 35.41 | 32.17 | 4.46 | - |
| YUV | 144.83 | 48.53 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 140 | 4 | 0 | 0.33 | 0.98 | 0.18 | 40 | 0.96 | 0.42 |
| Hex | D0 | 8C | 4 | 0 | 21 | 62 | 12 | 28 | 60 | 2A |
| Octal | 320 | 214 | 4 | 0 | 41 | 142 | 22 | 50 | 140 | 52 |
| Binary | 11010000 | 10001100 | 100 | 0 | 100001 | 1100010 | 10010 | 101000 | 1100000 | 101010 |
Color Harmonies of #D08C04
Complementary color
Monochromatic Colors of #D08C04
Black with #D08C04
Text Example
Text Example
White with #D08C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08C04; }
p { color: rgb(208,140,4); }
H1.HeaderClassName
{
color: #D08C04;
}
.AnyTagClassName
{
color: #D08C04;
}
</style>
background-color css
<style>
a { background-color: #D08C04; }
a { background-color: rgb(208,140,4); }
div.DivClassName
{
background-color: #D08C04;
}
.BgClassName
{
background-color: #D08C04;
}
</style>
border-color css
<style>
span { border-color: #D08C04; }
span { border-color: rgb(208,140,4); }
td.TdClassName
{
border-color: #D08C04;
}
.TagClassName
{
border-color: #D08C04;
}
</style>