Shades of Mango Tango #DB760E
Tints of Mango Tango #DB760E
RGB
CMYK
RGB Variations
Color information
#DB760E (or 0xDB760E) is known color: Mango Tango. HEX triplet: DB, 76 and 0E. RGB value is (219,118,14). Sum of RGB (Red+Green+Blue) = 219+118+14=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB760E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB760E is #2489F1. Grayscale: #888888. Windows color (decimal): -2394610 or 947931. OLE color: 947931.
HSL color Cylindrical-coordinate representation of color #DB760E: hue angle of 30.44º 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 #DB760E is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 14 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.14 |
| HSL | 30.44º | 0.88% | 0.46% | - |
| HSV(B) | 30.44º | 0.94% | 0.86% | - |
| XYZ | 35.77 | 28.05 | 3.94 | - |
| YUV | 136.34 | 58.96 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 14 | 0 | 0.46 | 0.94 | 0.14 | 30.44 | 0.88 | 0.46 |
| Hex | DB | 76 | E | 0 | 2E | 5E | E | 1E | 58 | 2E |
| Octal | 333 | 166 | 16 | 0 | 56 | 136 | 16 | 36 | 130 | 56 |
| Binary | 11011011 | 1110110 | 1110 | 0 | 101110 | 1011110 | 1110 | 11110 | 1011000 | 101110 |
Color Harmonies of #DB760E
Complementary color
Monochromatic Colors of #DB760E
Black with #DB760E
Text Example
Text Example
White with #DB760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB760E; }
p { color: rgb(219,118,14); }
H1.HeaderClassName
{
color: #DB760E;
}
.AnyTagClassName
{
color: #DB760E;
}
</style>
background-color css
<style>
a { background-color: #DB760E; }
a { background-color: rgb(219,118,14); }
div.DivClassName
{
background-color: #DB760E;
}
.BgClassName
{
background-color: #DB760E;
}
</style>
border-color css
<style>
span { border-color: #DB760E; }
span { border-color: rgb(219,118,14); }
td.TdClassName
{
border-color: #DB760E;
}
.TagClassName
{
border-color: #DB760E;
}
</style>