Shades of Dark Goldenrod #C59601
Tints of Dark Goldenrod #C59601
RGB
CMYK
RGB Variations
Color information
#C59601 (or 0xC59601) is known color: Dark Goldenrod. HEX triplet: C5, 96 and 01. RGB value is (197,150,1). Sum of RGB (Red+Green+Blue) = 197+150+1=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C59601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59601 is #3A69FE. Grayscale: #939393. Windows color (decimal): -3828223 or 104133. OLE color: 104133.
HSL color Cylindrical-coordinate representation of color #C59601: hue angle of 45.61º 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 #C59601 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.23 |
| HSL | 45.61º | 0.99% | 0.39% | - |
| HSV(B) | 45.61º | 0.99% | 0.77% | - |
| XYZ | 33.94 | 33.69 | 4.74 | - |
| YUV | 147.07 | 45.57 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 1 | 0 | 0.24 | 0.99 | 0.23 | 45.61 | 0.99 | 0.39 |
| Hex | C5 | 96 | 1 | 0 | 18 | 63 | 17 | 2E | 63 | 27 |
| Octal | 305 | 226 | 1 | 0 | 30 | 143 | 27 | 56 | 143 | 47 |
| Binary | 11000101 | 10010110 | 1 | 0 | 11000 | 1100011 | 10111 | 101110 | 1100011 | 100111 |
Color Harmonies of #C59601
Complementary color
Monochromatic Colors of #C59601
Black with #C59601
Text Example
Text Example
White with #C59601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59601; }
p { color: rgb(197,150,1); }
H1.HeaderClassName
{
color: #C59601;
}
.AnyTagClassName
{
color: #C59601;
}
</style>
background-color css
<style>
a { background-color: #C59601; }
a { background-color: rgb(197,150,1); }
div.DivClassName
{
background-color: #C59601;
}
.BgClassName
{
background-color: #C59601;
}
</style>
border-color css
<style>
span { border-color: #C59601; }
span { border-color: rgb(197,150,1); }
td.TdClassName
{
border-color: #C59601;
}
.TagClassName
{
border-color: #C59601;
}
</style>