Shades of Dark Goldenrod #C59001
Tints of Dark Goldenrod #C59001
RGB
CMYK
RGB Variations
Color information
#C59001 (or 0xC59001) is known color: Dark Goldenrod. HEX triplet: C5, 90 and 01. RGB value is (197,144,1). Sum of RGB (Red+Green+Blue) = 197+144+1=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C59001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59001 is #3A6FFE. Grayscale: #909090. Windows color (decimal): -3829759 or 102597. OLE color: 102597.
HSL color Cylindrical-coordinate representation of color #C59001: hue angle of 43.78º 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 #C59001 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 1 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.23 |
| HSL | 43.78º | 0.99% | 0.39% | - |
| HSV(B) | 43.78º | 0.99% | 0.77% | - |
| XYZ | 33 | 31.82 | 4.43 | - |
| YUV | 143.55 | 47.56 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 1 | 0 | 0.27 | 0.99 | 0.23 | 43.78 | 0.99 | 0.39 |
| Hex | C5 | 90 | 1 | 0 | 1B | 63 | 17 | 2C | 63 | 27 |
| Octal | 305 | 220 | 1 | 0 | 33 | 143 | 27 | 54 | 143 | 47 |
| Binary | 11000101 | 10010000 | 1 | 0 | 11011 | 1100011 | 10111 | 101100 | 1100011 | 100111 |
Color Harmonies of #C59001
Complementary color
Monochromatic Colors of #C59001
Black with #C59001
Text Example
Text Example
White with #C59001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59001; }
p { color: rgb(197,144,1); }
H1.HeaderClassName
{
color: #C59001;
}
.AnyTagClassName
{
color: #C59001;
}
</style>
background-color css
<style>
a { background-color: #C59001; }
a { background-color: rgb(197,144,1); }
div.DivClassName
{
background-color: #C59001;
}
.BgClassName
{
background-color: #C59001;
}
</style>
border-color css
<style>
span { border-color: #C59001; }
span { border-color: rgb(197,144,1); }
td.TdClassName
{
border-color: #C59001;
}
.TagClassName
{
border-color: #C59001;
}
</style>