Shades of Mango Tango #DE6902
Tints of Mango Tango #DE6902
RGB
CMYK
RGB Variations
Color information
#DE6902 (or 0xDE6902) is known color: Mango Tango. HEX triplet: DE, 69 and 02. RGB value is (222,105,2). Sum of RGB (Red+Green+Blue) = 222+105+2=329 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.48% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6902 is #2196FD. Grayscale: #808080. Windows color (decimal): -2201342 or 158174. OLE color: 158174.
HSL color Cylindrical-coordinate representation of color #DE6902: hue angle of 28.09º 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 #DE6902 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 105 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.13 |
| HSL | 28.09º | 0.98% | 0.44% | - |
| HSV(B) | 28.09º | 0.99% | 0.87% | - |
| XYZ | 35.19 | 25.64 | 3.15 | - |
| YUV | 128.24 | 56.76 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 105 | 2 | 0 | 0.53 | 0.99 | 0.13 | 28.09 | 0.98 | 0.44 |
| Hex | DE | 69 | 2 | 0 | 35 | 63 | D | 1C | 62 | 2C |
| Octal | 336 | 151 | 2 | 0 | 65 | 143 | 15 | 34 | 142 | 54 |
| Binary | 11011110 | 1101001 | 10 | 0 | 110101 | 1100011 | 1101 | 11100 | 1100010 | 101100 |
Color Harmonies of #DE6902
Complementary color
Monochromatic Colors of #DE6902
Black with #DE6902
Text Example
Text Example
White with #DE6902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6902; }
p { color: rgb(222,105,2); }
H1.HeaderClassName
{
color: #DE6902;
}
.AnyTagClassName
{
color: #DE6902;
}
</style>
background-color css
<style>
a { background-color: #DE6902; }
a { background-color: rgb(222,105,2); }
div.DivClassName
{
background-color: #DE6902;
}
.BgClassName
{
background-color: #DE6902;
}
</style>
border-color css
<style>
span { border-color: #DE6902; }
span { border-color: rgb(222,105,2); }
td.TdClassName
{
border-color: #DE6902;
}
.TagClassName
{
border-color: #DE6902;
}
</style>