Shades of Dark Goldenrod #C58114
Tints of Dark Goldenrod #C58114
RGB
CMYK
RGB Variations
Color information
#C58114 (or 0xC58114) is known color: Dark Goldenrod. HEX triplet: C5, 81 and 14. RGB value is (197,129,20). Sum of RGB (Red+Green+Blue) = 197+129+20=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C58114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58114 is #3A7EEB. Grayscale: #898989. Windows color (decimal): -3833580 or 1343941. OLE color: 1343941.
HSL color Cylindrical-coordinate representation of color #C58114: hue angle of 36.95º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C58114 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 129 | 20 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.23 |
| HSL | 36.95º | 0.82% | 0.43% | - |
| HSV(B) | 36.95º | 0.9% | 0.77% | - |
| XYZ | 31 | 27.62 | 4.36 | - |
| YUV | 136.91 | 62.03 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 20 | 0 | 0.35 | 0.90 | 0.23 | 36.95 | 0.82 | 0.43 |
| Hex | C5 | 81 | 14 | 0 | 23 | 5A | 17 | 25 | 52 | 2B |
| Octal | 305 | 201 | 24 | 0 | 43 | 132 | 27 | 45 | 122 | 53 |
| Binary | 11000101 | 10000001 | 10100 | 0 | 100011 | 1011010 | 10111 | 100101 | 1010010 | 101011 |
Color Harmonies of #C58114
Complementary color
Monochromatic Colors of #C58114
Black with #C58114
Text Example
Text Example
White with #C58114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58114; }
p { color: rgb(197,129,20); }
H1.HeaderClassName
{
color: #C58114;
}
.AnyTagClassName
{
color: #C58114;
}
</style>
background-color css
<style>
a { background-color: #C58114; }
a { background-color: rgb(197,129,20); }
div.DivClassName
{
background-color: #C58114;
}
.BgClassName
{
background-color: #C58114;
}
</style>
border-color css
<style>
span { border-color: #C58114; }
span { border-color: rgb(197,129,20); }
td.TdClassName
{
border-color: #C58114;
}
.TagClassName
{
border-color: #C58114;
}
</style>