Shades of Mango Tango #DE6D0B
Tints of Mango Tango #DE6D0B
RGB
CMYK
RGB Variations
Color information
#DE6D0B (or 0xDE6D0B) is known color: Mango Tango. HEX triplet: DE, 6D and 0B. RGB value is (222,109,11). Sum of RGB (Red+Green+Blue) = 222+109+11=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6D0B is #2192F4. Grayscale: #848484. Windows color (decimal): -2200309 or 749022. OLE color: 749022.
HSL color Cylindrical-coordinate representation of color #DE6D0B: hue angle of 27.87º 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 #DE6D0B is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 11 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.13 |
| HSL | 27.87º | 0.91% | 0.46% | - |
| HSV(B) | 27.87º | 0.95% | 0.87% | - |
| XYZ | 35.65 | 26.49 | 3.55 | - |
| YUV | 131.62 | 59.94 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 11 | 0 | 0.51 | 0.95 | 0.13 | 27.87 | 0.91 | 0.46 |
| Hex | DE | 6D | B | 0 | 33 | 5F | D | 1C | 5B | 2E |
| Octal | 336 | 155 | 13 | 0 | 63 | 137 | 15 | 34 | 133 | 56 |
| Binary | 11011110 | 1101101 | 1011 | 0 | 110011 | 1011111 | 1101 | 11100 | 1011011 | 101110 |
Color Harmonies of #DE6D0B
Complementary color
Monochromatic Colors of #DE6D0B
Black with #DE6D0B
Text Example
Text Example
White with #DE6D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6D0B; }
p { color: rgb(222,109,11); }
H1.HeaderClassName
{
color: #DE6D0B;
}
.AnyTagClassName
{
color: #DE6D0B;
}
</style>
background-color css
<style>
a { background-color: #DE6D0B; }
a { background-color: rgb(222,109,11); }
div.DivClassName
{
background-color: #DE6D0B;
}
.BgClassName
{
background-color: #DE6D0B;
}
</style>
border-color css
<style>
span { border-color: #DE6D0B; }
span { border-color: rgb(222,109,11); }
td.TdClassName
{
border-color: #DE6D0B;
}
.TagClassName
{
border-color: #DE6D0B;
}
</style>