Shades of Mango Tango #DE800B
Tints of Mango Tango #DE800B
RGB
CMYK
RGB Variations
Color information
#DE800B (or 0xDE800B) is known color: Mango Tango. HEX triplet: DE, 80 and 0B. RGB value is (222,128,11). Sum of RGB (Red+Green+Blue) = 222+128+11=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE800B is #217FF4. Grayscale: #8F8F8F. Windows color (decimal): -2195445 or 753886. OLE color: 753886.
HSL color Cylindrical-coordinate representation of color #DE800B: hue angle of 33.27º 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 #DE800B is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 11 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.13 |
| HSL | 33.27º | 0.91% | 0.46% | - |
| HSV(B) | 33.27º | 0.95% | 0.87% | - |
| XYZ | 37.9 | 30.99 | 4.3 | - |
| YUV | 142.77 | 53.64 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 11 | 0 | 0.42 | 0.95 | 0.13 | 33.27 | 0.91 | 0.46 |
| Hex | DE | 80 | B | 0 | 2A | 5F | D | 21 | 5B | 2E |
| Octal | 336 | 200 | 13 | 0 | 52 | 137 | 15 | 41 | 133 | 56 |
| Binary | 11011110 | 10000000 | 1011 | 0 | 101010 | 1011111 | 1101 | 100001 | 1011011 | 101110 |
Color Harmonies of #DE800B
Complementary color
Monochromatic Colors of #DE800B
Black with #DE800B
Text Example
Text Example
White with #DE800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE800B; }
p { color: rgb(222,128,11); }
H1.HeaderClassName
{
color: #DE800B;
}
.AnyTagClassName
{
color: #DE800B;
}
</style>
background-color css
<style>
a { background-color: #DE800B; }
a { background-color: rgb(222,128,11); }
div.DivClassName
{
background-color: #DE800B;
}
.BgClassName
{
background-color: #DE800B;
}
</style>
border-color css
<style>
span { border-color: #DE800B; }
span { border-color: rgb(222,128,11); }
td.TdClassName
{
border-color: #DE800B;
}
.TagClassName
{
border-color: #DE800B;
}
</style>