Shades of Dark Goldenrod #C59B01
Tints of Dark Goldenrod #C59B01
RGB
CMYK
RGB Variations
Color information
#C59B01 (or 0xC59B01) is known color: Dark Goldenrod. HEX triplet: C5, 9B and 01. RGB value is (197,155,1). Sum of RGB (Red+Green+Blue) = 197+155+1=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59B01 is #3A64FE. Grayscale: #969696. Windows color (decimal): -3826943 or 105413. OLE color: 105413.
HSL color Cylindrical-coordinate representation of color #C59B01: hue angle of 47.14º 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 #C59B01 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 155 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.23 |
| HSL | 47.14º | 0.99% | 0.39% | - |
| HSV(B) | 47.14º | 0.99% | 0.77% | - |
| XYZ | 34.75 | 35.32 | 5.01 | - |
| YUV | 150 | 43.91 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 1 | 0 | 0.21 | 0.99 | 0.23 | 47.14 | 0.99 | 0.39 |
| Hex | C5 | 9B | 1 | 0 | 15 | 63 | 17 | 2F | 63 | 27 |
| Octal | 305 | 233 | 1 | 0 | 25 | 143 | 27 | 57 | 143 | 47 |
| Binary | 11000101 | 10011011 | 1 | 0 | 10101 | 1100011 | 10111 | 101111 | 1100011 | 100111 |
Color Harmonies of #C59B01
Complementary color
Monochromatic Colors of #C59B01
Black with #C59B01
Text Example
Text Example
White with #C59B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59B01; }
p { color: rgb(197,155,1); }
H1.HeaderClassName
{
color: #C59B01;
}
.AnyTagClassName
{
color: #C59B01;
}
</style>
background-color css
<style>
a { background-color: #C59B01; }
a { background-color: rgb(197,155,1); }
div.DivClassName
{
background-color: #C59B01;
}
.BgClassName
{
background-color: #C59B01;
}
</style>
border-color css
<style>
span { border-color: #C59B01; }
span { border-color: rgb(197,155,1); }
td.TdClassName
{
border-color: #C59B01;
}
.TagClassName
{
border-color: #C59B01;
}
</style>