Shades of Mango Tango #DE6E02
Tints of Mango Tango #DE6E02
RGB
CMYK
RGB Variations
Color information
#DE6E02 (or 0xDE6E02) is known color: Mango Tango. HEX triplet: DE, 6E and 02. RGB value is (222,110,2). Sum of RGB (Red+Green+Blue) = 222+110+2=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6E02 is #2191FD. Grayscale: #838383. Windows color (decimal): -2200062 or 159454. OLE color: 159454.
HSL color Cylindrical-coordinate representation of color #DE6E02: hue angle of 29.45º 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 #DE6E02 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 110 | 2 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.13 |
| HSL | 29.45º | 0.98% | 0.44% | - |
| HSV(B) | 29.45º | 0.99% | 0.87% | - |
| XYZ | 35.71 | 26.69 | 3.33 | - |
| YUV | 131.18 | 55.11 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 110 | 2 | 0 | 0.50 | 0.99 | 0.13 | 29.45 | 0.98 | 0.44 |
| Hex | DE | 6E | 2 | 0 | 32 | 63 | D | 1D | 62 | 2C |
| Octal | 336 | 156 | 2 | 0 | 62 | 143 | 15 | 35 | 142 | 54 |
| Binary | 11011110 | 1101110 | 10 | 0 | 110010 | 1100011 | 1101 | 11101 | 1100010 | 101100 |
Color Harmonies of #DE6E02
Complementary color
Monochromatic Colors of #DE6E02
Black with #DE6E02
Text Example
Text Example
White with #DE6E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6E02; }
p { color: rgb(222,110,2); }
H1.HeaderClassName
{
color: #DE6E02;
}
.AnyTagClassName
{
color: #DE6E02;
}
</style>
background-color css
<style>
a { background-color: #DE6E02; }
a { background-color: rgb(222,110,2); }
div.DivClassName
{
background-color: #DE6E02;
}
.BgClassName
{
background-color: #DE6E02;
}
</style>
border-color css
<style>
span { border-color: #DE6E02; }
span { border-color: rgb(222,110,2); }
td.TdClassName
{
border-color: #DE6E02;
}
.TagClassName
{
border-color: #DE6E02;
}
</style>