Shades of Dark Goldenrod #C57A04
Tints of Dark Goldenrod #C57A04
RGB
CMYK
RGB Variations
Color information
#C57A04 (or 0xC57A04) is known color: Dark Goldenrod. HEX triplet: C5, 7A and 04. RGB value is (197,122,4). Sum of RGB (Red+Green+Blue) = 197+122+4=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57A04 is #3A85FB. Grayscale: #838383. Windows color (decimal): -3835388 or 293573. OLE color: 293573.
HSL color Cylindrical-coordinate representation of color #C57A04: hue angle of 36.68º 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 #C57A04 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.23 |
| HSL | 36.68º | 0.96% | 0.39% | - |
| HSV(B) | 36.68º | 0.98% | 0.77% | - |
| XYZ | 30.01 | 25.8 | 3.51 | - |
| YUV | 130.97 | 56.35 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 4 | 0 | 0.38 | 0.98 | 0.23 | 36.68 | 0.96 | 0.39 |
| Hex | C5 | 7A | 4 | 0 | 26 | 62 | 17 | 25 | 60 | 27 |
| Octal | 305 | 172 | 4 | 0 | 46 | 142 | 27 | 45 | 140 | 47 |
| Binary | 11000101 | 1111010 | 100 | 0 | 100110 | 1100010 | 10111 | 100101 | 1100000 | 100111 |
Color Harmonies of #C57A04
Complementary color
Monochromatic Colors of #C57A04
Black with #C57A04
Text Example
Text Example
White with #C57A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57A04; }
p { color: rgb(197,122,4); }
H1.HeaderClassName
{
color: #C57A04;
}
.AnyTagClassName
{
color: #C57A04;
}
</style>
background-color css
<style>
a { background-color: #C57A04; }
a { background-color: rgb(197,122,4); }
div.DivClassName
{
background-color: #C57A04;
}
.BgClassName
{
background-color: #C57A04;
}
</style>
border-color css
<style>
span { border-color: #C57A04; }
span { border-color: rgb(197,122,4); }
td.TdClassName
{
border-color: #C57A04;
}
.TagClassName
{
border-color: #C57A04;
}
</style>