Shades of Dark Goldenrod #C57F13
Tints of Dark Goldenrod #C57F13
RGB
CMYK
RGB Variations
Color information
#C57F13 (or 0xC57F13) is known color: Dark Goldenrod. HEX triplet: C5, 7F and 13. RGB value is (197,127,19). Sum of RGB (Red+Green+Blue) = 197+127+19=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57F13 is #3A80EC. Grayscale: #888888. Windows color (decimal): -3834093 or 1277893. OLE color: 1277893.
HSL color Cylindrical-coordinate representation of color #C57F13: hue angle of 36.4º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C57F13 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 19 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.23 |
| HSL | 36.4º | 0.82% | 0.42% | - |
| HSV(B) | 36.4º | 0.9% | 0.77% | - |
| XYZ | 30.73 | 27.1 | 4.23 | - |
| YUV | 135.62 | 62.19 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 19 | 0 | 0.36 | 0.90 | 0.23 | 36.4 | 0.82 | 0.42 |
| Hex | C5 | 7F | 13 | 0 | 24 | 5A | 17 | 24 | 52 | 2A |
| Octal | 305 | 177 | 23 | 0 | 44 | 132 | 27 | 44 | 122 | 52 |
| Binary | 11000101 | 1111111 | 10011 | 0 | 100100 | 1011010 | 10111 | 100100 | 1010010 | 101010 |
Color Harmonies of #C57F13
Complementary color
Monochromatic Colors of #C57F13
Black with #C57F13
Text Example
Text Example
White with #C57F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F13; }
p { color: rgb(197,127,19); }
H1.HeaderClassName
{
color: #C57F13;
}
.AnyTagClassName
{
color: #C57F13;
}
</style>
background-color css
<style>
a { background-color: #C57F13; }
a { background-color: rgb(197,127,19); }
div.DivClassName
{
background-color: #C57F13;
}
.BgClassName
{
background-color: #C57F13;
}
</style>
border-color css
<style>
span { border-color: #C57F13; }
span { border-color: rgb(197,127,19); }
td.TdClassName
{
border-color: #C57F13;
}
.TagClassName
{
border-color: #C57F13;
}
</style>