Shades of Dark Goldenrod #C57304
Tints of Dark Goldenrod #C57304
RGB
CMYK
RGB Variations
Color information
#C57304 (or 0xC57304) is known color: Dark Goldenrod. HEX triplet: C5, 73 and 04. RGB value is (197,115,4). Sum of RGB (Red+Green+Blue) = 197+115+4=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C57304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57304 is #3A8CFB. Grayscale: #7F7F7F. Windows color (decimal): -3837180 or 291781. OLE color: 291781.
HSL color Cylindrical-coordinate representation of color #C57304: hue angle of 34.51º 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 #C57304 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.23 |
| HSL | 34.51º | 0.96% | 0.39% | - |
| HSV(B) | 34.51º | 0.98% | 0.77% | - |
| XYZ | 29.18 | 24.14 | 3.24 | - |
| YUV | 126.86 | 58.67 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 4 | 0 | 0.42 | 0.98 | 0.23 | 34.51 | 0.96 | 0.39 |
| Hex | C5 | 73 | 4 | 0 | 2A | 62 | 17 | 23 | 60 | 27 |
| Octal | 305 | 163 | 4 | 0 | 52 | 142 | 27 | 43 | 140 | 47 |
| Binary | 11000101 | 1110011 | 100 | 0 | 101010 | 1100010 | 10111 | 100011 | 1100000 | 100111 |
Color Harmonies of #C57304
Complementary color
Monochromatic Colors of #C57304
Black with #C57304
Text Example
Text Example
White with #C57304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57304; }
p { color: rgb(197,115,4); }
H1.HeaderClassName
{
color: #C57304;
}
.AnyTagClassName
{
color: #C57304;
}
</style>
background-color css
<style>
a { background-color: #C57304; }
a { background-color: rgb(197,115,4); }
div.DivClassName
{
background-color: #C57304;
}
.BgClassName
{
background-color: #C57304;
}
</style>
border-color css
<style>
span { border-color: #C57304; }
span { border-color: rgb(197,115,4); }
td.TdClassName
{
border-color: #C57304;
}
.TagClassName
{
border-color: #C57304;
}
</style>