Shades of Dark Goldenrod #C5880C
Tints of Dark Goldenrod #C5880C
RGB
CMYK
RGB Variations
Color information
#C5880C (or 0xC5880C) is known color: Dark Goldenrod. HEX triplet: C5, 88 and 0C. RGB value is (197,136,12). Sum of RGB (Red+Green+Blue) = 197+136+12=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5880C is #3A77F3. Grayscale: #8C8C8C. Windows color (decimal): -3831796 or 821445. OLE color: 821445.
HSL color Cylindrical-coordinate representation of color #C5880C: hue angle of 40.22º 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 #C5880C is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 12 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.23 |
| HSL | 40.22º | 0.89% | 0.41% | - |
| HSV(B) | 40.22º | 0.94% | 0.77% | - |
| XYZ | 31.9 | 29.51 | 4.36 | - |
| YUV | 140.1 | 55.71 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 12 | 0 | 0.31 | 0.94 | 0.23 | 40.22 | 0.89 | 0.41 |
| Hex | C5 | 88 | C | 0 | 1F | 5E | 17 | 28 | 59 | 29 |
| Octal | 305 | 210 | 14 | 0 | 37 | 136 | 27 | 50 | 131 | 51 |
| Binary | 11000101 | 10001000 | 1100 | 0 | 11111 | 1011110 | 10111 | 101000 | 1011001 | 101001 |
Color Harmonies of #C5880C
Complementary color
Monochromatic Colors of #C5880C
Black with #C5880C
Text Example
Text Example
White with #C5880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5880C; }
p { color: rgb(197,136,12); }
H1.HeaderClassName
{
color: #C5880C;
}
.AnyTagClassName
{
color: #C5880C;
}
</style>
background-color css
<style>
a { background-color: #C5880C; }
a { background-color: rgb(197,136,12); }
div.DivClassName
{
background-color: #C5880C;
}
.BgClassName
{
background-color: #C5880C;
}
</style>
border-color css
<style>
span { border-color: #C5880C; }
span { border-color: rgb(197,136,12); }
td.TdClassName
{
border-color: #C5880C;
}
.TagClassName
{
border-color: #C5880C;
}
</style>