Shades of Mango Tango #DB7104
Tints of Mango Tango #DB7104
RGB
CMYK
RGB Variations
Color information
#DB7104 (or 0xDB7104) is known color: Mango Tango. HEX triplet: DB, 71 and 04. RGB value is (219,113,4). Sum of RGB (Red+Green+Blue) = 219+113+4=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7104 is #248EFB. Grayscale: #848484. Windows color (decimal): -2395900 or 291291. OLE color: 291291.
HSL color Cylindrical-coordinate representation of color #DB7104: hue angle of 30.42º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB7104 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 4 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.14 |
| HSL | 30.42º | 0.96% | 0.44% | - |
| HSV(B) | 30.42º | 0.98% | 0.86% | - |
| XYZ | 35.14 | 26.88 | 3.45 | - |
| YUV | 132.27 | 55.62 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 4 | 0 | 0.48 | 0.98 | 0.14 | 30.42 | 0.96 | 0.44 |
| Hex | DB | 71 | 4 | 0 | 30 | 62 | E | 1E | 60 | 2C |
| Octal | 333 | 161 | 4 | 0 | 60 | 142 | 16 | 36 | 140 | 54 |
| Binary | 11011011 | 1110001 | 100 | 0 | 110000 | 1100010 | 1110 | 11110 | 1100000 | 101100 |
Color Harmonies of #DB7104
Complementary color
Monochromatic Colors of #DB7104
Black with #DB7104
Text Example
Text Example
White with #DB7104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7104; }
p { color: rgb(219,113,4); }
H1.HeaderClassName
{
color: #DB7104;
}
.AnyTagClassName
{
color: #DB7104;
}
</style>
background-color css
<style>
a { background-color: #DB7104; }
a { background-color: rgb(219,113,4); }
div.DivClassName
{
background-color: #DB7104;
}
.BgClassName
{
background-color: #DB7104;
}
</style>
border-color css
<style>
span { border-color: #DB7104; }
span { border-color: rgb(219,113,4); }
td.TdClassName
{
border-color: #DB7104;
}
.TagClassName
{
border-color: #DB7104;
}
</style>