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