Shades of Mango Tango #DB720A
Tints of Mango Tango #DB720A
RGB
CMYK
RGB Variations
Color information
#DB720A (or 0xDB720A) is known color: Mango Tango. HEX triplet: DB, 72 and 0A. RGB value is (219,114,10). Sum of RGB (Red+Green+Blue) = 219+114+10=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB720A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB720A is #248DF5. Grayscale: #868686. Windows color (decimal): -2395638 or 684763. OLE color: 684763.
HSL color Cylindrical-coordinate representation of color #DB720A: hue angle of 29.86º degrees, saturation: 0.91, 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 #DB720A is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 10 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.14 |
| HSL | 29.86º | 0.91% | 0.45% | - |
| HSV(B) | 29.86º | 0.95% | 0.86% | - |
| XYZ | 35.29 | 27.12 | 3.66 | - |
| YUV | 133.54 | 58.29 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 10 | 0 | 0.48 | 0.95 | 0.14 | 29.86 | 0.91 | 0.45 |
| Hex | DB | 72 | A | 0 | 30 | 5F | E | 1E | 5B | 2D |
| Octal | 333 | 162 | 12 | 0 | 60 | 137 | 16 | 36 | 133 | 55 |
| Binary | 11011011 | 1110010 | 1010 | 0 | 110000 | 1011111 | 1110 | 11110 | 1011011 | 101101 |
Color Harmonies of #DB720A
Complementary color
Monochromatic Colors of #DB720A
Black with #DB720A
Text Example
Text Example
White with #DB720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB720A; }
p { color: rgb(219,114,10); }
H1.HeaderClassName
{
color: #DB720A;
}
.AnyTagClassName
{
color: #DB720A;
}
</style>
background-color css
<style>
a { background-color: #DB720A; }
a { background-color: rgb(219,114,10); }
div.DivClassName
{
background-color: #DB720A;
}
.BgClassName
{
background-color: #DB720A;
}
</style>
border-color css
<style>
span { border-color: #DB720A; }
span { border-color: rgb(219,114,10); }
td.TdClassName
{
border-color: #DB720A;
}
.TagClassName
{
border-color: #DB720A;
}
</style>