Shades of Dark Goldenrod #C57E11
Tints of Dark Goldenrod #C57E11
RGB
CMYK
RGB Variations
Color information
#C57E11 (or 0xC57E11) is known color: Dark Goldenrod. HEX triplet: C5, 7E and 11. RGB value is (197,126,17). Sum of RGB (Red+Green+Blue) = 197+126+17=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57E11 is #3A81EE. Grayscale: #878787. Windows color (decimal): -3834351 or 1146565. OLE color: 1146565.
HSL color Cylindrical-coordinate representation of color #C57E11: hue angle of 36.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C57E11 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 17 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.23 |
| HSL | 36.33º | 0.84% | 0.42% | - |
| HSV(B) | 36.33º | 0.91% | 0.77% | - |
| XYZ | 30.59 | 26.83 | 4.1 | - |
| YUV | 134.8 | 61.52 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 17 | 0 | 0.36 | 0.91 | 0.23 | 36.33 | 0.84 | 0.42 |
| Hex | C5 | 7E | 11 | 0 | 24 | 5B | 17 | 24 | 54 | 2A |
| Octal | 305 | 176 | 21 | 0 | 44 | 133 | 27 | 44 | 124 | 52 |
| Binary | 11000101 | 1111110 | 10001 | 0 | 100100 | 1011011 | 10111 | 100100 | 1010100 | 101010 |
Color Harmonies of #C57E11
Complementary color
Monochromatic Colors of #C57E11
Black with #C57E11
Text Example
Text Example
White with #C57E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57E11; }
p { color: rgb(197,126,17); }
H1.HeaderClassName
{
color: #C57E11;
}
.AnyTagClassName
{
color: #C57E11;
}
</style>
background-color css
<style>
a { background-color: #C57E11; }
a { background-color: rgb(197,126,17); }
div.DivClassName
{
background-color: #C57E11;
}
.BgClassName
{
background-color: #C57E11;
}
</style>
border-color css
<style>
span { border-color: #C57E11; }
span { border-color: rgb(197,126,17); }
td.TdClassName
{
border-color: #C57E11;
}
.TagClassName
{
border-color: #C57E11;
}
</style>