Shades of Mango Tango #DB7502
Tints of Mango Tango #DB7502
RGB
CMYK
RGB Variations
Color information
#DB7502 (or 0xDB7502) is known color: Mango Tango. HEX triplet: DB, 75 and 02. RGB value is (219,117,2). Sum of RGB (Red+Green+Blue) = 219+117+2=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7502 is #248AFD. Grayscale: #868686. Windows color (decimal): -2394878 or 161243. OLE color: 161243.
HSL color Cylindrical-coordinate representation of color #DB7502: hue angle of 31.8º 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 #DB7502 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.14 |
| HSL | 31.8º | 0.98% | 0.43% | - |
| HSV(B) | 31.8º | 0.99% | 0.86% | - |
| XYZ | 35.59 | 27.79 | 3.55 | - |
| YUV | 134.39 | 53.29 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 2 | 0 | 0.47 | 0.99 | 0.14 | 31.8 | 0.98 | 0.43 |
| Hex | DB | 75 | 2 | 0 | 2F | 63 | E | 20 | 62 | 2B |
| Octal | 333 | 165 | 2 | 0 | 57 | 143 | 16 | 40 | 142 | 53 |
| Binary | 11011011 | 1110101 | 10 | 0 | 101111 | 1100011 | 1110 | 100000 | 1100010 | 101011 |
Color Harmonies of #DB7502
Complementary color
Monochromatic Colors of #DB7502
Black with #DB7502
Text Example
Text Example
White with #DB7502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7502; }
p { color: rgb(219,117,2); }
H1.HeaderClassName
{
color: #DB7502;
}
.AnyTagClassName
{
color: #DB7502;
}
</style>
background-color css
<style>
a { background-color: #DB7502; }
a { background-color: rgb(219,117,2); }
div.DivClassName
{
background-color: #DB7502;
}
.BgClassName
{
background-color: #DB7502;
}
</style>
border-color css
<style>
span { border-color: #DB7502; }
span { border-color: rgb(219,117,2); }
td.TdClassName
{
border-color: #DB7502;
}
.TagClassName
{
border-color: #DB7502;
}
</style>