Shades of Mango Tango #DE700E
Tints of Mango Tango #DE700E
RGB
CMYK
RGB Variations
Color information
#DE700E (or 0xDE700E) is known color: Mango Tango. HEX triplet: DE, 70 and 0E. RGB value is (222,112,14). Sum of RGB (Red+Green+Blue) = 222+112+14=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE700E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE700E is #218FF1. Grayscale: #868686. Windows color (decimal): -2199538 or 946398. OLE color: 946398.
HSL color Cylindrical-coordinate representation of color #DE700E: hue angle of 28.27º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE700E is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 112 | 14 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.13 |
| HSL | 28.27º | 0.88% | 0.46% | - |
| HSV(B) | 28.27º | 0.94% | 0.87% | - |
| XYZ | 36 | 27.15 | 3.76 | - |
| YUV | 133.72 | 60.44 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 112 | 14 | 0 | 0.50 | 0.94 | 0.13 | 28.27 | 0.88 | 0.46 |
| Hex | DE | 70 | E | 0 | 32 | 5E | D | 1C | 58 | 2E |
| Octal | 336 | 160 | 16 | 0 | 62 | 136 | 15 | 34 | 130 | 56 |
| Binary | 11011110 | 1110000 | 1110 | 0 | 110010 | 1011110 | 1101 | 11100 | 1011000 | 101110 |
Color Harmonies of #DE700E
Complementary color
Monochromatic Colors of #DE700E
Black with #DE700E
Text Example
Text Example
White with #DE700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE700E; }
p { color: rgb(222,112,14); }
H1.HeaderClassName
{
color: #DE700E;
}
.AnyTagClassName
{
color: #DE700E;
}
</style>
background-color css
<style>
a { background-color: #DE700E; }
a { background-color: rgb(222,112,14); }
div.DivClassName
{
background-color: #DE700E;
}
.BgClassName
{
background-color: #DE700E;
}
</style>
border-color css
<style>
span { border-color: #DE700E; }
span { border-color: rgb(222,112,14); }
td.TdClassName
{
border-color: #DE700E;
}
.TagClassName
{
border-color: #DE700E;
}
</style>