Shades of Dark Goldenrod #C57D04
Tints of Dark Goldenrod #C57D04
RGB
CMYK
RGB Variations
Color information
#C57D04 (or 0xC57D04) is known color: Dark Goldenrod. HEX triplet: C5, 7D and 04. RGB value is (197,125,4). Sum of RGB (Red+Green+Blue) = 197+125+4=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57D04 is #3A82FB. Grayscale: #858585. Windows color (decimal): -3834620 or 294341. OLE color: 294341.
HSL color Cylindrical-coordinate representation of color #C57D04: hue angle of 37.62º 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 #C57D04 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.23 |
| HSL | 37.62º | 0.96% | 0.39% | - |
| HSV(B) | 37.62º | 0.98% | 0.77% | - |
| XYZ | 30.38 | 26.55 | 3.64 | - |
| YUV | 132.73 | 55.35 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 4 | 0 | 0.37 | 0.98 | 0.23 | 37.62 | 0.96 | 0.39 |
| Hex | C5 | 7D | 4 | 0 | 25 | 62 | 17 | 26 | 60 | 27 |
| Octal | 305 | 175 | 4 | 0 | 45 | 142 | 27 | 46 | 140 | 47 |
| Binary | 11000101 | 1111101 | 100 | 0 | 100101 | 1100010 | 10111 | 100110 | 1100000 | 100111 |
Color Harmonies of #C57D04
Complementary color
Monochromatic Colors of #C57D04
Black with #C57D04
Text Example
Text Example
White with #C57D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D04; }
p { color: rgb(197,125,4); }
H1.HeaderClassName
{
color: #C57D04;
}
.AnyTagClassName
{
color: #C57D04;
}
</style>
background-color css
<style>
a { background-color: #C57D04; }
a { background-color: rgb(197,125,4); }
div.DivClassName
{
background-color: #C57D04;
}
.BgClassName
{
background-color: #C57D04;
}
</style>
border-color css
<style>
span { border-color: #C57D04; }
span { border-color: rgb(197,125,4); }
td.TdClassName
{
border-color: #C57D04;
}
.TagClassName
{
border-color: #C57D04;
}
</style>