Shades of Dark Goldenrod #C58605
Tints of Dark Goldenrod #C58605
RGB
CMYK
RGB Variations
Color information
#C58605 (or 0xC58605) is known color: Dark Goldenrod. HEX triplet: C5, 86 and 05. RGB value is (197,134,5). Sum of RGB (Red+Green+Blue) = 197+134+5=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C58605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58605 is #3A79FA. Grayscale: #8A8A8A. Windows color (decimal): -3832315 or 362181. OLE color: 362181.
HSL color Cylindrical-coordinate representation of color #C58605: hue angle of 40.31º degrees, saturation: 0.95, 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 #C58605 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 5 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.23 |
| HSL | 40.31º | 0.95% | 0.4% | - |
| HSV(B) | 40.31º | 0.97% | 0.77% | - |
| XYZ | 31.58 | 28.93 | 4.06 | - |
| YUV | 138.13 | 52.87 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 5 | 0 | 0.32 | 0.97 | 0.23 | 40.31 | 0.95 | 0.4 |
| Hex | C5 | 86 | 5 | 0 | 20 | 61 | 17 | 28 | 5F | 28 |
| Octal | 305 | 206 | 5 | 0 | 40 | 141 | 27 | 50 | 137 | 50 |
| Binary | 11000101 | 10000110 | 101 | 0 | 100000 | 1100001 | 10111 | 101000 | 1011111 | 101000 |
Color Harmonies of #C58605
Complementary color
Monochromatic Colors of #C58605
Black with #C58605
Text Example
Text Example
White with #C58605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58605; }
p { color: rgb(197,134,5); }
H1.HeaderClassName
{
color: #C58605;
}
.AnyTagClassName
{
color: #C58605;
}
</style>
background-color css
<style>
a { background-color: #C58605; }
a { background-color: rgb(197,134,5); }
div.DivClassName
{
background-color: #C58605;
}
.BgClassName
{
background-color: #C58605;
}
</style>
border-color css
<style>
span { border-color: #C58605; }
span { border-color: rgb(197,134,5); }
td.TdClassName
{
border-color: #C58605;
}
.TagClassName
{
border-color: #C58605;
}
</style>