Shades of Dark Goldenrod #C58E08
Tints of Dark Goldenrod #C58E08
RGB
CMYK
RGB Variations
Color information
#C58E08 (or 0xC58E08) is known color: Dark Goldenrod. HEX triplet: C5, 8E and 08. RGB value is (197,142,8). Sum of RGB (Red+Green+Blue) = 197+142+8=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C58E08 is #3A71F7. Grayscale: #8F8F8F. Windows color (decimal): -3830264 or 560837. OLE color: 560837.
HSL color Cylindrical-coordinate representation of color #C58E08: hue angle of 42.54º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C58E08 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 8 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.23 |
| HSL | 42.54º | 0.92% | 0.4% | - |
| HSV(B) | 42.54º | 0.96% | 0.77% | - |
| XYZ | 32.74 | 31.23 | 4.53 | - |
| YUV | 143.17 | 51.72 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 8 | 0 | 0.28 | 0.96 | 0.23 | 42.54 | 0.92 | 0.4 |
| Hex | C5 | 8E | 8 | 0 | 1C | 60 | 17 | 2B | 5C | 28 |
| Octal | 305 | 216 | 10 | 0 | 34 | 140 | 27 | 53 | 134 | 50 |
| Binary | 11000101 | 10001110 | 1000 | 0 | 11100 | 1100000 | 10111 | 101011 | 1011100 | 101000 |
Color Harmonies of #C58E08
Complementary color
Monochromatic Colors of #C58E08
Black with #C58E08
Text Example
Text Example
White with #C58E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E08; }
p { color: rgb(197,142,8); }
H1.HeaderClassName
{
color: #C58E08;
}
.AnyTagClassName
{
color: #C58E08;
}
</style>
background-color css
<style>
a { background-color: #C58E08; }
a { background-color: rgb(197,142,8); }
div.DivClassName
{
background-color: #C58E08;
}
.BgClassName
{
background-color: #C58E08;
}
</style>
border-color css
<style>
span { border-color: #C58E08; }
span { border-color: rgb(197,142,8); }
td.TdClassName
{
border-color: #C58E08;
}
.TagClassName
{
border-color: #C58E08;
}
</style>