Shades of Dark Goldenrod #C58404
Tints of Dark Goldenrod #C58404
RGB
CMYK
RGB Variations
Color information
#C58404 (or 0xC58404) is known color: Dark Goldenrod. HEX triplet: C5, 84 and 04. RGB value is (197,132,4). Sum of RGB (Red+Green+Blue) = 197+132+4=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C58404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58404 is #3A7BFB. Grayscale: #898989. Windows color (decimal): -3832828 or 296133. OLE color: 296133.
HSL color Cylindrical-coordinate representation of color #C58404: hue angle of 39.79º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C58404 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.23 |
| HSL | 39.79º | 0.96% | 0.39% | - |
| HSV(B) | 39.79º | 0.98% | 0.77% | - |
| XYZ | 31.3 | 28.38 | 3.94 | - |
| YUV | 136.84 | 53.03 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 4 | 0 | 0.33 | 0.98 | 0.23 | 39.79 | 0.96 | 0.39 |
| Hex | C5 | 84 | 4 | 0 | 21 | 62 | 17 | 28 | 60 | 27 |
| Octal | 305 | 204 | 4 | 0 | 41 | 142 | 27 | 50 | 140 | 47 |
| Binary | 11000101 | 10000100 | 100 | 0 | 100001 | 1100010 | 10111 | 101000 | 1100000 | 100111 |
Color Harmonies of #C58404
Complementary color
Monochromatic Colors of #C58404
Black with #C58404
Text Example
Text Example
White with #C58404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58404; }
p { color: rgb(197,132,4); }
H1.HeaderClassName
{
color: #C58404;
}
.AnyTagClassName
{
color: #C58404;
}
</style>
background-color css
<style>
a { background-color: #C58404; }
a { background-color: rgb(197,132,4); }
div.DivClassName
{
background-color: #C58404;
}
.BgClassName
{
background-color: #C58404;
}
</style>
border-color css
<style>
span { border-color: #C58404; }
span { border-color: rgb(197,132,4); }
td.TdClassName
{
border-color: #C58404;
}
.TagClassName
{
border-color: #C58404;
}
</style>