Shades of Dark Goldenrod #C57F0C
Tints of Dark Goldenrod #C57F0C
RGB
CMYK
RGB Variations
Color information
#C57F0C (or 0xC57F0C) is known color: Dark Goldenrod. HEX triplet: C5, 7F and 0C. RGB value is (197,127,12). Sum of RGB (Red+Green+Blue) = 197+127+12=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57F0C is #3A80F3. Grayscale: #878787. Windows color (decimal): -3834100 or 819141. OLE color: 819141.
HSL color Cylindrical-coordinate representation of color #C57F0C: hue angle of 37.3º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C57F0C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 12 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.23 |
| HSL | 37.3º | 0.89% | 0.41% | - |
| HSV(B) | 37.3º | 0.94% | 0.77% | - |
| XYZ | 30.68 | 27.08 | 3.96 | - |
| YUV | 134.82 | 58.69 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 12 | 0 | 0.36 | 0.94 | 0.23 | 37.3 | 0.89 | 0.41 |
| Hex | C5 | 7F | C | 0 | 24 | 5E | 17 | 25 | 59 | 29 |
| Octal | 305 | 177 | 14 | 0 | 44 | 136 | 27 | 45 | 131 | 51 |
| Binary | 11000101 | 1111111 | 1100 | 0 | 100100 | 1011110 | 10111 | 100101 | 1011001 | 101001 |
Color Harmonies of #C57F0C
Complementary color
Monochromatic Colors of #C57F0C
Black with #C57F0C
Text Example
Text Example
White with #C57F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F0C; }
p { color: rgb(197,127,12); }
H1.HeaderClassName
{
color: #C57F0C;
}
.AnyTagClassName
{
color: #C57F0C;
}
</style>
background-color css
<style>
a { background-color: #C57F0C; }
a { background-color: rgb(197,127,12); }
div.DivClassName
{
background-color: #C57F0C;
}
.BgClassName
{
background-color: #C57F0C;
}
</style>
border-color css
<style>
span { border-color: #C57F0C; }
span { border-color: rgb(197,127,12); }
td.TdClassName
{
border-color: #C57F0C;
}
.TagClassName
{
border-color: #C57F0C;
}
</style>