Shades of Dark Goldenrod #C57C11
Tints of Dark Goldenrod #C57C11
RGB
CMYK
RGB Variations
Color information
#C57C11 (or 0xC57C11) is known color: Dark Goldenrod. HEX triplet: C5, 7C and 11. RGB value is (197,124,17). Sum of RGB (Red+Green+Blue) = 197+124+17=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57C11 is #3A83EE. Grayscale: #868686. Windows color (decimal): -3834863 or 1146053. OLE color: 1146053.
HSL color Cylindrical-coordinate representation of color #C57C11: hue angle of 35.67º 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 #C57C11 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 17 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.23 |
| HSL | 35.67º | 0.84% | 0.42% | - |
| HSV(B) | 35.67º | 0.91% | 0.77% | - |
| XYZ | 30.33 | 26.33 | 4.01 | - |
| YUV | 133.63 | 62.18 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 17 | 0 | 0.37 | 0.91 | 0.23 | 35.67 | 0.84 | 0.42 |
| Hex | C5 | 7C | 11 | 0 | 25 | 5B | 17 | 24 | 54 | 2A |
| Octal | 305 | 174 | 21 | 0 | 45 | 133 | 27 | 44 | 124 | 52 |
| Binary | 11000101 | 1111100 | 10001 | 0 | 100101 | 1011011 | 10111 | 100100 | 1010100 | 101010 |
Color Harmonies of #C57C11
Complementary color
Monochromatic Colors of #C57C11
Black with #C57C11
Text Example
Text Example
White with #C57C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57C11; }
p { color: rgb(197,124,17); }
H1.HeaderClassName
{
color: #C57C11;
}
.AnyTagClassName
{
color: #C57C11;
}
</style>
background-color css
<style>
a { background-color: #C57C11; }
a { background-color: rgb(197,124,17); }
div.DivClassName
{
background-color: #C57C11;
}
.BgClassName
{
background-color: #C57C11;
}
</style>
border-color css
<style>
span { border-color: #C57C11; }
span { border-color: rgb(197,124,17); }
td.TdClassName
{
border-color: #C57C11;
}
.TagClassName
{
border-color: #C57C11;
}
</style>