Shades of Dark Goldenrod #C58011
Tints of Dark Goldenrod #C58011
RGB
CMYK
RGB Variations
Color information
#C58011 (or 0xC58011) is known color: Dark Goldenrod. HEX triplet: C5, 80 and 11. RGB value is (197,128,17). Sum of RGB (Red+Green+Blue) = 197+128+17=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C58011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58011 is #3A7FEE. Grayscale: #888888. Windows color (decimal): -3833839 or 1147077. OLE color: 1147077.
HSL color Cylindrical-coordinate representation of color #C58011: hue angle of 37º 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 #C58011 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 17 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.23 |
| HSL | 37º | 0.84% | 0.42% | - |
| HSV(B) | 37º | 0.91% | 0.77% | - |
| XYZ | 30.85 | 27.35 | 4.18 | - |
| YUV | 135.98 | 60.86 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 17 | 0 | 0.35 | 0.91 | 0.23 | 37 | 0.84 | 0.42 |
| Hex | C5 | 80 | 11 | 0 | 23 | 5B | 17 | 25 | 54 | 2A |
| Octal | 305 | 200 | 21 | 0 | 43 | 133 | 27 | 45 | 124 | 52 |
| Binary | 11000101 | 10000000 | 10001 | 0 | 100011 | 1011011 | 10111 | 100101 | 1010100 | 101010 |
Color Harmonies of #C58011
Complementary color
Monochromatic Colors of #C58011
Black with #C58011
Text Example
Text Example
White with #C58011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58011; }
p { color: rgb(197,128,17); }
H1.HeaderClassName
{
color: #C58011;
}
.AnyTagClassName
{
color: #C58011;
}
</style>
background-color css
<style>
a { background-color: #C58011; }
a { background-color: rgb(197,128,17); }
div.DivClassName
{
background-color: #C58011;
}
.BgClassName
{
background-color: #C58011;
}
</style>
border-color css
<style>
span { border-color: #C58011; }
span { border-color: rgb(197,128,17); }
td.TdClassName
{
border-color: #C58011;
}
.TagClassName
{
border-color: #C58011;
}
</style>