Shades of Mango Tango #DE7002
Tints of Mango Tango #DE7002
RGB
CMYK
RGB Variations
Color information
#DE7002 (or 0xDE7002) is known color: Mango Tango. HEX triplet: DE, 70 and 02. RGB value is (222,112,2). Sum of RGB (Red+Green+Blue) = 222+112+2=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7002 is #218FFD. Grayscale: #848484. Windows color (decimal): -2199550 or 159966. OLE color: 159966.
HSL color Cylindrical-coordinate representation of color #DE7002: hue angle of 30º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE7002 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 112 | 2 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.13 |
| HSL | 30º | 0.98% | 0.44% | - |
| HSV(B) | 30º | 0.99% | 0.87% | - |
| XYZ | 35.93 | 27.12 | 3.4 | - |
| YUV | 132.35 | 54.44 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 112 | 2 | 0 | 0.50 | 0.99 | 0.13 | 30 | 0.98 | 0.44 |
| Hex | DE | 70 | 2 | 0 | 32 | 63 | D | 1E | 62 | 2C |
| Octal | 336 | 160 | 2 | 0 | 62 | 143 | 15 | 36 | 142 | 54 |
| Binary | 11011110 | 1110000 | 10 | 0 | 110010 | 1100011 | 1101 | 11110 | 1100010 | 101100 |
Color Harmonies of #DE7002
Complementary color
Monochromatic Colors of #DE7002
Black with #DE7002
Text Example
Text Example
White with #DE7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7002; }
p { color: rgb(222,112,2); }
H1.HeaderClassName
{
color: #DE7002;
}
.AnyTagClassName
{
color: #DE7002;
}
</style>
background-color css
<style>
a { background-color: #DE7002; }
a { background-color: rgb(222,112,2); }
div.DivClassName
{
background-color: #DE7002;
}
.BgClassName
{
background-color: #DE7002;
}
</style>
border-color css
<style>
span { border-color: #DE7002; }
span { border-color: rgb(222,112,2); }
td.TdClassName
{
border-color: #DE7002;
}
.TagClassName
{
border-color: #DE7002;
}
</style>