Shades of Dark Goldenrod #C59204
Tints of Dark Goldenrod #C59204
RGB
CMYK
RGB Variations
Color information
#C59204 (or 0xC59204) is known color: Dark Goldenrod. HEX triplet: C5, 92 and 04. RGB value is (197,146,4). Sum of RGB (Red+Green+Blue) = 197+146+4=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C59204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59204 is #3A6DFB. Grayscale: #919191. Windows color (decimal): -3829244 or 299717. OLE color: 299717.
HSL color Cylindrical-coordinate representation of color #C59204: hue angle of 44.15º 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 #C59204 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 4 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.23 |
| HSL | 44.15º | 0.96% | 0.39% | - |
| HSV(B) | 44.15º | 0.98% | 0.77% | - |
| XYZ | 33.33 | 32.44 | 4.62 | - |
| YUV | 145.06 | 48.4 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 4 | 0 | 0.26 | 0.98 | 0.23 | 44.15 | 0.96 | 0.39 |
| Hex | C5 | 92 | 4 | 0 | 1A | 62 | 17 | 2C | 60 | 27 |
| Octal | 305 | 222 | 4 | 0 | 32 | 142 | 27 | 54 | 140 | 47 |
| Binary | 11000101 | 10010010 | 100 | 0 | 11010 | 1100010 | 10111 | 101100 | 1100000 | 100111 |
Color Harmonies of #C59204
Complementary color
Monochromatic Colors of #C59204
Black with #C59204
Text Example
Text Example
White with #C59204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59204; }
p { color: rgb(197,146,4); }
H1.HeaderClassName
{
color: #C59204;
}
.AnyTagClassName
{
color: #C59204;
}
</style>
background-color css
<style>
a { background-color: #C59204; }
a { background-color: rgb(197,146,4); }
div.DivClassName
{
background-color: #C59204;
}
.BgClassName
{
background-color: #C59204;
}
</style>
border-color css
<style>
span { border-color: #C59204; }
span { border-color: rgb(197,146,4); }
td.TdClassName
{
border-color: #C59204;
}
.TagClassName
{
border-color: #C59204;
}
</style>