Shades of Dark Goldenrod #C59401
Tints of Dark Goldenrod #C59401
RGB
CMYK
RGB Variations
Color information
#C59401 (or 0xC59401) is known color: Dark Goldenrod. HEX triplet: C5, 94 and 01. RGB value is (197,148,1). Sum of RGB (Red+Green+Blue) = 197+148+1=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C59401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59401 is #3A6BFE. Grayscale: #929292. Windows color (decimal): -3828735 or 103621. OLE color: 103621.
HSL color Cylindrical-coordinate representation of color #C59401: hue angle of 45º 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 #C59401 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.23 |
| HSL | 45º | 0.99% | 0.39% | - |
| HSV(B) | 45º | 0.99% | 0.77% | - |
| XYZ | 33.62 | 33.05 | 4.64 | - |
| YUV | 145.89 | 46.23 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 1 | 0 | 0.25 | 0.99 | 0.23 | 45 | 0.99 | 0.39 |
| Hex | C5 | 94 | 1 | 0 | 19 | 63 | 17 | 2D | 63 | 27 |
| Octal | 305 | 224 | 1 | 0 | 31 | 143 | 27 | 55 | 143 | 47 |
| Binary | 11000101 | 10010100 | 1 | 0 | 11001 | 1100011 | 10111 | 101101 | 1100011 | 100111 |
Color Harmonies of #C59401
Complementary color
Monochromatic Colors of #C59401
Black with #C59401
Text Example
Text Example
White with #C59401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59401; }
p { color: rgb(197,148,1); }
H1.HeaderClassName
{
color: #C59401;
}
.AnyTagClassName
{
color: #C59401;
}
</style>
background-color css
<style>
a { background-color: #C59401; }
a { background-color: rgb(197,148,1); }
div.DivClassName
{
background-color: #C59401;
}
.BgClassName
{
background-color: #C59401;
}
</style>
border-color css
<style>
span { border-color: #C59401; }
span { border-color: rgb(197,148,1); }
td.TdClassName
{
border-color: #C59401;
}
.TagClassName
{
border-color: #C59401;
}
</style>