Shades of Mango Tango #DB720F
Tints of Mango Tango #DB720F
RGB
CMYK
RGB Variations
Color information
#DB720F (or 0xDB720F) is known color: Mango Tango. HEX triplet: DB, 72 and 0F. RGB value is (219,114,15). Sum of RGB (Red+Green+Blue) = 219+114+15=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB720F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB720F is #248DF0. Grayscale: #868686. Windows color (decimal): -2395633 or 1012443. OLE color: 1012443.
HSL color Cylindrical-coordinate representation of color #DB720F: hue angle of 29.12º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB720F is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 15 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.14 |
| HSL | 29.12º | 0.87% | 0.46% | - |
| HSV(B) | 29.12º | 0.93% | 0.86% | - |
| XYZ | 35.32 | 27.13 | 3.83 | - |
| YUV | 134.11 | 60.79 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 15 | 0 | 0.48 | 0.93 | 0.14 | 29.12 | 0.87 | 0.46 |
| Hex | DB | 72 | F | 0 | 30 | 5D | E | 1D | 57 | 2E |
| Octal | 333 | 162 | 17 | 0 | 60 | 135 | 16 | 35 | 127 | 56 |
| Binary | 11011011 | 1110010 | 1111 | 0 | 110000 | 1011101 | 1110 | 11101 | 1010111 | 101110 |
Color Harmonies of #DB720F
Complementary color
Monochromatic Colors of #DB720F
Black with #DB720F
Text Example
Text Example
White with #DB720F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB720F; }
p { color: rgb(219,114,15); }
H1.HeaderClassName
{
color: #DB720F;
}
.AnyTagClassName
{
color: #DB720F;
}
</style>
background-color css
<style>
a { background-color: #DB720F; }
a { background-color: rgb(219,114,15); }
div.DivClassName
{
background-color: #DB720F;
}
.BgClassName
{
background-color: #DB720F;
}
</style>
border-color css
<style>
span { border-color: #DB720F; }
span { border-color: rgb(219,114,15); }
td.TdClassName
{
border-color: #DB720F;
}
.TagClassName
{
border-color: #DB720F;
}
</style>