Shades of Dark Goldenrod #C58401
Tints of Dark Goldenrod #C58401
RGB
CMYK
RGB Variations
Color information
#C58401 (or 0xC58401) is known color: Dark Goldenrod. HEX triplet: C5, 84 and 01. RGB value is (197,132,1). Sum of RGB (Red+Green+Blue) = 197+132+1=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C58401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58401 is #3A7BFE. Grayscale: #898989. Windows color (decimal): -3832831 or 99525. OLE color: 99525.
HSL color Cylindrical-coordinate representation of color #C58401: hue angle of 40.1º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C58401 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.23 |
| HSL | 40.1º | 0.99% | 0.39% | - |
| HSV(B) | 40.1º | 0.99% | 0.77% | - |
| XYZ | 31.28 | 28.38 | 3.86 | - |
| YUV | 136.5 | 51.53 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 1 | 0 | 0.33 | 0.99 | 0.23 | 40.1 | 0.99 | 0.39 |
| Hex | C5 | 84 | 1 | 0 | 21 | 63 | 17 | 28 | 63 | 27 |
| Octal | 305 | 204 | 1 | 0 | 41 | 143 | 27 | 50 | 143 | 47 |
| Binary | 11000101 | 10000100 | 1 | 0 | 100001 | 1100011 | 10111 | 101000 | 1100011 | 100111 |
Color Harmonies of #C58401
Complementary color
Monochromatic Colors of #C58401
Black with #C58401
Text Example
Text Example
White with #C58401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58401; }
p { color: rgb(197,132,1); }
H1.HeaderClassName
{
color: #C58401;
}
.AnyTagClassName
{
color: #C58401;
}
</style>
background-color css
<style>
a { background-color: #C58401; }
a { background-color: rgb(197,132,1); }
div.DivClassName
{
background-color: #C58401;
}
.BgClassName
{
background-color: #C58401;
}
</style>
border-color css
<style>
span { border-color: #C58401; }
span { border-color: rgb(197,132,1); }
td.TdClassName
{
border-color: #C58401;
}
.TagClassName
{
border-color: #C58401;
}
</style>