Shades of Mango Tango #DE7502
Tints of Mango Tango #DE7502
RGB
CMYK
RGB Variations
Color information
#DE7502 (or 0xDE7502) is known color: Mango Tango. HEX triplet: DE, 75 and 02. RGB value is (222,117,2). Sum of RGB (Red+Green+Blue) = 222+117+2=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7502 is #218AFD. Grayscale: #878787. Windows color (decimal): -2198270 or 161246. OLE color: 161246.
HSL color Cylindrical-coordinate representation of color #DE7502: hue angle of 31.36º 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 #DE7502 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 117 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.13 |
| HSL | 31.36º | 0.98% | 0.44% | - |
| HSV(B) | 31.36º | 0.99% | 0.87% | - |
| XYZ | 36.5 | 28.26 | 3.59 | - |
| YUV | 135.29 | 52.79 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 117 | 2 | 0 | 0.47 | 0.99 | 0.13 | 31.36 | 0.98 | 0.44 |
| Hex | DE | 75 | 2 | 0 | 2F | 63 | D | 1F | 62 | 2C |
| Octal | 336 | 165 | 2 | 0 | 57 | 143 | 15 | 37 | 142 | 54 |
| Binary | 11011110 | 1110101 | 10 | 0 | 101111 | 1100011 | 1101 | 11111 | 1100010 | 101100 |
Color Harmonies of #DE7502
Complementary color
Monochromatic Colors of #DE7502
Black with #DE7502
Text Example
Text Example
White with #DE7502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7502; }
p { color: rgb(222,117,2); }
H1.HeaderClassName
{
color: #DE7502;
}
.AnyTagClassName
{
color: #DE7502;
}
</style>
background-color css
<style>
a { background-color: #DE7502; }
a { background-color: rgb(222,117,2); }
div.DivClassName
{
background-color: #DE7502;
}
.BgClassName
{
background-color: #DE7502;
}
</style>
border-color css
<style>
span { border-color: #DE7502; }
span { border-color: rgb(222,117,2); }
td.TdClassName
{
border-color: #DE7502;
}
.TagClassName
{
border-color: #DE7502;
}
</style>