Shades of Dark Goldenrod #C58811
Tints of Dark Goldenrod #C58811
RGB
CMYK
RGB Variations
Color information
#C58811 (or 0xC58811) is known color: Dark Goldenrod. HEX triplet: C5, 88 and 11. RGB value is (197,136,17). Sum of RGB (Red+Green+Blue) = 197+136+17=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C58811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58811 is #3A77EE. Grayscale: #8D8D8D. Windows color (decimal): -3831791 or 1149125. OLE color: 1149125.
HSL color Cylindrical-coordinate representation of color #C58811: hue angle of 39.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C58811 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 17 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.23 |
| HSL | 39.67º | 0.84% | 0.42% | - |
| HSV(B) | 39.67º | 0.91% | 0.77% | - |
| XYZ | 31.93 | 29.52 | 4.55 | - |
| YUV | 140.67 | 58.21 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 17 | 0 | 0.31 | 0.91 | 0.23 | 39.67 | 0.84 | 0.42 |
| Hex | C5 | 88 | 11 | 0 | 1F | 5B | 17 | 28 | 54 | 2A |
| Octal | 305 | 210 | 21 | 0 | 37 | 133 | 27 | 50 | 124 | 52 |
| Binary | 11000101 | 10001000 | 10001 | 0 | 11111 | 1011011 | 10111 | 101000 | 1010100 | 101010 |
Color Harmonies of #C58811
Complementary color
Monochromatic Colors of #C58811
Black with #C58811
Text Example
Text Example
White with #C58811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58811; }
p { color: rgb(197,136,17); }
H1.HeaderClassName
{
color: #C58811;
}
.AnyTagClassName
{
color: #C58811;
}
</style>
background-color css
<style>
a { background-color: #C58811; }
a { background-color: rgb(197,136,17); }
div.DivClassName
{
background-color: #C58811;
}
.BgClassName
{
background-color: #C58811;
}
</style>
border-color css
<style>
span { border-color: #C58811; }
span { border-color: rgb(197,136,17); }
td.TdClassName
{
border-color: #C58811;
}
.TagClassName
{
border-color: #C58811;
}
</style>