Shades of Dark Goldenrod #C59500
Tints of Dark Goldenrod #C59500
RGB
CMYK
RGB Variations
Color information
#C59500 (or 0xC59500) is known color: Dark Goldenrod. HEX triplet: C5, 95 and 00. RGB value is (197,149,0). Sum of RGB (Red+Green+Blue) = 197+149+0=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C59500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59500 is #3A6AFF. Grayscale: #939393. Windows color (decimal): -3828480 or 38341. OLE color: 38341.
HSL color Cylindrical-coordinate representation of color #C59500: hue angle of 45.38º 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 #C59500 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.23 |
| HSL | 45.38º | 1% | 0.39% | - |
| HSV(B) | 45.38º | 1% | 0.77% | - |
| XYZ | 33.77 | 33.37 | 4.66 | - |
| YUV | 146.37 | 45.4 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 0 | 0 | 0.24 | 1 | 0.23 | 45.38 | 1 | 0.39 |
| Hex | C5 | 95 | 0 | 0 | 18 | 64 | 17 | 2D | 64 | 27 |
| Octal | 305 | 225 | 0 | 0 | 30 | 144 | 27 | 55 | 144 | 47 |
| Binary | 11000101 | 10010101 | 0 | 0 | 11000 | 1100100 | 10111 | 101101 | 1100100 | 100111 |
Color Harmonies of #C59500
Complementary color
Monochromatic Colors of #C59500
Black with #C59500
Text Example
Text Example
White with #C59500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59500; }
p { color: rgb(197,149,0); }
H1.HeaderClassName
{
color: #C59500;
}
.AnyTagClassName
{
color: #C59500;
}
</style>
background-color css
<style>
a { background-color: #C59500; }
a { background-color: rgb(197,149,0); }
div.DivClassName
{
background-color: #C59500;
}
.BgClassName
{
background-color: #C59500;
}
</style>
border-color css
<style>
span { border-color: #C59500; }
span { border-color: rgb(197,149,0); }
td.TdClassName
{
border-color: #C59500;
}
.TagClassName
{
border-color: #C59500;
}
</style>