Shades of Dark Goldenrod #C58110
Tints of Dark Goldenrod #C58110
RGB
CMYK
RGB Variations
Color information
#C58110 (or 0xC58110) is known color: Dark Goldenrod. HEX triplet: C5, 81 and 10. RGB value is (197,129,16). Sum of RGB (Red+Green+Blue) = 197+129+16=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C58110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58110 is #3A7EEF. Grayscale: #888888. Windows color (decimal): -3833584 or 1081797. OLE color: 1081797.
HSL color Cylindrical-coordinate representation of color #C58110: hue angle of 37.46º 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 #C58110 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 16 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.23 |
| HSL | 37.46º | 0.85% | 0.42% | - |
| HSV(B) | 37.46º | 0.92% | 0.77% | - |
| XYZ | 30.97 | 27.61 | 4.19 | - |
| YUV | 136.45 | 60.03 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 16 | 0 | 0.35 | 0.92 | 0.23 | 37.46 | 0.85 | 0.42 |
| Hex | C5 | 81 | 10 | 0 | 23 | 5C | 17 | 25 | 55 | 2A |
| Octal | 305 | 201 | 20 | 0 | 43 | 134 | 27 | 45 | 125 | 52 |
| Binary | 11000101 | 10000001 | 10000 | 0 | 100011 | 1011100 | 10111 | 100101 | 1010101 | 101010 |
Color Harmonies of #C58110
Complementary color
Monochromatic Colors of #C58110
Black with #C58110
Text Example
Text Example
White with #C58110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58110; }
p { color: rgb(197,129,16); }
H1.HeaderClassName
{
color: #C58110;
}
.AnyTagClassName
{
color: #C58110;
}
</style>
background-color css
<style>
a { background-color: #C58110; }
a { background-color: rgb(197,129,16); }
div.DivClassName
{
background-color: #C58110;
}
.BgClassName
{
background-color: #C58110;
}
</style>
border-color css
<style>
span { border-color: #C58110; }
span { border-color: rgb(197,129,16); }
td.TdClassName
{
border-color: #C58110;
}
.TagClassName
{
border-color: #C58110;
}
</style>