Shades of Dark Goldenrod #C57F0E
Tints of Dark Goldenrod #C57F0E
RGB
CMYK
RGB Variations
Color information
#C57F0E (or 0xC57F0E) is known color: Dark Goldenrod. HEX triplet: C5, 7F and 0E. RGB value is (197,127,14). Sum of RGB (Red+Green+Blue) = 197+127+14=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57F0E is #3A80F1. Grayscale: #878787. Windows color (decimal): -3834098 or 950213. OLE color: 950213.
HSL color Cylindrical-coordinate representation of color #C57F0E: hue angle of 37.05º 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 #C57F0E is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 14 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.23 |
| HSL | 37.05º | 0.87% | 0.41% | - |
| HSV(B) | 37.05º | 0.93% | 0.77% | - |
| XYZ | 30.69 | 27.08 | 4.02 | - |
| YUV | 135.05 | 59.69 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 14 | 0 | 0.36 | 0.93 | 0.23 | 37.05 | 0.87 | 0.41 |
| Hex | C5 | 7F | E | 0 | 24 | 5D | 17 | 25 | 57 | 29 |
| Octal | 305 | 177 | 16 | 0 | 44 | 135 | 27 | 45 | 127 | 51 |
| Binary | 11000101 | 1111111 | 1110 | 0 | 100100 | 1011101 | 10111 | 100101 | 1010111 | 101001 |
Color Harmonies of #C57F0E
Complementary color
Monochromatic Colors of #C57F0E
Black with #C57F0E
Text Example
Text Example
White with #C57F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F0E; }
p { color: rgb(197,127,14); }
H1.HeaderClassName
{
color: #C57F0E;
}
.AnyTagClassName
{
color: #C57F0E;
}
</style>
background-color css
<style>
a { background-color: #C57F0E; }
a { background-color: rgb(197,127,14); }
div.DivClassName
{
background-color: #C57F0E;
}
.BgClassName
{
background-color: #C57F0E;
}
</style>
border-color css
<style>
span { border-color: #C57F0E; }
span { border-color: rgb(197,127,14); }
td.TdClassName
{
border-color: #C57F0E;
}
.TagClassName
{
border-color: #C57F0E;
}
</style>