Shades of Mango Tango #DE640B
Tints of Mango Tango #DE640B
RGB
CMYK
RGB Variations
Color information
#DE640B (or 0xDE640B) is known color: Mango Tango. HEX triplet: DE, 64 and 0B. RGB value is (222,100,11). Sum of RGB (Red+Green+Blue) = 222+100+11=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE640B is #219BF4. Grayscale: #7E7E7E. Windows color (decimal): -2202613 or 746718. OLE color: 746718.
HSL color Cylindrical-coordinate representation of color #DE640B: hue angle of 25.31º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE640B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 100 | 11 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.13 |
| HSL | 25.31º | 0.91% | 0.46% | - |
| HSV(B) | 25.31º | 0.95% | 0.87% | - |
| XYZ | 34.74 | 24.67 | 3.25 | - |
| YUV | 126.33 | 62.92 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 100 | 11 | 0 | 0.55 | 0.95 | 0.13 | 25.31 | 0.91 | 0.46 |
| Hex | DE | 64 | B | 0 | 37 | 5F | D | 19 | 5B | 2E |
| Octal | 336 | 144 | 13 | 0 | 67 | 137 | 15 | 31 | 133 | 56 |
| Binary | 11011110 | 1100100 | 1011 | 0 | 110111 | 1011111 | 1101 | 11001 | 1011011 | 101110 |
Color Harmonies of #DE640B
Complementary color
Monochromatic Colors of #DE640B
Black with #DE640B
Text Example
Text Example
White with #DE640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE640B; }
p { color: rgb(222,100,11); }
H1.HeaderClassName
{
color: #DE640B;
}
.AnyTagClassName
{
color: #DE640B;
}
</style>
background-color css
<style>
a { background-color: #DE640B; }
a { background-color: rgb(222,100,11); }
div.DivClassName
{
background-color: #DE640B;
}
.BgClassName
{
background-color: #DE640B;
}
</style>
border-color css
<style>
span { border-color: #DE640B; }
span { border-color: rgb(222,100,11); }
td.TdClassName
{
border-color: #DE640B;
}
.TagClassName
{
border-color: #DE640B;
}
</style>