Shades of Dark Goldenrod #C59110
Tints of Dark Goldenrod #C59110
RGB
CMYK
RGB Variations
Color information
#C59110 (or 0xC59110) is known color: Dark Goldenrod. HEX triplet: C5, 91 and 10. RGB value is (197,145,16). Sum of RGB (Red+Green+Blue) = 197+145+16=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C59110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59110 is #3A6EEF. Grayscale: #929292. Windows color (decimal): -3829488 or 1085893. OLE color: 1085893.
HSL color Cylindrical-coordinate representation of color #C59110: hue angle of 42.76º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C59110 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 16 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.23 |
| HSL | 42.76º | 0.85% | 0.42% | - |
| HSV(B) | 42.76º | 0.92% | 0.77% | - |
| XYZ | 33.24 | 32.16 | 4.95 | - |
| YUV | 145.84 | 54.73 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 16 | 0 | 0.26 | 0.92 | 0.23 | 42.76 | 0.85 | 0.42 |
| Hex | C5 | 91 | 10 | 0 | 1A | 5C | 17 | 2B | 55 | 2A |
| Octal | 305 | 221 | 20 | 0 | 32 | 134 | 27 | 53 | 125 | 52 |
| Binary | 11000101 | 10010001 | 10000 | 0 | 11010 | 1011100 | 10111 | 101011 | 1010101 | 101010 |
Color Harmonies of #C59110
Complementary color
Monochromatic Colors of #C59110
Black with #C59110
Text Example
Text Example
White with #C59110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59110; }
p { color: rgb(197,145,16); }
H1.HeaderClassName
{
color: #C59110;
}
.AnyTagClassName
{
color: #C59110;
}
</style>
background-color css
<style>
a { background-color: #C59110; }
a { background-color: rgb(197,145,16); }
div.DivClassName
{
background-color: #C59110;
}
.BgClassName
{
background-color: #C59110;
}
</style>
border-color css
<style>
span { border-color: #C59110; }
span { border-color: rgb(197,145,16); }
td.TdClassName
{
border-color: #C59110;
}
.TagClassName
{
border-color: #C59110;
}
</style>