Shades of Dark Goldenrod #C57C0E
Tints of Dark Goldenrod #C57C0E
RGB
CMYK
RGB Variations
Color information
#C57C0E (or 0xC57C0E) is known color: Dark Goldenrod. HEX triplet: C5, 7C and 0E. RGB value is (197,124,14). Sum of RGB (Red+Green+Blue) = 197+124+14=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57C0E is #3A83F1. Grayscale: #858585. Windows color (decimal): -3834866 or 949445. OLE color: 949445.
HSL color Cylindrical-coordinate representation of color #C57C0E: hue angle of 36.07º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C57C0E is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 14 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.23 |
| HSL | 36.07º | 0.87% | 0.41% | - |
| HSV(B) | 36.07º | 0.93% | 0.77% | - |
| XYZ | 30.31 | 26.32 | 3.9 | - |
| YUV | 133.29 | 60.68 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 14 | 0 | 0.37 | 0.93 | 0.23 | 36.07 | 0.87 | 0.41 |
| Hex | C5 | 7C | E | 0 | 25 | 5D | 17 | 24 | 57 | 29 |
| Octal | 305 | 174 | 16 | 0 | 45 | 135 | 27 | 44 | 127 | 51 |
| Binary | 11000101 | 1111100 | 1110 | 0 | 100101 | 1011101 | 10111 | 100100 | 1010111 | 101001 |
Color Harmonies of #C57C0E
Complementary color
Monochromatic Colors of #C57C0E
Black with #C57C0E
Text Example
Text Example
White with #C57C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57C0E; }
p { color: rgb(197,124,14); }
H1.HeaderClassName
{
color: #C57C0E;
}
.AnyTagClassName
{
color: #C57C0E;
}
</style>
background-color css
<style>
a { background-color: #C57C0E; }
a { background-color: rgb(197,124,14); }
div.DivClassName
{
background-color: #C57C0E;
}
.BgClassName
{
background-color: #C57C0E;
}
</style>
border-color css
<style>
span { border-color: #C57C0E; }
span { border-color: rgb(197,124,14); }
td.TdClassName
{
border-color: #C57C0E;
}
.TagClassName
{
border-color: #C57C0E;
}
</style>