Shades of Dark Goldenrod #C58304
Tints of Dark Goldenrod #C58304
RGB
CMYK
RGB Variations
Color information
#C58304 (or 0xC58304) is known color: Dark Goldenrod. HEX triplet: C5, 83 and 04. RGB value is (197,131,4). Sum of RGB (Red+Green+Blue) = 197+131+4=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C58304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58304 is #3A7CFB. Grayscale: #888888. Windows color (decimal): -3833084 or 295877. OLE color: 295877.
HSL color Cylindrical-coordinate representation of color #C58304: hue angle of 39.48º 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 #C58304 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 4 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.23 |
| HSL | 39.48º | 0.96% | 0.39% | - |
| HSV(B) | 39.48º | 0.98% | 0.77% | - |
| XYZ | 31.16 | 28.11 | 3.9 | - |
| YUV | 136.26 | 53.37 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 4 | 0 | 0.34 | 0.98 | 0.23 | 39.48 | 0.96 | 0.39 |
| Hex | C5 | 83 | 4 | 0 | 22 | 62 | 17 | 27 | 60 | 27 |
| Octal | 305 | 203 | 4 | 0 | 42 | 142 | 27 | 47 | 140 | 47 |
| Binary | 11000101 | 10000011 | 100 | 0 | 100010 | 1100010 | 10111 | 100111 | 1100000 | 100111 |
Color Harmonies of #C58304
Complementary color
Monochromatic Colors of #C58304
Black with #C58304
Text Example
Text Example
White with #C58304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58304; }
p { color: rgb(197,131,4); }
H1.HeaderClassName
{
color: #C58304;
}
.AnyTagClassName
{
color: #C58304;
}
</style>
background-color css
<style>
a { background-color: #C58304; }
a { background-color: rgb(197,131,4); }
div.DivClassName
{
background-color: #C58304;
}
.BgClassName
{
background-color: #C58304;
}
</style>
border-color css
<style>
span { border-color: #C58304; }
span { border-color: rgb(197,131,4); }
td.TdClassName
{
border-color: #C58304;
}
.TagClassName
{
border-color: #C58304;
}
</style>