Shades of Dark Goldenrod #C58111
Tints of Dark Goldenrod #C58111
RGB
CMYK
RGB Variations
Color information
#C58111 (or 0xC58111) is known color: Dark Goldenrod. HEX triplet: C5, 81 and 11. RGB value is (197,129,17). Sum of RGB (Red+Green+Blue) = 197+129+17=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C58111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58111 is #3A7EEE. Grayscale: #898989. Windows color (decimal): -3833583 or 1147333. OLE color: 1147333.
HSL color Cylindrical-coordinate representation of color #C58111: hue angle of 37.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 #C58111 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 17 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.23 |
| HSL | 37.33º | 0.84% | 0.42% | - |
| HSV(B) | 37.33º | 0.91% | 0.77% | - |
| XYZ | 30.98 | 27.61 | 4.23 | - |
| YUV | 136.56 | 60.53 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 17 | 0 | 0.35 | 0.91 | 0.23 | 37.33 | 0.84 | 0.42 |
| Hex | C5 | 81 | 11 | 0 | 23 | 5B | 17 | 25 | 54 | 2A |
| Octal | 305 | 201 | 21 | 0 | 43 | 133 | 27 | 45 | 124 | 52 |
| Binary | 11000101 | 10000001 | 10001 | 0 | 100011 | 1011011 | 10111 | 100101 | 1010100 | 101010 |
Color Harmonies of #C58111
Complementary color
Monochromatic Colors of #C58111
Black with #C58111
Text Example
Text Example
White with #C58111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58111; }
p { color: rgb(197,129,17); }
H1.HeaderClassName
{
color: #C58111;
}
.AnyTagClassName
{
color: #C58111;
}
</style>
background-color css
<style>
a { background-color: #C58111; }
a { background-color: rgb(197,129,17); }
div.DivClassName
{
background-color: #C58111;
}
.BgClassName
{
background-color: #C58111;
}
</style>
border-color css
<style>
span { border-color: #C58111; }
span { border-color: rgb(197,129,17); }
td.TdClassName
{
border-color: #C58111;
}
.TagClassName
{
border-color: #C58111;
}
</style>