Shades of Dark Goldenrod #C57809
Tints of Dark Goldenrod #C57809
RGB
CMYK
RGB Variations
Color information
#C57809 (or 0xC57809) is known color: Dark Goldenrod. HEX triplet: C5, 78 and 09. RGB value is (197,120,9). Sum of RGB (Red+Green+Blue) = 197+120+9=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C57809 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57809 is #3A87F6. Grayscale: #828282. Windows color (decimal): -3835895 or 620741. OLE color: 620741.
HSL color Cylindrical-coordinate representation of color #C57809: hue angle of 35.43º 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 #C57809 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 9 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.23 |
| HSL | 35.43º | 0.91% | 0.4% | - |
| HSV(B) | 35.43º | 0.95% | 0.77% | - |
| XYZ | 29.79 | 25.32 | 3.58 | - |
| YUV | 130.37 | 59.51 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 9 | 0 | 0.39 | 0.95 | 0.23 | 35.43 | 0.91 | 0.4 |
| Hex | C5 | 78 | 9 | 0 | 27 | 5F | 17 | 23 | 5B | 28 |
| Octal | 305 | 170 | 11 | 0 | 47 | 137 | 27 | 43 | 133 | 50 |
| Binary | 11000101 | 1111000 | 1001 | 0 | 100111 | 1011111 | 10111 | 100011 | 1011011 | 101000 |
Color Harmonies of #C57809
Complementary color
Monochromatic Colors of #C57809
Black with #C57809
Text Example
Text Example
White with #C57809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57809; }
p { color: rgb(197,120,9); }
H1.HeaderClassName
{
color: #C57809;
}
.AnyTagClassName
{
color: #C57809;
}
</style>
background-color css
<style>
a { background-color: #C57809; }
a { background-color: rgb(197,120,9); }
div.DivClassName
{
background-color: #C57809;
}
.BgClassName
{
background-color: #C57809;
}
</style>
border-color css
<style>
span { border-color: #C57809; }
span { border-color: rgb(197,120,9); }
td.TdClassName
{
border-color: #C57809;
}
.TagClassName
{
border-color: #C57809;
}
</style>