Shades of Dark Goldenrod #C57F12
Tints of Dark Goldenrod #C57F12
RGB
CMYK
RGB Variations
Color information
#C57F12 (or 0xC57F12) is known color: Dark Goldenrod. HEX triplet: C5, 7F and 12. RGB value is (197,127,18). Sum of RGB (Red+Green+Blue) = 197+127+18=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57F12 is #3A80ED. Grayscale: #888888. Windows color (decimal): -3834094 or 1212357. OLE color: 1212357.
HSL color Cylindrical-coordinate representation of color #C57F12: hue angle of 36.54º degrees, saturation: 0.83, 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 #C57F12 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 18 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.23 |
| HSL | 36.54º | 0.83% | 0.42% | - |
| HSV(B) | 36.54º | 0.91% | 0.77% | - |
| XYZ | 30.72 | 27.09 | 4.18 | - |
| YUV | 135.5 | 61.69 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 18 | 0 | 0.36 | 0.91 | 0.23 | 36.54 | 0.83 | 0.42 |
| Hex | C5 | 7F | 12 | 0 | 24 | 5B | 17 | 25 | 53 | 2A |
| Octal | 305 | 177 | 22 | 0 | 44 | 133 | 27 | 45 | 123 | 52 |
| Binary | 11000101 | 1111111 | 10010 | 0 | 100100 | 1011011 | 10111 | 100101 | 1010011 | 101010 |
Color Harmonies of #C57F12
Complementary color
Monochromatic Colors of #C57F12
Black with #C57F12
Text Example
Text Example
White with #C57F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F12; }
p { color: rgb(197,127,18); }
H1.HeaderClassName
{
color: #C57F12;
}
.AnyTagClassName
{
color: #C57F12;
}
</style>
background-color css
<style>
a { background-color: #C57F12; }
a { background-color: rgb(197,127,18); }
div.DivClassName
{
background-color: #C57F12;
}
.BgClassName
{
background-color: #C57F12;
}
</style>
border-color css
<style>
span { border-color: #C57F12; }
span { border-color: rgb(197,127,18); }
td.TdClassName
{
border-color: #C57F12;
}
.TagClassName
{
border-color: #C57F12;
}
</style>