Shades of Dark Goldenrod #C58405
Tints of Dark Goldenrod #C58405
RGB
CMYK
RGB Variations
Color information
#C58405 (or 0xC58405) is known color: Dark Goldenrod. HEX triplet: C5, 84 and 05. RGB value is (197,132,5). Sum of RGB (Red+Green+Blue) = 197+132+5=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C58405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58405 is #3A7BFA. Grayscale: #898989. Windows color (decimal): -3832827 or 361669. OLE color: 361669.
HSL color Cylindrical-coordinate representation of color #C58405: hue angle of 39.69º 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 #C58405 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 5 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.23 |
| HSL | 39.69º | 0.95% | 0.4% | - |
| HSV(B) | 39.69º | 0.97% | 0.77% | - |
| XYZ | 31.3 | 28.38 | 3.97 | - |
| YUV | 136.96 | 53.53 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 5 | 0 | 0.33 | 0.97 | 0.23 | 39.69 | 0.95 | 0.4 |
| Hex | C5 | 84 | 5 | 0 | 21 | 61 | 17 | 28 | 5F | 28 |
| Octal | 305 | 204 | 5 | 0 | 41 | 141 | 27 | 50 | 137 | 50 |
| Binary | 11000101 | 10000100 | 101 | 0 | 100001 | 1100001 | 10111 | 101000 | 1011111 | 101000 |
Color Harmonies of #C58405
Complementary color
Monochromatic Colors of #C58405
Black with #C58405
Text Example
Text Example
White with #C58405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58405; }
p { color: rgb(197,132,5); }
H1.HeaderClassName
{
color: #C58405;
}
.AnyTagClassName
{
color: #C58405;
}
</style>
background-color css
<style>
a { background-color: #C58405; }
a { background-color: rgb(197,132,5); }
div.DivClassName
{
background-color: #C58405;
}
.BgClassName
{
background-color: #C58405;
}
</style>
border-color css
<style>
span { border-color: #C58405; }
span { border-color: rgb(197,132,5); }
td.TdClassName
{
border-color: #C58405;
}
.TagClassName
{
border-color: #C58405;
}
</style>