Shades of Dark Goldenrod #C58501
Tints of Dark Goldenrod #C58501
RGB
CMYK
RGB Variations
Color information
#C58501 (or 0xC58501) is known color: Dark Goldenrod. HEX triplet: C5, 85 and 01. RGB value is (197,133,1). Sum of RGB (Red+Green+Blue) = 197+133+1=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C58501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58501 is #3A7AFE. Grayscale: #898989. Windows color (decimal): -3832575 or 99781. OLE color: 99781.
HSL color Cylindrical-coordinate representation of color #C58501: hue angle of 40.41º 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 #C58501 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.23 |
| HSL | 40.41º | 0.99% | 0.39% | - |
| HSV(B) | 40.41º | 0.99% | 0.77% | - |
| XYZ | 31.42 | 28.65 | 3.9 | - |
| YUV | 137.09 | 51.2 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 1 | 0 | 0.32 | 0.99 | 0.23 | 40.41 | 0.99 | 0.39 |
| Hex | C5 | 85 | 1 | 0 | 20 | 63 | 17 | 28 | 63 | 27 |
| Octal | 305 | 205 | 1 | 0 | 40 | 143 | 27 | 50 | 143 | 47 |
| Binary | 11000101 | 10000101 | 1 | 0 | 100000 | 1100011 | 10111 | 101000 | 1100011 | 100111 |
Color Harmonies of #C58501
Complementary color
Monochromatic Colors of #C58501
Black with #C58501
Text Example
Text Example
White with #C58501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58501; }
p { color: rgb(197,133,1); }
H1.HeaderClassName
{
color: #C58501;
}
.AnyTagClassName
{
color: #C58501;
}
</style>
background-color css
<style>
a { background-color: #C58501; }
a { background-color: rgb(197,133,1); }
div.DivClassName
{
background-color: #C58501;
}
.BgClassName
{
background-color: #C58501;
}
</style>
border-color css
<style>
span { border-color: #C58501; }
span { border-color: rgb(197,133,1); }
td.TdClassName
{
border-color: #C58501;
}
.TagClassName
{
border-color: #C58501;
}
</style>