Shades of Mango Tango #DB7102
Tints of Mango Tango #DB7102
RGB
CMYK
RGB Variations
Color information
#DB7102 (or 0xDB7102) is known color: Mango Tango. HEX triplet: DB, 71 and 02. RGB value is (219,113,2). Sum of RGB (Red+Green+Blue) = 219+113+2=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7102 is #248EFD. Grayscale: #848484. Windows color (decimal): -2395902 or 160219. OLE color: 160219.
HSL color Cylindrical-coordinate representation of color #DB7102: hue angle of 30.69º 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 #DB7102 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 2 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.14 |
| HSL | 30.69º | 0.98% | 0.43% | - |
| HSV(B) | 30.69º | 0.99% | 0.86% | - |
| XYZ | 35.13 | 26.87 | 3.39 | - |
| YUV | 132.04 | 54.62 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 2 | 0 | 0.48 | 0.99 | 0.14 | 30.69 | 0.98 | 0.43 |
| Hex | DB | 71 | 2 | 0 | 30 | 63 | E | 1F | 62 | 2B |
| Octal | 333 | 161 | 2 | 0 | 60 | 143 | 16 | 37 | 142 | 53 |
| Binary | 11011011 | 1110001 | 10 | 0 | 110000 | 1100011 | 1110 | 11111 | 1100010 | 101011 |
Color Harmonies of #DB7102
Complementary color
Monochromatic Colors of #DB7102
Black with #DB7102
Text Example
Text Example
White with #DB7102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7102; }
p { color: rgb(219,113,2); }
H1.HeaderClassName
{
color: #DB7102;
}
.AnyTagClassName
{
color: #DB7102;
}
</style>
background-color css
<style>
a { background-color: #DB7102; }
a { background-color: rgb(219,113,2); }
div.DivClassName
{
background-color: #DB7102;
}
.BgClassName
{
background-color: #DB7102;
}
</style>
border-color css
<style>
span { border-color: #DB7102; }
span { border-color: rgb(219,113,2); }
td.TdClassName
{
border-color: #DB7102;
}
.TagClassName
{
border-color: #DB7102;
}
</style>