Shades of Dark Goldenrod #C57206
Tints of Dark Goldenrod #C57206
RGB
CMYK
RGB Variations
Color information
#C57206 (or 0xC57206) is known color: Dark Goldenrod. HEX triplet: C5, 72 and 06. RGB value is (197,114,6). Sum of RGB (Red+Green+Blue) = 197+114+6=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C57206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57206 is #3A8DF9. Grayscale: #7F7F7F. Windows color (decimal): -3837434 or 422597. OLE color: 422597.
HSL color Cylindrical-coordinate representation of color #C57206: hue angle of 33.93º 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 #C57206 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 6 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.23 |
| HSL | 33.93º | 0.94% | 0.4% | - |
| HSV(B) | 33.93º | 0.97% | 0.77% | - |
| XYZ | 29.08 | 23.92 | 3.26 | - |
| YUV | 126.51 | 60 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 6 | 0 | 0.42 | 0.97 | 0.23 | 33.93 | 0.94 | 0.4 |
| Hex | C5 | 72 | 6 | 0 | 2A | 61 | 17 | 22 | 5E | 28 |
| Octal | 305 | 162 | 6 | 0 | 52 | 141 | 27 | 42 | 136 | 50 |
| Binary | 11000101 | 1110010 | 110 | 0 | 101010 | 1100001 | 10111 | 100010 | 1011110 | 101000 |
Color Harmonies of #C57206
Complementary color
Monochromatic Colors of #C57206
Black with #C57206
Text Example
Text Example
White with #C57206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57206; }
p { color: rgb(197,114,6); }
H1.HeaderClassName
{
color: #C57206;
}
.AnyTagClassName
{
color: #C57206;
}
</style>
background-color css
<style>
a { background-color: #C57206; }
a { background-color: rgb(197,114,6); }
div.DivClassName
{
background-color: #C57206;
}
.BgClassName
{
background-color: #C57206;
}
</style>
border-color css
<style>
span { border-color: #C57206; }
span { border-color: rgb(197,114,6); }
td.TdClassName
{
border-color: #C57206;
}
.TagClassName
{
border-color: #C57206;
}
</style>