Shades of Mango Tango #DE6701
Tints of Mango Tango #DE6701
RGB
CMYK
RGB Variations
Color information
#DE6701 (or 0xDE6701) is known color: Mango Tango. HEX triplet: DE, 67 and 01. RGB value is (222,103,1). Sum of RGB (Red+Green+Blue) = 222+103+1=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6701 is #2198FE. Grayscale: #7F7F7F. Windows color (decimal): -2201855 or 92126. OLE color: 92126.
HSL color Cylindrical-coordinate representation of color #DE6701: hue angle of 27.69º 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 #DE6701 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 103 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0.13 |
| HSL | 27.69º | 0.99% | 0.44% | - |
| HSV(B) | 27.69º | 1% | 0.87% | - |
| XYZ | 34.98 | 25.23 | 3.06 | - |
| YUV | 126.95 | 56.92 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 103 | 1 | 0 | 0.54 | 1.00 | 0.13 | 27.69 | 0.99 | 0.44 |
| Hex | DE | 67 | 1 | 0 | 36 | 64 | D | 1C | 63 | 2C |
| Octal | 336 | 147 | 1 | 0 | 66 | 144 | 15 | 34 | 143 | 54 |
| Binary | 11011110 | 1100111 | 1 | 0 | 110110 | 1100100 | 1101 | 11100 | 1100011 | 101100 |
Color Harmonies of #DE6701
Complementary color
Monochromatic Colors of #DE6701
Black with #DE6701
Text Example
Text Example
White with #DE6701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6701; }
p { color: rgb(222,103,1); }
H1.HeaderClassName
{
color: #DE6701;
}
.AnyTagClassName
{
color: #DE6701;
}
</style>
background-color css
<style>
a { background-color: #DE6701; }
a { background-color: rgb(222,103,1); }
div.DivClassName
{
background-color: #DE6701;
}
.BgClassName
{
background-color: #DE6701;
}
</style>
border-color css
<style>
span { border-color: #DE6701; }
span { border-color: rgb(222,103,1); }
td.TdClassName
{
border-color: #DE6701;
}
.TagClassName
{
border-color: #DE6701;
}
</style>