Shades of Mango Tango #DE6904
Tints of Mango Tango #DE6904
RGB
CMYK
RGB Variations
Color information
#DE6904 (or 0xDE6904) is known color: Mango Tango. HEX triplet: DE, 69 and 04. RGB value is (222,105,4). Sum of RGB (Red+Green+Blue) = 222+105+4=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6904 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6904 is #2196FB. Grayscale: #808080. Windows color (decimal): -2201340 or 289246. OLE color: 289246.
HSL color Cylindrical-coordinate representation of color #DE6904: hue angle of 27.8º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE6904 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 105 | 4 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.13 |
| HSL | 27.8º | 0.96% | 0.44% | - |
| HSV(B) | 27.8º | 0.98% | 0.87% | - |
| XYZ | 35.2 | 25.64 | 3.21 | - |
| YUV | 128.47 | 57.76 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 105 | 4 | 0 | 0.53 | 0.98 | 0.13 | 27.8 | 0.96 | 0.44 |
| Hex | DE | 69 | 4 | 0 | 35 | 62 | D | 1C | 60 | 2C |
| Octal | 336 | 151 | 4 | 0 | 65 | 142 | 15 | 34 | 140 | 54 |
| Binary | 11011110 | 1101001 | 100 | 0 | 110101 | 1100010 | 1101 | 11100 | 1100000 | 101100 |
Color Harmonies of #DE6904
Complementary color
Monochromatic Colors of #DE6904
Black with #DE6904
Text Example
Text Example
White with #DE6904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6904; }
p { color: rgb(222,105,4); }
H1.HeaderClassName
{
color: #DE6904;
}
.AnyTagClassName
{
color: #DE6904;
}
</style>
background-color css
<style>
a { background-color: #DE6904; }
a { background-color: rgb(222,105,4); }
div.DivClassName
{
background-color: #DE6904;
}
.BgClassName
{
background-color: #DE6904;
}
</style>
border-color css
<style>
span { border-color: #DE6904; }
span { border-color: rgb(222,105,4); }
td.TdClassName
{
border-color: #DE6904;
}
.TagClassName
{
border-color: #DE6904;
}
</style>