Shades of Dark Goldenrod #D08304
Tints of Dark Goldenrod #D08304
RGB
CMYK
RGB Variations
Color information
#D08304 (or 0xD08304) is known color: Dark Goldenrod. HEX triplet: D0, 83 and 04. RGB value is (208,131,4). Sum of RGB (Red+Green+Blue) = 208+131+4=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D08304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08304 is #2F7CFB. Grayscale: #8C8C8C. Windows color (decimal): -3112188 or 295888. OLE color: 295888.
HSL color Cylindrical-coordinate representation of color #D08304: hue angle of 37.35º 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 #D08304 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.18 |
| HSL | 37.35º | 0.96% | 0.42% | - |
| HSV(B) | 37.35º | 0.98% | 0.82% | - |
| XYZ | 34.15 | 29.65 | 4.04 | - |
| YUV | 139.55 | 51.51 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 4 | 0 | 0.37 | 0.98 | 0.18 | 37.35 | 0.96 | 0.42 |
| Hex | D0 | 83 | 4 | 0 | 25 | 62 | 12 | 25 | 60 | 2A |
| Octal | 320 | 203 | 4 | 0 | 45 | 142 | 22 | 45 | 140 | 52 |
| Binary | 11010000 | 10000011 | 100 | 0 | 100101 | 1100010 | 10010 | 100101 | 1100000 | 101010 |
Color Harmonies of #D08304
Complementary color
Monochromatic Colors of #D08304
Black with #D08304
Text Example
Text Example
White with #D08304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08304; }
p { color: rgb(208,131,4); }
H1.HeaderClassName
{
color: #D08304;
}
.AnyTagClassName
{
color: #D08304;
}
</style>
background-color css
<style>
a { background-color: #D08304; }
a { background-color: rgb(208,131,4); }
div.DivClassName
{
background-color: #D08304;
}
.BgClassName
{
background-color: #D08304;
}
</style>
border-color css
<style>
span { border-color: #D08304; }
span { border-color: rgb(208,131,4); }
td.TdClassName
{
border-color: #D08304;
}
.TagClassName
{
border-color: #D08304;
}
</style>