Shades of Mango Tango #DE6708
Tints of Mango Tango #DE6708
RGB
CMYK
RGB Variations
Color information
#DE6708 (or 0xDE6708) is known color: Mango Tango. HEX triplet: DE, 67 and 08. RGB value is (222,103,8). Sum of RGB (Red+Green+Blue) = 222+103+8=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6708 is #2198F7. Grayscale: #808080. Windows color (decimal): -2201848 or 550878. OLE color: 550878.
HSL color Cylindrical-coordinate representation of color #DE6708: hue angle of 26.64º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE6708 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 103 | 8 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.13 |
| HSL | 26.64º | 0.93% | 0.45% | - |
| HSV(B) | 26.64º | 0.96% | 0.87% | - |
| XYZ | 35.02 | 25.25 | 3.26 | - |
| YUV | 127.75 | 60.42 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 103 | 8 | 0 | 0.54 | 0.96 | 0.13 | 26.64 | 0.93 | 0.45 |
| Hex | DE | 67 | 8 | 0 | 36 | 60 | D | 1B | 5D | 2D |
| Octal | 336 | 147 | 10 | 0 | 66 | 140 | 15 | 33 | 135 | 55 |
| Binary | 11011110 | 1100111 | 1000 | 0 | 110110 | 1100000 | 1101 | 11011 | 1011101 | 101101 |
Color Harmonies of #DE6708
Complementary color
Monochromatic Colors of #DE6708
Black with #DE6708
Text Example
Text Example
White with #DE6708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6708; }
p { color: rgb(222,103,8); }
H1.HeaderClassName
{
color: #DE6708;
}
.AnyTagClassName
{
color: #DE6708;
}
</style>
background-color css
<style>
a { background-color: #DE6708; }
a { background-color: rgb(222,103,8); }
div.DivClassName
{
background-color: #DE6708;
}
.BgClassName
{
background-color: #DE6708;
}
</style>
border-color css
<style>
span { border-color: #DE6708; }
span { border-color: rgb(222,103,8); }
td.TdClassName
{
border-color: #DE6708;
}
.TagClassName
{
border-color: #DE6708;
}
</style>