Shades of Dark Goldenrod #C57204
Tints of Dark Goldenrod #C57204
RGB
CMYK
RGB Variations
Color information
#C57204 (or 0xC57204) is known color: Dark Goldenrod. HEX triplet: C5, 72 and 04. RGB value is (197,114,4). Sum of RGB (Red+Green+Blue) = 197+114+4=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C57204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57204 is #3A8DFB. Grayscale: #7E7E7E. Windows color (decimal): -3837436 or 291525. OLE color: 291525.
HSL color Cylindrical-coordinate representation of color #C57204: hue angle of 34.2º 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 #C57204 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.23 |
| HSL | 34.2º | 0.96% | 0.39% | - |
| HSV(B) | 34.2º | 0.98% | 0.77% | - |
| XYZ | 29.07 | 23.91 | 3.2 | - |
| YUV | 126.28 | 59 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 4 | 0 | 0.42 | 0.98 | 0.23 | 34.2 | 0.96 | 0.39 |
| Hex | C5 | 72 | 4 | 0 | 2A | 62 | 17 | 22 | 60 | 27 |
| Octal | 305 | 162 | 4 | 0 | 52 | 142 | 27 | 42 | 140 | 47 |
| Binary | 11000101 | 1110010 | 100 | 0 | 101010 | 1100010 | 10111 | 100010 | 1100000 | 100111 |
Color Harmonies of #C57204
Complementary color
Monochromatic Colors of #C57204
Black with #C57204
Text Example
Text Example
White with #C57204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57204; }
p { color: rgb(197,114,4); }
H1.HeaderClassName
{
color: #C57204;
}
.AnyTagClassName
{
color: #C57204;
}
</style>
background-color css
<style>
a { background-color: #C57204; }
a { background-color: rgb(197,114,4); }
div.DivClassName
{
background-color: #C57204;
}
.BgClassName
{
background-color: #C57204;
}
</style>
border-color css
<style>
span { border-color: #C57204; }
span { border-color: rgb(197,114,4); }
td.TdClassName
{
border-color: #C57204;
}
.TagClassName
{
border-color: #C57204;
}
</style>