Shades of Dark Goldenrod #C59A00
Tints of Dark Goldenrod #C59A00
RGB
CMYK
RGB Variations
Color information
#C59A00 (or 0xC59A00) is known color: Dark Goldenrod. HEX triplet: C5, 9A and 00. RGB value is (197,154,0). Sum of RGB (Red+Green+Blue) = 197+154+0=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59A00 is #3A65FF. Grayscale: #959595. Windows color (decimal): -3827200 or 39621. OLE color: 39621.
HSL color Cylindrical-coordinate representation of color #C59A00: hue angle of 46.9º 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 #C59A00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.23 |
| HSL | 46.9º | 1% | 0.39% | - |
| HSV(B) | 46.9º | 1% | 0.77% | - |
| XYZ | 34.58 | 34.98 | 4.93 | - |
| YUV | 149.3 | 43.75 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 0 | 0 | 0.22 | 1 | 0.23 | 46.9 | 1 | 0.39 |
| Hex | C5 | 9A | 0 | 0 | 16 | 64 | 17 | 2F | 64 | 27 |
| Octal | 305 | 232 | 0 | 0 | 26 | 144 | 27 | 57 | 144 | 47 |
| Binary | 11000101 | 10011010 | 0 | 0 | 10110 | 1100100 | 10111 | 101111 | 1100100 | 100111 |
Color Harmonies of #C59A00
Complementary color
Monochromatic Colors of #C59A00
Black with #C59A00
Text Example
Text Example
White with #C59A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A00; }
p { color: rgb(197,154,0); }
H1.HeaderClassName
{
color: #C59A00;
}
.AnyTagClassName
{
color: #C59A00;
}
</style>
background-color css
<style>
a { background-color: #C59A00; }
a { background-color: rgb(197,154,0); }
div.DivClassName
{
background-color: #C59A00;
}
.BgClassName
{
background-color: #C59A00;
}
</style>
border-color css
<style>
span { border-color: #C59A00; }
span { border-color: rgb(197,154,0); }
td.TdClassName
{
border-color: #C59A00;
}
.TagClassName
{
border-color: #C59A00;
}
</style>