Shades of Dark Goldenrod #C5800C
Tints of Dark Goldenrod #C5800C
RGB
CMYK
RGB Variations
Color information
#C5800C (or 0xC5800C) is known color: Dark Goldenrod. HEX triplet: C5, 80 and 0C. RGB value is (197,128,12). Sum of RGB (Red+Green+Blue) = 197+128+12=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C5800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5800C is #3A7FF3. Grayscale: #878787. Windows color (decimal): -3833844 or 819397. OLE color: 819397.
HSL color Cylindrical-coordinate representation of color #C5800C: hue angle of 37.62º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5800C is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 12 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.23 |
| HSL | 37.62º | 0.89% | 0.41% | - |
| HSV(B) | 37.62º | 0.94% | 0.77% | - |
| XYZ | 30.81 | 27.34 | 4 | - |
| YUV | 135.41 | 58.36 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 12 | 0 | 0.35 | 0.94 | 0.23 | 37.62 | 0.89 | 0.41 |
| Hex | C5 | 80 | C | 0 | 23 | 5E | 17 | 26 | 59 | 29 |
| Octal | 305 | 200 | 14 | 0 | 43 | 136 | 27 | 46 | 131 | 51 |
| Binary | 11000101 | 10000000 | 1100 | 0 | 100011 | 1011110 | 10111 | 100110 | 1011001 | 101001 |
Color Harmonies of #C5800C
Complementary color
Monochromatic Colors of #C5800C
Black with #C5800C
Text Example
Text Example
White with #C5800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5800C; }
p { color: rgb(197,128,12); }
H1.HeaderClassName
{
color: #C5800C;
}
.AnyTagClassName
{
color: #C5800C;
}
</style>
background-color css
<style>
a { background-color: #C5800C; }
a { background-color: rgb(197,128,12); }
div.DivClassName
{
background-color: #C5800C;
}
.BgClassName
{
background-color: #C5800C;
}
</style>
border-color css
<style>
span { border-color: #C5800C; }
span { border-color: rgb(197,128,12); }
td.TdClassName
{
border-color: #C5800C;
}
.TagClassName
{
border-color: #C5800C;
}
</style>