Shades of Dark Goldenrod #C59B00
Tints of Dark Goldenrod #C59B00
RGB
CMYK
RGB Variations
Color information
#C59B00 (or 0xC59B00) is known color: Dark Goldenrod. HEX triplet: C5, 9B and 00. RGB value is (197,155,0). Sum of RGB (Red+Green+Blue) = 197+155+0=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59B00 is #3A64FF. Grayscale: #969696. Windows color (decimal): -3826944 or 39877. OLE color: 39877.
HSL color Cylindrical-coordinate representation of color #C59B00: hue angle of 47.21º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C59B00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 155 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.23 |
| HSL | 47.21º | 1% | 0.39% | - |
| HSV(B) | 47.21º | 1% | 0.77% | - |
| XYZ | 34.75 | 35.31 | 4.98 | - |
| YUV | 149.89 | 43.41 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 0 | 0 | 0.21 | 1 | 0.23 | 47.21 | 1 | 0.39 |
| Hex | C5 | 9B | 0 | 0 | 15 | 64 | 17 | 2F | 64 | 27 |
| Octal | 305 | 233 | 0 | 0 | 25 | 144 | 27 | 57 | 144 | 47 |
| Binary | 11000101 | 10011011 | 0 | 0 | 10101 | 1100100 | 10111 | 101111 | 1100100 | 100111 |
Color Harmonies of #C59B00
Complementary color
Monochromatic Colors of #C59B00
Black with #C59B00
Text Example
Text Example
White with #C59B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59B00; }
p { color: rgb(197,155,0); }
H1.HeaderClassName
{
color: #C59B00;
}
.AnyTagClassName
{
color: #C59B00;
}
</style>
background-color css
<style>
a { background-color: #C59B00; }
a { background-color: rgb(197,155,0); }
div.DivClassName
{
background-color: #C59B00;
}
.BgClassName
{
background-color: #C59B00;
}
</style>
border-color css
<style>
span { border-color: #C59B00; }
span { border-color: rgb(197,155,0); }
td.TdClassName
{
border-color: #C59B00;
}
.TagClassName
{
border-color: #C59B00;
}
</style>