Shades of Mango Tango #DE7C01
Tints of Mango Tango #DE7C01
RGB
CMYK
RGB Variations
Color information
#DE7C01 (or 0xDE7C01) is known color: Mango Tango. HEX triplet: DE, 7C and 01. RGB value is (222,124,1). Sum of RGB (Red+Green+Blue) = 222+124+1=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7C01 is #2183FE. Grayscale: #8B8B8B. Windows color (decimal): -2196479 or 97502. OLE color: 97502.
HSL color Cylindrical-coordinate representation of color #DE7C01: hue angle of 33.39º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE7C01 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 124 | 1 | - |
| CMYK | 0 | 0.44 | 1.00 | 0.13 |
| HSL | 33.39º | 0.99% | 0.44% | - |
| HSV(B) | 33.39º | 1% | 0.87% | - |
| XYZ | 37.34 | 29.95 | 3.84 | - |
| YUV | 139.28 | 49.97 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 124 | 1 | 0 | 0.44 | 1.00 | 0.13 | 33.39 | 0.99 | 0.44 |
| Hex | DE | 7C | 1 | 0 | 2C | 64 | D | 21 | 63 | 2C |
| Octal | 336 | 174 | 1 | 0 | 54 | 144 | 15 | 41 | 143 | 54 |
| Binary | 11011110 | 1111100 | 1 | 0 | 101100 | 1100100 | 1101 | 100001 | 1100011 | 101100 |
Color Harmonies of #DE7C01
Complementary color
Monochromatic Colors of #DE7C01
Black with #DE7C01
Text Example
Text Example
White with #DE7C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7C01; }
p { color: rgb(222,124,1); }
H1.HeaderClassName
{
color: #DE7C01;
}
.AnyTagClassName
{
color: #DE7C01;
}
</style>
background-color css
<style>
a { background-color: #DE7C01; }
a { background-color: rgb(222,124,1); }
div.DivClassName
{
background-color: #DE7C01;
}
.BgClassName
{
background-color: #DE7C01;
}
</style>
border-color css
<style>
span { border-color: #DE7C01; }
span { border-color: rgb(222,124,1); }
td.TdClassName
{
border-color: #DE7C01;
}
.TagClassName
{
border-color: #DE7C01;
}
</style>