Shades of Dark Goldenrod #C58006
Tints of Dark Goldenrod #C58006
RGB
CMYK
RGB Variations
Color information
#C58006 (or 0xC58006) is known color: Dark Goldenrod. HEX triplet: C5, 80 and 06. RGB value is (197,128,6). Sum of RGB (Red+Green+Blue) = 197+128+6=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C58006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58006 is #3A7FF9. Grayscale: #878787. Windows color (decimal): -3833850 or 426181. OLE color: 426181.
HSL color Cylindrical-coordinate representation of color #C58006: hue angle of 38.32º 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 #C58006 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 6 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.23 |
| HSL | 38.32º | 0.94% | 0.4% | - |
| HSV(B) | 38.32º | 0.97% | 0.77% | - |
| XYZ | 30.78 | 27.32 | 3.82 | - |
| YUV | 134.72 | 55.36 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 6 | 0 | 0.35 | 0.97 | 0.23 | 38.32 | 0.94 | 0.4 |
| Hex | C5 | 80 | 6 | 0 | 23 | 61 | 17 | 26 | 5E | 28 |
| Octal | 305 | 200 | 6 | 0 | 43 | 141 | 27 | 46 | 136 | 50 |
| Binary | 11000101 | 10000000 | 110 | 0 | 100011 | 1100001 | 10111 | 100110 | 1011110 | 101000 |
Color Harmonies of #C58006
Complementary color
Monochromatic Colors of #C58006
Black with #C58006
Text Example
Text Example
White with #C58006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58006; }
p { color: rgb(197,128,6); }
H1.HeaderClassName
{
color: #C58006;
}
.AnyTagClassName
{
color: #C58006;
}
</style>
background-color css
<style>
a { background-color: #C58006; }
a { background-color: rgb(197,128,6); }
div.DivClassName
{
background-color: #C58006;
}
.BgClassName
{
background-color: #C58006;
}
</style>
border-color css
<style>
span { border-color: #C58006; }
span { border-color: rgb(197,128,6); }
td.TdClassName
{
border-color: #C58006;
}
.TagClassName
{
border-color: #C58006;
}
</style>