Shades of Dark Goldenrod #C58206
Tints of Dark Goldenrod #C58206
RGB
CMYK
RGB Variations
Color information
#C58206 (or 0xC58206) is known color: Dark Goldenrod. HEX triplet: C5, 82 and 06. RGB value is (197,130,6). Sum of RGB (Red+Green+Blue) = 197+130+6=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C58206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58206 is #3A7DF9. Grayscale: #888888. Windows color (decimal): -3833338 or 426693. OLE color: 426693.
HSL color Cylindrical-coordinate representation of color #C58206: hue angle of 38.95º 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 #C58206 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 6 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.23 |
| HSL | 38.95º | 0.94% | 0.4% | - |
| HSV(B) | 38.95º | 0.97% | 0.77% | - |
| XYZ | 31.04 | 27.85 | 3.91 | - |
| YUV | 135.9 | 54.7 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 6 | 0 | 0.34 | 0.97 | 0.23 | 38.95 | 0.94 | 0.4 |
| Hex | C5 | 82 | 6 | 0 | 22 | 61 | 17 | 27 | 5E | 28 |
| Octal | 305 | 202 | 6 | 0 | 42 | 141 | 27 | 47 | 136 | 50 |
| Binary | 11000101 | 10000010 | 110 | 0 | 100010 | 1100001 | 10111 | 100111 | 1011110 | 101000 |
Color Harmonies of #C58206
Complementary color
Monochromatic Colors of #C58206
Black with #C58206
Text Example
Text Example
White with #C58206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58206; }
p { color: rgb(197,130,6); }
H1.HeaderClassName
{
color: #C58206;
}
.AnyTagClassName
{
color: #C58206;
}
</style>
background-color css
<style>
a { background-color: #C58206; }
a { background-color: rgb(197,130,6); }
div.DivClassName
{
background-color: #C58206;
}
.BgClassName
{
background-color: #C58206;
}
</style>
border-color css
<style>
span { border-color: #C58206; }
span { border-color: rgb(197,130,6); }
td.TdClassName
{
border-color: #C58206;
}
.TagClassName
{
border-color: #C58206;
}
</style>