Shades of Dark Goldenrod #C57F04
Tints of Dark Goldenrod #C57F04
RGB
CMYK
RGB Variations
Color information
#C57F04 (or 0xC57F04) is known color: Dark Goldenrod. HEX triplet: C5, 7F and 04. RGB value is (197,127,4). Sum of RGB (Red+Green+Blue) = 197+127+4=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 4 (1.95% from 255 or 1.22% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57F04 is #3A80FB. Grayscale: #868686. Windows color (decimal): -3834108 or 294853. OLE color: 294853.
HSL color Cylindrical-coordinate representation of color #C57F04: hue angle of 38.24º 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 #C57F04 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 4 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.23 |
| HSL | 38.24º | 0.96% | 0.39% | - |
| HSV(B) | 38.24º | 0.98% | 0.77% | - |
| XYZ | 30.64 | 27.06 | 3.72 | - |
| YUV | 133.91 | 54.69 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 4 | 0 | 0.36 | 0.98 | 0.23 | 38.24 | 0.96 | 0.39 |
| Hex | C5 | 7F | 4 | 0 | 24 | 62 | 17 | 26 | 60 | 27 |
| Octal | 305 | 177 | 4 | 0 | 44 | 142 | 27 | 46 | 140 | 47 |
| Binary | 11000101 | 1111111 | 100 | 0 | 100100 | 1100010 | 10111 | 100110 | 1100000 | 100111 |
Color Harmonies of #C57F04
Complementary color
Monochromatic Colors of #C57F04
Black with #C57F04
Text Example
Text Example
White with #C57F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F04; }
p { color: rgb(197,127,4); }
H1.HeaderClassName
{
color: #C57F04;
}
.AnyTagClassName
{
color: #C57F04;
}
</style>
background-color css
<style>
a { background-color: #C57F04; }
a { background-color: rgb(197,127,4); }
div.DivClassName
{
background-color: #C57F04;
}
.BgClassName
{
background-color: #C57F04;
}
</style>
border-color css
<style>
span { border-color: #C57F04; }
span { border-color: rgb(197,127,4); }
td.TdClassName
{
border-color: #C57F04;
}
.TagClassName
{
border-color: #C57F04;
}
</style>