Shades of Dark Goldenrod #C0880E
Tints of Dark Goldenrod #C0880E
RGB
CMYK
RGB Variations
Color information
#C0880E (or 0xC0880E) is known color: Dark Goldenrod. HEX triplet: C0, 88 and 0E. RGB value is (192,136,14). Sum of RGB (Red+Green+Blue) = 192+136+14=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C0880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0880E is #3F77F1. Grayscale: #8B8B8B. Windows color (decimal): -4159474 or 952512. OLE color: 952512.
HSL color Cylindrical-coordinate representation of color #C0880E: hue angle of 41.12º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0880E is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 14 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.25 |
| HSL | 41.12º | 0.86% | 0.4% | - |
| HSV(B) | 41.12º | 0.93% | 0.75% | - |
| XYZ | 30.62 | 28.85 | 4.37 | - |
| YUV | 138.84 | 57.55 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 14 | 0 | 0.29 | 0.93 | 0.25 | 41.12 | 0.86 | 0.4 |
| Hex | C0 | 88 | E | 0 | 1D | 5D | 19 | 29 | 56 | 28 |
| Octal | 300 | 210 | 16 | 0 | 35 | 135 | 31 | 51 | 126 | 50 |
| Binary | 11000000 | 10001000 | 1110 | 0 | 11101 | 1011101 | 11001 | 101001 | 1010110 | 101000 |
Color Harmonies of #C0880E
Complementary color
Monochromatic Colors of #C0880E
Black with #C0880E
Text Example
Text Example
White with #C0880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0880E; }
p { color: rgb(192,136,14); }
H1.HeaderClassName
{
color: #C0880E;
}
.AnyTagClassName
{
color: #C0880E;
}
</style>
background-color css
<style>
a { background-color: #C0880E; }
a { background-color: rgb(192,136,14); }
div.DivClassName
{
background-color: #C0880E;
}
.BgClassName
{
background-color: #C0880E;
}
</style>
border-color css
<style>
span { border-color: #C0880E; }
span { border-color: rgb(192,136,14); }
td.TdClassName
{
border-color: #C0880E;
}
.TagClassName
{
border-color: #C0880E;
}
</style>