Shades of Dark Goldenrod #C59801
Tints of Dark Goldenrod #C59801
RGB
CMYK
RGB Variations
Color information
#C59801 (or 0xC59801) is known color: Dark Goldenrod. HEX triplet: C5, 98 and 01. RGB value is (197,152,1). Sum of RGB (Red+Green+Blue) = 197+152+1=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C59801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59801 is #3A67FE. Grayscale: #949494. Windows color (decimal): -3827711 or 104645. OLE color: 104645.
HSL color Cylindrical-coordinate representation of color #C59801: hue angle of 46.22º 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 #C59801 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.23 |
| HSL | 46.22º | 0.99% | 0.39% | - |
| HSV(B) | 46.22º | 0.99% | 0.77% | - |
| XYZ | 34.26 | 34.33 | 4.85 | - |
| YUV | 148.24 | 44.91 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 1 | 0 | 0.23 | 0.99 | 0.23 | 46.22 | 0.99 | 0.39 |
| Hex | C5 | 98 | 1 | 0 | 17 | 63 | 17 | 2E | 63 | 27 |
| Octal | 305 | 230 | 1 | 0 | 27 | 143 | 27 | 56 | 143 | 47 |
| Binary | 11000101 | 10011000 | 1 | 0 | 10111 | 1100011 | 10111 | 101110 | 1100011 | 100111 |
Color Harmonies of #C59801
Complementary color
Monochromatic Colors of #C59801
Black with #C59801
Text Example
Text Example
White with #C59801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59801; }
p { color: rgb(197,152,1); }
H1.HeaderClassName
{
color: #C59801;
}
.AnyTagClassName
{
color: #C59801;
}
</style>
background-color css
<style>
a { background-color: #C59801; }
a { background-color: rgb(197,152,1); }
div.DivClassName
{
background-color: #C59801;
}
.BgClassName
{
background-color: #C59801;
}
</style>
border-color css
<style>
span { border-color: #C59801; }
span { border-color: rgb(197,152,1); }
td.TdClassName
{
border-color: #C59801;
}
.TagClassName
{
border-color: #C59801;
}
</style>