Shades of Dark Goldenrod #C58809
Tints of Dark Goldenrod #C58809
RGB
CMYK
RGB Variations
Color information
#C58809 (or 0xC58809) is known color: Dark Goldenrod. HEX triplet: C5, 88 and 09. RGB value is (197,136,9). Sum of RGB (Red+Green+Blue) = 197+136+9=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C58809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58809 is #3A77F6. Grayscale: #8C8C8C. Windows color (decimal): -3831799 or 624837. OLE color: 624837.
HSL color Cylindrical-coordinate representation of color #C58809: hue angle of 40.53º 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 #C58809 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 9 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.23 |
| HSL | 40.53º | 0.91% | 0.4% | - |
| HSV(B) | 40.53º | 0.95% | 0.77% | - |
| XYZ | 31.88 | 29.5 | 4.27 | - |
| YUV | 139.76 | 54.21 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 9 | 0 | 0.31 | 0.95 | 0.23 | 40.53 | 0.91 | 0.4 |
| Hex | C5 | 88 | 9 | 0 | 1F | 5F | 17 | 29 | 5B | 28 |
| Octal | 305 | 210 | 11 | 0 | 37 | 137 | 27 | 51 | 133 | 50 |
| Binary | 11000101 | 10001000 | 1001 | 0 | 11111 | 1011111 | 10111 | 101001 | 1011011 | 101000 |
Color Harmonies of #C58809
Complementary color
Monochromatic Colors of #C58809
Black with #C58809
Text Example
Text Example
White with #C58809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58809; }
p { color: rgb(197,136,9); }
H1.HeaderClassName
{
color: #C58809;
}
.AnyTagClassName
{
color: #C58809;
}
</style>
background-color css
<style>
a { background-color: #C58809; }
a { background-color: rgb(197,136,9); }
div.DivClassName
{
background-color: #C58809;
}
.BgClassName
{
background-color: #C58809;
}
</style>
border-color css
<style>
span { border-color: #C58809; }
span { border-color: rgb(197,136,9); }
td.TdClassName
{
border-color: #C58809;
}
.TagClassName
{
border-color: #C58809;
}
</style>