Shades of Dark Goldenrod #C57F06
Tints of Dark Goldenrod #C57F06
RGB
CMYK
RGB Variations
Color information
#C57F06 (or 0xC57F06) is known color: Dark Goldenrod. HEX triplet: C5, 7F and 06. RGB value is (197,127,6). Sum of RGB (Red+Green+Blue) = 197+127+6=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57F06 is #3A80F9. Grayscale: #868686. Windows color (decimal): -3834106 or 425925. OLE color: 425925.
HSL color Cylindrical-coordinate representation of color #C57F06: hue angle of 38.01º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C57F06 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 6 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.23 |
| HSL | 38.01º | 0.94% | 0.4% | - |
| HSV(B) | 38.01º | 0.97% | 0.77% | - |
| XYZ | 30.65 | 27.06 | 3.78 | - |
| YUV | 134.14 | 55.69 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 6 | 0 | 0.36 | 0.97 | 0.23 | 38.01 | 0.94 | 0.4 |
| Hex | C5 | 7F | 6 | 0 | 24 | 61 | 17 | 26 | 5E | 28 |
| Octal | 305 | 177 | 6 | 0 | 44 | 141 | 27 | 46 | 136 | 50 |
| Binary | 11000101 | 1111111 | 110 | 0 | 100100 | 1100001 | 10111 | 100110 | 1011110 | 101000 |
Color Harmonies of #C57F06
Complementary color
Monochromatic Colors of #C57F06
Black with #C57F06
Text Example
Text Example
White with #C57F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F06; }
p { color: rgb(197,127,6); }
H1.HeaderClassName
{
color: #C57F06;
}
.AnyTagClassName
{
color: #C57F06;
}
</style>
background-color css
<style>
a { background-color: #C57F06; }
a { background-color: rgb(197,127,6); }
div.DivClassName
{
background-color: #C57F06;
}
.BgClassName
{
background-color: #C57F06;
}
</style>
border-color css
<style>
span { border-color: #C57F06; }
span { border-color: rgb(197,127,6); }
td.TdClassName
{
border-color: #C57F06;
}
.TagClassName
{
border-color: #C57F06;
}
</style>