Shades of Dark Goldenrod #C58301
Tints of Dark Goldenrod #C58301
RGB
CMYK
RGB Variations
Color information
#C58301 (or 0xC58301) is known color: Dark Goldenrod. HEX triplet: C5, 83 and 01. RGB value is (197,131,1). Sum of RGB (Red+Green+Blue) = 197+131+1=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C58301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58301 is #3A7CFE. Grayscale: #888888. Windows color (decimal): -3833087 or 99269. OLE color: 99269.
HSL color Cylindrical-coordinate representation of color #C58301: hue angle of 39.8º 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 #C58301 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 131 | 1 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.23 |
| HSL | 39.8º | 0.99% | 0.39% | - |
| HSV(B) | 39.8º | 0.99% | 0.77% | - |
| XYZ | 31.15 | 28.11 | 3.81 | - |
| YUV | 135.91 | 51.87 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 1 | 0 | 0.34 | 0.99 | 0.23 | 39.8 | 0.99 | 0.39 |
| Hex | C5 | 83 | 1 | 0 | 22 | 63 | 17 | 28 | 63 | 27 |
| Octal | 305 | 203 | 1 | 0 | 42 | 143 | 27 | 50 | 143 | 47 |
| Binary | 11000101 | 10000011 | 1 | 0 | 100010 | 1100011 | 10111 | 101000 | 1100011 | 100111 |
Color Harmonies of #C58301
Complementary color
Monochromatic Colors of #C58301
Black with #C58301
Text Example
Text Example
White with #C58301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58301; }
p { color: rgb(197,131,1); }
H1.HeaderClassName
{
color: #C58301;
}
.AnyTagClassName
{
color: #C58301;
}
</style>
background-color css
<style>
a { background-color: #C58301; }
a { background-color: rgb(197,131,1); }
div.DivClassName
{
background-color: #C58301;
}
.BgClassName
{
background-color: #C58301;
}
</style>
border-color css
<style>
span { border-color: #C58301; }
span { border-color: rgb(197,131,1); }
td.TdClassName
{
border-color: #C58301;
}
.TagClassName
{
border-color: #C58301;
}
</style>