Shades of Mango Tango #DB8002
Tints of Mango Tango #DB8002
RGB
CMYK
RGB Variations
Color information
#DB8002 (or 0xDB8002) is known color: Mango Tango. HEX triplet: DB, 80 and 02. RGB value is (219,128,2). Sum of RGB (Red+Green+Blue) = 219+128+2=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8002 is #247FFD. Grayscale: #8D8D8D. Windows color (decimal): -2392062 or 164059. OLE color: 164059.
HSL color Cylindrical-coordinate representation of color #DB8002: hue angle of 34.84º 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 #DB8002 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.14 |
| HSL | 34.84º | 0.98% | 0.43% | - |
| HSV(B) | 34.84º | 0.99% | 0.86% | - |
| XYZ | 36.94 | 30.5 | 4 | - |
| YUV | 140.85 | 49.65 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 2 | 0 | 0.42 | 0.99 | 0.14 | 34.84 | 0.98 | 0.43 |
| Hex | DB | 80 | 2 | 0 | 2A | 63 | E | 23 | 62 | 2B |
| Octal | 333 | 200 | 2 | 0 | 52 | 143 | 16 | 43 | 142 | 53 |
| Binary | 11011011 | 10000000 | 10 | 0 | 101010 | 1100011 | 1110 | 100011 | 1100010 | 101011 |
Color Harmonies of #DB8002
Complementary color
Monochromatic Colors of #DB8002
Black with #DB8002
Text Example
Text Example
White with #DB8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8002; }
p { color: rgb(219,128,2); }
H1.HeaderClassName
{
color: #DB8002;
}
.AnyTagClassName
{
color: #DB8002;
}
</style>
background-color css
<style>
a { background-color: #DB8002; }
a { background-color: rgb(219,128,2); }
div.DivClassName
{
background-color: #DB8002;
}
.BgClassName
{
background-color: #DB8002;
}
</style>
border-color css
<style>
span { border-color: #DB8002; }
span { border-color: rgb(219,128,2); }
td.TdClassName
{
border-color: #DB8002;
}
.TagClassName
{
border-color: #DB8002;
}
</style>