Shades of Mango Tango #DE6C04
Tints of Mango Tango #DE6C04
RGB
CMYK
RGB Variations
Color information
#DE6C04 (or 0xDE6C04) is known color: Mango Tango. HEX triplet: DE, 6C and 04. RGB value is (222,108,4). Sum of RGB (Red+Green+Blue) = 222+108+4=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6C04 is #2193FB. Grayscale: #828282. Windows color (decimal): -2200572 or 290014. OLE color: 290014.
HSL color Cylindrical-coordinate representation of color #DE6C04: hue angle of 28.62º 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 #DE6C04 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 108 | 4 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.13 |
| HSL | 28.62º | 0.96% | 0.44% | - |
| HSV(B) | 28.62º | 0.98% | 0.87% | - |
| XYZ | 35.51 | 26.26 | 3.31 | - |
| YUV | 130.23 | 56.77 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 108 | 4 | 0 | 0.51 | 0.98 | 0.13 | 28.62 | 0.96 | 0.44 |
| Hex | DE | 6C | 4 | 0 | 33 | 62 | D | 1D | 60 | 2C |
| Octal | 336 | 154 | 4 | 0 | 63 | 142 | 15 | 35 | 140 | 54 |
| Binary | 11011110 | 1101100 | 100 | 0 | 110011 | 1100010 | 1101 | 11101 | 1100000 | 101100 |
Color Harmonies of #DE6C04
Complementary color
Monochromatic Colors of #DE6C04
Black with #DE6C04
Text Example
Text Example
White with #DE6C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6C04; }
p { color: rgb(222,108,4); }
H1.HeaderClassName
{
color: #DE6C04;
}
.AnyTagClassName
{
color: #DE6C04;
}
</style>
background-color css
<style>
a { background-color: #DE6C04; }
a { background-color: rgb(222,108,4); }
div.DivClassName
{
background-color: #DE6C04;
}
.BgClassName
{
background-color: #DE6C04;
}
</style>
border-color css
<style>
span { border-color: #DE6C04; }
span { border-color: rgb(222,108,4); }
td.TdClassName
{
border-color: #DE6C04;
}
.TagClassName
{
border-color: #DE6C04;
}
</style>