Shades of Dark Goldenrod #C98204
Tints of Dark Goldenrod #C98204
RGB
CMYK
RGB Variations
Color information
#C98204 (or 0xC98204) is known color: Dark Goldenrod. HEX triplet: C9, 82 and 04. RGB value is (201,130,4). Sum of RGB (Red+Green+Blue) = 201+130+4=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C98204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98204 is #367DFB. Grayscale: #898989. Windows color (decimal): -3571196 or 295625. OLE color: 295625.
HSL color Cylindrical-coordinate representation of color #C98204: hue angle of 38.38º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C98204 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.21 |
| HSL | 38.38º | 0.96% | 0.4% | - |
| HSV(B) | 38.38º | 0.98% | 0.79% | - |
| XYZ | 32.09 | 28.39 | 3.9 | - |
| YUV | 136.87 | 53.02 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 4 | 0 | 0.35 | 0.98 | 0.21 | 38.38 | 0.96 | 0.4 |
| Hex | C9 | 82 | 4 | 0 | 23 | 62 | 15 | 26 | 60 | 28 |
| Octal | 311 | 202 | 4 | 0 | 43 | 142 | 25 | 46 | 140 | 50 |
| Binary | 11001001 | 10000010 | 100 | 0 | 100011 | 1100010 | 10101 | 100110 | 1100000 | 101000 |
Color Harmonies of #C98204
Complementary color
Monochromatic Colors of #C98204
Black with #C98204
Text Example
Text Example
White with #C98204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98204; }
p { color: rgb(201,130,4); }
H1.HeaderClassName
{
color: #C98204;
}
.AnyTagClassName
{
color: #C98204;
}
</style>
background-color css
<style>
a { background-color: #C98204; }
a { background-color: rgb(201,130,4); }
div.DivClassName
{
background-color: #C98204;
}
.BgClassName
{
background-color: #C98204;
}
</style>
border-color css
<style>
span { border-color: #C98204; }
span { border-color: rgb(201,130,4); }
td.TdClassName
{
border-color: #C98204;
}
.TagClassName
{
border-color: #C98204;
}
</style>