Shades of Mango Tango #DE6D04
Tints of Mango Tango #DE6D04
RGB
CMYK
RGB Variations
Color information
#DE6D04 (or 0xDE6D04) is known color: Mango Tango. HEX triplet: DE, 6D and 04. RGB value is (222,109,4). Sum of RGB (Red+Green+Blue) = 222+109+4=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6D04 is #2192FB. Grayscale: #838383. Windows color (decimal): -2200316 or 290270. OLE color: 290270.
HSL color Cylindrical-coordinate representation of color #DE6D04: hue angle of 28.9º 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 #DE6D04 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 4 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.13 |
| HSL | 28.9º | 0.96% | 0.44% | - |
| HSV(B) | 28.9º | 0.98% | 0.87% | - |
| XYZ | 35.61 | 26.48 | 3.35 | - |
| YUV | 130.82 | 56.44 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 4 | 0 | 0.51 | 0.98 | 0.13 | 28.9 | 0.96 | 0.44 |
| Hex | DE | 6D | 4 | 0 | 33 | 62 | D | 1D | 60 | 2C |
| Octal | 336 | 155 | 4 | 0 | 63 | 142 | 15 | 35 | 140 | 54 |
| Binary | 11011110 | 1101101 | 100 | 0 | 110011 | 1100010 | 1101 | 11101 | 1100000 | 101100 |
Color Harmonies of #DE6D04
Complementary color
Monochromatic Colors of #DE6D04
Black with #DE6D04
Text Example
Text Example
White with #DE6D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6D04; }
p { color: rgb(222,109,4); }
H1.HeaderClassName
{
color: #DE6D04;
}
.AnyTagClassName
{
color: #DE6D04;
}
</style>
background-color css
<style>
a { background-color: #DE6D04; }
a { background-color: rgb(222,109,4); }
div.DivClassName
{
background-color: #DE6D04;
}
.BgClassName
{
background-color: #DE6D04;
}
</style>
border-color css
<style>
span { border-color: #DE6D04; }
span { border-color: rgb(222,109,4); }
td.TdClassName
{
border-color: #DE6D04;
}
.TagClassName
{
border-color: #DE6D04;
}
</style>