Shades of Mango Tango #DE7602
Tints of Mango Tango #DE7602
RGB
CMYK
RGB Variations
Color information
#DE7602 (or 0xDE7602) is known color: Mango Tango. HEX triplet: DE, 76 and 02. RGB value is (222,118,2). Sum of RGB (Red+Green+Blue) = 222+118+2=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7602 is #2189FD. Grayscale: #888888. Windows color (decimal): -2198014 or 161502. OLE color: 161502.
HSL color Cylindrical-coordinate representation of color #DE7602: hue angle of 31.64º 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 #DE7602 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 118 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.13 |
| HSL | 31.64º | 0.98% | 0.44% | - |
| HSV(B) | 31.64º | 0.99% | 0.87% | - |
| XYZ | 36.61 | 28.49 | 3.63 | - |
| YUV | 135.87 | 52.46 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 118 | 2 | 0 | 0.47 | 0.99 | 0.13 | 31.64 | 0.98 | 0.44 |
| Hex | DE | 76 | 2 | 0 | 2F | 63 | D | 20 | 62 | 2C |
| Octal | 336 | 166 | 2 | 0 | 57 | 143 | 15 | 40 | 142 | 54 |
| Binary | 11011110 | 1110110 | 10 | 0 | 101111 | 1100011 | 1101 | 100000 | 1100010 | 101100 |
Color Harmonies of #DE7602
Complementary color
Monochromatic Colors of #DE7602
Black with #DE7602
Text Example
Text Example
White with #DE7602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7602; }
p { color: rgb(222,118,2); }
H1.HeaderClassName
{
color: #DE7602;
}
.AnyTagClassName
{
color: #DE7602;
}
</style>
background-color css
<style>
a { background-color: #DE7602; }
a { background-color: rgb(222,118,2); }
div.DivClassName
{
background-color: #DE7602;
}
.BgClassName
{
background-color: #DE7602;
}
</style>
border-color css
<style>
span { border-color: #DE7602; }
span { border-color: rgb(222,118,2); }
td.TdClassName
{
border-color: #DE7602;
}
.TagClassName
{
border-color: #DE7602;
}
</style>