Shades of Mango Tango #DB720E
Tints of Mango Tango #DB720E
RGB
CMYK
RGB Variations
Color information
#DB720E (or 0xDB720E) is known color: Mango Tango. HEX triplet: DB, 72 and 0E. RGB value is (219,114,14). Sum of RGB (Red+Green+Blue) = 219+114+14=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB720E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB720E is #248DF1. Grayscale: #868686. Windows color (decimal): -2395634 or 946907. OLE color: 946907.
HSL color Cylindrical-coordinate representation of color #DB720E: hue angle of 29.27º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB720E is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 14 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.14 |
| HSL | 29.27º | 0.88% | 0.46% | - |
| HSV(B) | 29.27º | 0.94% | 0.86% | - |
| XYZ | 35.31 | 27.13 | 3.79 | - |
| YUV | 134 | 60.29 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 14 | 0 | 0.48 | 0.94 | 0.14 | 29.27 | 0.88 | 0.46 |
| Hex | DB | 72 | E | 0 | 30 | 5E | E | 1D | 58 | 2E |
| Octal | 333 | 162 | 16 | 0 | 60 | 136 | 16 | 35 | 130 | 56 |
| Binary | 11011011 | 1110010 | 1110 | 0 | 110000 | 1011110 | 1110 | 11101 | 1011000 | 101110 |
Color Harmonies of #DB720E
Complementary color
Monochromatic Colors of #DB720E
Black with #DB720E
Text Example
Text Example
White with #DB720E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB720E; }
p { color: rgb(219,114,14); }
H1.HeaderClassName
{
color: #DB720E;
}
.AnyTagClassName
{
color: #DB720E;
}
</style>
background-color css
<style>
a { background-color: #DB720E; }
a { background-color: rgb(219,114,14); }
div.DivClassName
{
background-color: #DB720E;
}
.BgClassName
{
background-color: #DB720E;
}
</style>
border-color css
<style>
span { border-color: #DB720E; }
span { border-color: rgb(219,114,14); }
td.TdClassName
{
border-color: #DB720E;
}
.TagClassName
{
border-color: #DB720E;
}
</style>