Shades of Mango Tango #DB7802
Tints of Mango Tango #DB7802
RGB
CMYK
RGB Variations
Color information
#DB7802 (or 0xDB7802) is known color: Mango Tango. HEX triplet: DB, 78 and 02. RGB value is (219,120,2). Sum of RGB (Red+Green+Blue) = 219+120+2=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7802 is #2487FD. Grayscale: #888888. Windows color (decimal): -2394110 or 162011. OLE color: 162011.
HSL color Cylindrical-coordinate representation of color #DB7802: hue angle of 32.63º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB7802 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.14 |
| HSL | 32.63º | 0.98% | 0.43% | - |
| HSV(B) | 32.63º | 0.99% | 0.86% | - |
| XYZ | 35.94 | 28.5 | 3.66 | - |
| YUV | 136.15 | 52.3 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 2 | 0 | 0.45 | 0.99 | 0.14 | 32.63 | 0.98 | 0.43 |
| Hex | DB | 78 | 2 | 0 | 2D | 63 | E | 21 | 62 | 2B |
| Octal | 333 | 170 | 2 | 0 | 55 | 143 | 16 | 41 | 142 | 53 |
| Binary | 11011011 | 1111000 | 10 | 0 | 101101 | 1100011 | 1110 | 100001 | 1100010 | 101011 |
Color Harmonies of #DB7802
Complementary color
Monochromatic Colors of #DB7802
Black with #DB7802
Text Example
Text Example
White with #DB7802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7802; }
p { color: rgb(219,120,2); }
H1.HeaderClassName
{
color: #DB7802;
}
.AnyTagClassName
{
color: #DB7802;
}
</style>
background-color css
<style>
a { background-color: #DB7802; }
a { background-color: rgb(219,120,2); }
div.DivClassName
{
background-color: #DB7802;
}
.BgClassName
{
background-color: #DB7802;
}
</style>
border-color css
<style>
span { border-color: #DB7802; }
span { border-color: rgb(219,120,2); }
td.TdClassName
{
border-color: #DB7802;
}
.TagClassName
{
border-color: #DB7802;
}
</style>