Shades of Dark Goldenrod #C58E05
Tints of Dark Goldenrod #C58E05
RGB
CMYK
RGB Variations
Color information
#C58E05 (or 0xC58E05) is known color: Dark Goldenrod. HEX triplet: C5, 8E and 05. RGB value is (197,142,5). Sum of RGB (Red+Green+Blue) = 197+142+5=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58E05 is #3A71FA. Grayscale: #8F8F8F. Windows color (decimal): -3830267 or 364229. OLE color: 364229.
HSL color Cylindrical-coordinate representation of color #C58E05: hue angle of 42.81º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C58E05 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 5 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.23 |
| HSL | 42.81º | 0.95% | 0.4% | - |
| HSV(B) | 42.81º | 0.97% | 0.77% | - |
| XYZ | 32.73 | 31.23 | 4.45 | - |
| YUV | 142.83 | 50.22 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 5 | 0 | 0.28 | 0.97 | 0.23 | 42.81 | 0.95 | 0.4 |
| Hex | C5 | 8E | 5 | 0 | 1C | 61 | 17 | 2B | 5F | 28 |
| Octal | 305 | 216 | 5 | 0 | 34 | 141 | 27 | 53 | 137 | 50 |
| Binary | 11000101 | 10001110 | 101 | 0 | 11100 | 1100001 | 10111 | 101011 | 1011111 | 101000 |
Color Harmonies of #C58E05
Complementary color
Monochromatic Colors of #C58E05
Black with #C58E05
Text Example
Text Example
White with #C58E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E05; }
p { color: rgb(197,142,5); }
H1.HeaderClassName
{
color: #C58E05;
}
.AnyTagClassName
{
color: #C58E05;
}
</style>
background-color css
<style>
a { background-color: #C58E05; }
a { background-color: rgb(197,142,5); }
div.DivClassName
{
background-color: #C58E05;
}
.BgClassName
{
background-color: #C58E05;
}
</style>
border-color css
<style>
span { border-color: #C58E05; }
span { border-color: rgb(197,142,5); }
td.TdClassName
{
border-color: #C58E05;
}
.TagClassName
{
border-color: #C58E05;
}
</style>