Shades of Dark Goldenrod #C59609
Tints of Dark Goldenrod #C59609
RGB
CMYK
RGB Variations
Color information
#C59609 (or 0xC59609) is known color: Dark Goldenrod. HEX triplet: C5, 96 and 09. RGB value is (197,150,9). Sum of RGB (Red+Green+Blue) = 197+150+9=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 9 (3.91% from 255 or 2.53% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C59609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59609 is #3A69F6. Grayscale: #949494. Windows color (decimal): -3828215 or 628421. OLE color: 628421.
HSL color Cylindrical-coordinate representation of color #C59609: hue angle of 45º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C59609 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 9 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.23 |
| HSL | 45º | 0.91% | 0.4% | - |
| HSV(B) | 45º | 0.95% | 0.77% | - |
| XYZ | 33.98 | 33.7 | 4.97 | - |
| YUV | 147.98 | 49.57 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 9 | 0 | 0.24 | 0.95 | 0.23 | 45 | 0.91 | 0.4 |
| Hex | C5 | 96 | 9 | 0 | 18 | 5F | 17 | 2D | 5B | 28 |
| Octal | 305 | 226 | 11 | 0 | 30 | 137 | 27 | 55 | 133 | 50 |
| Binary | 11000101 | 10010110 | 1001 | 0 | 11000 | 1011111 | 10111 | 101101 | 1011011 | 101000 |
Color Harmonies of #C59609
Complementary color
Monochromatic Colors of #C59609
Black with #C59609
Text Example
Text Example
White with #C59609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59609; }
p { color: rgb(197,150,9); }
H1.HeaderClassName
{
color: #C59609;
}
.AnyTagClassName
{
color: #C59609;
}
</style>
background-color css
<style>
a { background-color: #C59609; }
a { background-color: rgb(197,150,9); }
div.DivClassName
{
background-color: #C59609;
}
.BgClassName
{
background-color: #C59609;
}
</style>
border-color css
<style>
span { border-color: #C59609; }
span { border-color: rgb(197,150,9); }
td.TdClassName
{
border-color: #C59609;
}
.TagClassName
{
border-color: #C59609;
}
</style>