Shades of Dark Goldenrod #C59209
Tints of Dark Goldenrod #C59209
RGB
CMYK
RGB Variations
Color information
#C59209 (or 0xC59209) is known color: Dark Goldenrod. HEX triplet: C5, 92 and 09. RGB value is (197,146,9). Sum of RGB (Red+Green+Blue) = 197+146+9=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 9 (3.91% from 255 or 2.56% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C59209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59209 is #3A6DF6. Grayscale: #929292. Windows color (decimal): -3829239 or 627397. OLE color: 627397.
HSL color Cylindrical-coordinate representation of color #C59209: hue angle of 43.72º 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 #C59209 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 9 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.23 |
| HSL | 43.72º | 0.91% | 0.4% | - |
| HSV(B) | 43.72º | 0.95% | 0.77% | - |
| XYZ | 33.35 | 32.45 | 4.76 | - |
| YUV | 145.63 | 50.9 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 9 | 0 | 0.26 | 0.95 | 0.23 | 43.72 | 0.91 | 0.4 |
| Hex | C5 | 92 | 9 | 0 | 1A | 5F | 17 | 2C | 5B | 28 |
| Octal | 305 | 222 | 11 | 0 | 32 | 137 | 27 | 54 | 133 | 50 |
| Binary | 11000101 | 10010010 | 1001 | 0 | 11010 | 1011111 | 10111 | 101100 | 1011011 | 101000 |
Color Harmonies of #C59209
Complementary color
Monochromatic Colors of #C59209
Black with #C59209
Text Example
Text Example
White with #C59209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59209; }
p { color: rgb(197,146,9); }
H1.HeaderClassName
{
color: #C59209;
}
.AnyTagClassName
{
color: #C59209;
}
</style>
background-color css
<style>
a { background-color: #C59209; }
a { background-color: rgb(197,146,9); }
div.DivClassName
{
background-color: #C59209;
}
.BgClassName
{
background-color: #C59209;
}
</style>
border-color css
<style>
span { border-color: #C59209; }
span { border-color: rgb(197,146,9); }
td.TdClassName
{
border-color: #C59209;
}
.TagClassName
{
border-color: #C59209;
}
</style>