Shades of Mango Tango #DB7606
Tints of Mango Tango #DB7606
RGB
CMYK
RGB Variations
Color information
#DB7606 (or 0xDB7606) is known color: Mango Tango. HEX triplet: DB, 76 and 06. RGB value is (219,118,6). Sum of RGB (Red+Green+Blue) = 219+118+6=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 6 (2.73% from 255 or 1.75% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7606 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7606 is #2489F9. Grayscale: #878787. Windows color (decimal): -2394618 or 423643. OLE color: 423643.
HSL color Cylindrical-coordinate representation of color #DB7606: hue angle of 31.55º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB7606 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 6 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.14 |
| HSL | 31.55º | 0.95% | 0.44% | - |
| HSV(B) | 31.55º | 0.97% | 0.86% | - |
| XYZ | 35.72 | 28.03 | 3.7 | - |
| YUV | 135.43 | 54.96 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 6 | 0 | 0.46 | 0.97 | 0.14 | 31.55 | 0.95 | 0.44 |
| Hex | DB | 76 | 6 | 0 | 2E | 61 | E | 20 | 5F | 2C |
| Octal | 333 | 166 | 6 | 0 | 56 | 141 | 16 | 40 | 137 | 54 |
| Binary | 11011011 | 1110110 | 110 | 0 | 101110 | 1100001 | 1110 | 100000 | 1011111 | 101100 |
Color Harmonies of #DB7606
Complementary color
Monochromatic Colors of #DB7606
Black with #DB7606
Text Example
Text Example
White with #DB7606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7606; }
p { color: rgb(219,118,6); }
H1.HeaderClassName
{
color: #DB7606;
}
.AnyTagClassName
{
color: #DB7606;
}
</style>
background-color css
<style>
a { background-color: #DB7606; }
a { background-color: rgb(219,118,6); }
div.DivClassName
{
background-color: #DB7606;
}
.BgClassName
{
background-color: #DB7606;
}
</style>
border-color css
<style>
span { border-color: #DB7606; }
span { border-color: rgb(219,118,6); }
td.TdClassName
{
border-color: #DB7606;
}
.TagClassName
{
border-color: #DB7606;
}
</style>