Shades of Mango Tango #DB7002
Tints of Mango Tango #DB7002
RGB
CMYK
RGB Variations
Color information
#DB7002 (or 0xDB7002) is known color: Mango Tango. HEX triplet: DB, 70 and 02. RGB value is (219,112,2). Sum of RGB (Red+Green+Blue) = 219+112+2=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7002 is #248FFD. Grayscale: #848484. Windows color (decimal): -2396158 or 159963. OLE color: 159963.
HSL color Cylindrical-coordinate representation of color #DB7002: hue angle of 30.41º 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 #DB7002 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.14 |
| HSL | 30.41º | 0.98% | 0.43% | - |
| HSV(B) | 30.41º | 0.99% | 0.86% | - |
| XYZ | 35.02 | 26.65 | 3.36 | - |
| YUV | 131.45 | 54.95 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 2 | 0 | 0.49 | 0.99 | 0.14 | 30.41 | 0.98 | 0.43 |
| Hex | DB | 70 | 2 | 0 | 31 | 63 | E | 1E | 62 | 2B |
| Octal | 333 | 160 | 2 | 0 | 61 | 143 | 16 | 36 | 142 | 53 |
| Binary | 11011011 | 1110000 | 10 | 0 | 110001 | 1100011 | 1110 | 11110 | 1100010 | 101011 |
Color Harmonies of #DB7002
Complementary color
Monochromatic Colors of #DB7002
Black with #DB7002
Text Example
Text Example
White with #DB7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7002; }
p { color: rgb(219,112,2); }
H1.HeaderClassName
{
color: #DB7002;
}
.AnyTagClassName
{
color: #DB7002;
}
</style>
background-color css
<style>
a { background-color: #DB7002; }
a { background-color: rgb(219,112,2); }
div.DivClassName
{
background-color: #DB7002;
}
.BgClassName
{
background-color: #DB7002;
}
</style>
border-color css
<style>
span { border-color: #DB7002; }
span { border-color: rgb(219,112,2); }
td.TdClassName
{
border-color: #DB7002;
}
.TagClassName
{
border-color: #DB7002;
}
</style>