Shades of Dark Goldenrod #C57E0C
Tints of Dark Goldenrod #C57E0C
RGB
CMYK
RGB Variations
Color information
#C57E0C (or 0xC57E0C) is known color: Dark Goldenrod. HEX triplet: C5, 7E and 0C. RGB value is (197,126,12). Sum of RGB (Red+Green+Blue) = 197+126+12=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57E0C is #3A81F3. Grayscale: #868686. Windows color (decimal): -3834356 or 818885. OLE color: 818885.
HSL color Cylindrical-coordinate representation of color #C57E0C: hue angle of 36.97º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C57E0C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 12 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.23 |
| HSL | 36.97º | 0.89% | 0.41% | - |
| HSV(B) | 36.97º | 0.94% | 0.77% | - |
| XYZ | 30.55 | 26.82 | 3.91 | - |
| YUV | 134.23 | 59.02 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 12 | 0 | 0.36 | 0.94 | 0.23 | 36.97 | 0.89 | 0.41 |
| Hex | C5 | 7E | C | 0 | 24 | 5E | 17 | 25 | 59 | 29 |
| Octal | 305 | 176 | 14 | 0 | 44 | 136 | 27 | 45 | 131 | 51 |
| Binary | 11000101 | 1111110 | 1100 | 0 | 100100 | 1011110 | 10111 | 100101 | 1011001 | 101001 |
Color Harmonies of #C57E0C
Complementary color
Monochromatic Colors of #C57E0C
Black with #C57E0C
Text Example
Text Example
White with #C57E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57E0C; }
p { color: rgb(197,126,12); }
H1.HeaderClassName
{
color: #C57E0C;
}
.AnyTagClassName
{
color: #C57E0C;
}
</style>
background-color css
<style>
a { background-color: #C57E0C; }
a { background-color: rgb(197,126,12); }
div.DivClassName
{
background-color: #C57E0C;
}
.BgClassName
{
background-color: #C57E0C;
}
</style>
border-color css
<style>
span { border-color: #C57E0C; }
span { border-color: rgb(197,126,12); }
td.TdClassName
{
border-color: #C57E0C;
}
.TagClassName
{
border-color: #C57E0C;
}
</style>