Shades of Dark Goldenrod #C58601
Tints of Dark Goldenrod #C58601
RGB
CMYK
RGB Variations
Color information
#C58601 (or 0xC58601) is known color: Dark Goldenrod. HEX triplet: C5, 86 and 01. RGB value is (197,134,1). Sum of RGB (Red+Green+Blue) = 197+134+1=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C58601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58601 is #3A79FE. Grayscale: #8A8A8A. Windows color (decimal): -3832319 or 100037. OLE color: 100037.
HSL color Cylindrical-coordinate representation of color #C58601: hue angle of 40.71º 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 #C58601 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.23 |
| HSL | 40.71º | 0.99% | 0.39% | - |
| HSV(B) | 40.71º | 0.99% | 0.77% | - |
| XYZ | 31.56 | 28.92 | 3.95 | - |
| YUV | 137.68 | 50.87 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 1 | 0 | 0.32 | 0.99 | 0.23 | 40.71 | 0.99 | 0.39 |
| Hex | C5 | 86 | 1 | 0 | 20 | 63 | 17 | 29 | 63 | 27 |
| Octal | 305 | 206 | 1 | 0 | 40 | 143 | 27 | 51 | 143 | 47 |
| Binary | 11000101 | 10000110 | 1 | 0 | 100000 | 1100011 | 10111 | 101001 | 1100011 | 100111 |
Color Harmonies of #C58601
Complementary color
Monochromatic Colors of #C58601
Black with #C58601
Text Example
Text Example
White with #C58601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58601; }
p { color: rgb(197,134,1); }
H1.HeaderClassName
{
color: #C58601;
}
.AnyTagClassName
{
color: #C58601;
}
</style>
background-color css
<style>
a { background-color: #C58601; }
a { background-color: rgb(197,134,1); }
div.DivClassName
{
background-color: #C58601;
}
.BgClassName
{
background-color: #C58601;
}
</style>
border-color css
<style>
span { border-color: #C58601; }
span { border-color: rgb(197,134,1); }
td.TdClassName
{
border-color: #C58601;
}
.TagClassName
{
border-color: #C58601;
}
</style>