Shades of Mango Tango #DB7405
Tints of Mango Tango #DB7405
RGB
CMYK
RGB Variations
Color information
#DB7405 (or 0xDB7405) is known color: Mango Tango. HEX triplet: DB, 74 and 05. RGB value is (219,116,5). Sum of RGB (Red+Green+Blue) = 219+116+5=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7405 is #248BFA. Grayscale: #868686. Windows color (decimal): -2395131 or 357595. OLE color: 357595.
HSL color Cylindrical-coordinate representation of color #DB7405: hue angle of 31.12º 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 #DB7405 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 5 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.14 |
| HSL | 31.12º | 0.96% | 0.44% | - |
| HSV(B) | 31.12º | 0.98% | 0.86% | - |
| XYZ | 35.49 | 27.56 | 3.59 | - |
| YUV | 134.14 | 55.12 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 5 | 0 | 0.47 | 0.98 | 0.14 | 31.12 | 0.96 | 0.44 |
| Hex | DB | 74 | 5 | 0 | 2F | 62 | E | 1F | 60 | 2C |
| Octal | 333 | 164 | 5 | 0 | 57 | 142 | 16 | 37 | 140 | 54 |
| Binary | 11011011 | 1110100 | 101 | 0 | 101111 | 1100010 | 1110 | 11111 | 1100000 | 101100 |
Color Harmonies of #DB7405
Complementary color
Monochromatic Colors of #DB7405
Black with #DB7405
Text Example
Text Example
White with #DB7405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7405; }
p { color: rgb(219,116,5); }
H1.HeaderClassName
{
color: #DB7405;
}
.AnyTagClassName
{
color: #DB7405;
}
</style>
background-color css
<style>
a { background-color: #DB7405; }
a { background-color: rgb(219,116,5); }
div.DivClassName
{
background-color: #DB7405;
}
.BgClassName
{
background-color: #DB7405;
}
</style>
border-color css
<style>
span { border-color: #DB7405; }
span { border-color: rgb(219,116,5); }
td.TdClassName
{
border-color: #DB7405;
}
.TagClassName
{
border-color: #DB7405;
}
</style>