Shades of Dark Goldenrod #C58711
Tints of Dark Goldenrod #C58711
RGB
CMYK
RGB Variations
Color information
#C58711 (or 0xC58711) is known color: Dark Goldenrod. HEX triplet: C5, 87 and 11. RGB value is (197,135,17). Sum of RGB (Red+Green+Blue) = 197+135+17=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C58711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58711 is #3A78EE. Grayscale: #8C8C8C. Windows color (decimal): -3832047 or 1148869. OLE color: 1148869.
HSL color Cylindrical-coordinate representation of color #C58711: hue angle of 39.33º 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 #C58711 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 17 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.23 |
| HSL | 39.33º | 0.84% | 0.42% | - |
| HSV(B) | 39.33º | 0.91% | 0.77% | - |
| XYZ | 31.79 | 29.24 | 4.5 | - |
| YUV | 140.09 | 58.54 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 17 | 0 | 0.31 | 0.91 | 0.23 | 39.33 | 0.84 | 0.42 |
| Hex | C5 | 87 | 11 | 0 | 1F | 5B | 17 | 27 | 54 | 2A |
| Octal | 305 | 207 | 21 | 0 | 37 | 133 | 27 | 47 | 124 | 52 |
| Binary | 11000101 | 10000111 | 10001 | 0 | 11111 | 1011011 | 10111 | 100111 | 1010100 | 101010 |
Color Harmonies of #C58711
Complementary color
Monochromatic Colors of #C58711
Black with #C58711
Text Example
Text Example
White with #C58711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58711; }
p { color: rgb(197,135,17); }
H1.HeaderClassName
{
color: #C58711;
}
.AnyTagClassName
{
color: #C58711;
}
</style>
background-color css
<style>
a { background-color: #C58711; }
a { background-color: rgb(197,135,17); }
div.DivClassName
{
background-color: #C58711;
}
.BgClassName
{
background-color: #C58711;
}
</style>
border-color css
<style>
span { border-color: #C58711; }
span { border-color: rgb(197,135,17); }
td.TdClassName
{
border-color: #C58711;
}
.TagClassName
{
border-color: #C58711;
}
</style>