Shades of Dark Goldenrod #C57609
Tints of Dark Goldenrod #C57609
RGB
CMYK
RGB Variations
Color information
#C57609 (or 0xC57609) is known color: Dark Goldenrod. HEX triplet: C5, 76 and 09. RGB value is (197,118,9). Sum of RGB (Red+Green+Blue) = 197+118+9=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C57609 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57609 is #3A89F6. Grayscale: #818181. Windows color (decimal): -3836407 or 620229. OLE color: 620229.
HSL color Cylindrical-coordinate representation of color #C57609: hue angle of 34.79º 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 #C57609 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 9 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.23 |
| HSL | 34.79º | 0.91% | 0.4% | - |
| HSV(B) | 34.79º | 0.95% | 0.77% | - |
| XYZ | 29.55 | 24.85 | 3.5 | - |
| YUV | 129.2 | 60.17 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 9 | 0 | 0.40 | 0.95 | 0.23 | 34.79 | 0.91 | 0.4 |
| Hex | C5 | 76 | 9 | 0 | 28 | 5F | 17 | 23 | 5B | 28 |
| Octal | 305 | 166 | 11 | 0 | 50 | 137 | 27 | 43 | 133 | 50 |
| Binary | 11000101 | 1110110 | 1001 | 0 | 101000 | 1011111 | 10111 | 100011 | 1011011 | 101000 |
Color Harmonies of #C57609
Complementary color
Monochromatic Colors of #C57609
Black with #C57609
Text Example
Text Example
White with #C57609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57609; }
p { color: rgb(197,118,9); }
H1.HeaderClassName
{
color: #C57609;
}
.AnyTagClassName
{
color: #C57609;
}
</style>
background-color css
<style>
a { background-color: #C57609; }
a { background-color: rgb(197,118,9); }
div.DivClassName
{
background-color: #C57609;
}
.BgClassName
{
background-color: #C57609;
}
</style>
border-color css
<style>
span { border-color: #C57609; }
span { border-color: rgb(197,118,9); }
td.TdClassName
{
border-color: #C57609;
}
.TagClassName
{
border-color: #C57609;
}
</style>