Shades of Dark Goldenrod #C5800E
Tints of Dark Goldenrod #C5800E
RGB
CMYK
RGB Variations
Color information
#C5800E (or 0xC5800E) is known color: Dark Goldenrod. HEX triplet: C5, 80 and 0E. RGB value is (197,128,14). Sum of RGB (Red+Green+Blue) = 197+128+14=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5800E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5800E is #3A7FF1. Grayscale: #888888. Windows color (decimal): -3833842 or 950469. OLE color: 950469.
HSL color Cylindrical-coordinate representation of color #C5800E: hue angle of 37.38º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5800E is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 14 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.23 |
| HSL | 37.38º | 0.87% | 0.41% | - |
| HSV(B) | 37.38º | 0.93% | 0.77% | - |
| XYZ | 30.82 | 27.34 | 4.07 | - |
| YUV | 135.64 | 59.36 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 14 | 0 | 0.35 | 0.93 | 0.23 | 37.38 | 0.87 | 0.41 |
| Hex | C5 | 80 | E | 0 | 23 | 5D | 17 | 25 | 57 | 29 |
| Octal | 305 | 200 | 16 | 0 | 43 | 135 | 27 | 45 | 127 | 51 |
| Binary | 11000101 | 10000000 | 1110 | 0 | 100011 | 1011101 | 10111 | 100101 | 1010111 | 101001 |
Color Harmonies of #C5800E
Complementary color
Monochromatic Colors of #C5800E
Black with #C5800E
Text Example
Text Example
White with #C5800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5800E; }
p { color: rgb(197,128,14); }
H1.HeaderClassName
{
color: #C5800E;
}
.AnyTagClassName
{
color: #C5800E;
}
</style>
background-color css
<style>
a { background-color: #C5800E; }
a { background-color: rgb(197,128,14); }
div.DivClassName
{
background-color: #C5800E;
}
.BgClassName
{
background-color: #C5800E;
}
</style>
border-color css
<style>
span { border-color: #C5800E; }
span { border-color: rgb(197,128,14); }
td.TdClassName
{
border-color: #C5800E;
}
.TagClassName
{
border-color: #C5800E;
}
</style>