Shades of Mango Tango #DB720B
Tints of Mango Tango #DB720B
RGB
CMYK
RGB Variations
Color information
#DB720B (or 0xDB720B) is known color: Mango Tango. HEX triplet: DB, 72 and 0B. RGB value is (219,114,11). Sum of RGB (Red+Green+Blue) = 219+114+11=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB720B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB720B is #248DF4. Grayscale: #868686. Windows color (decimal): -2395637 or 750299. OLE color: 750299.
HSL color Cylindrical-coordinate representation of color #DB720B: hue angle of 29.71º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB720B is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 11 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.14 |
| HSL | 29.71º | 0.9% | 0.45% | - |
| HSV(B) | 29.71º | 0.95% | 0.86% | - |
| XYZ | 35.29 | 27.12 | 3.69 | - |
| YUV | 133.65 | 58.79 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 11 | 0 | 0.48 | 0.95 | 0.14 | 29.71 | 0.9 | 0.45 |
| Hex | DB | 72 | B | 0 | 30 | 5F | E | 1E | 5A | 2D |
| Octal | 333 | 162 | 13 | 0 | 60 | 137 | 16 | 36 | 132 | 55 |
| Binary | 11011011 | 1110010 | 1011 | 0 | 110000 | 1011111 | 1110 | 11110 | 1011010 | 101101 |
Color Harmonies of #DB720B
Complementary color
Monochromatic Colors of #DB720B
Black with #DB720B
Text Example
Text Example
White with #DB720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB720B; }
p { color: rgb(219,114,11); }
H1.HeaderClassName
{
color: #DB720B;
}
.AnyTagClassName
{
color: #DB720B;
}
</style>
background-color css
<style>
a { background-color: #DB720B; }
a { background-color: rgb(219,114,11); }
div.DivClassName
{
background-color: #DB720B;
}
.BgClassName
{
background-color: #DB720B;
}
</style>
border-color css
<style>
span { border-color: #DB720B; }
span { border-color: rgb(219,114,11); }
td.TdClassName
{
border-color: #DB720B;
}
.TagClassName
{
border-color: #DB720B;
}
</style>