Shades of Mango Tango #DB6E06
Tints of Mango Tango #DB6E06
RGB
CMYK
RGB Variations
Color information
#DB6E06 (or 0xDB6E06) is known color: Mango Tango. HEX triplet: DB, 6E and 06. RGB value is (219,110,6). Sum of RGB (Red+Green+Blue) = 219+110+6=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 6 (2.73% from 255 or 1.79% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6E06 is #2491F9. Grayscale: #838383. Windows color (decimal): -2396666 or 421595. OLE color: 421595.
HSL color Cylindrical-coordinate representation of color #DB6E06: hue angle of 29.3º 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 #DB6E06 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 6 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.14 |
| HSL | 29.3º | 0.95% | 0.44% | - |
| HSV(B) | 29.3º | 0.97% | 0.86% | - |
| XYZ | 34.82 | 26.23 | 3.4 | - |
| YUV | 130.74 | 57.61 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 6 | 0 | 0.50 | 0.97 | 0.14 | 29.3 | 0.95 | 0.44 |
| Hex | DB | 6E | 6 | 0 | 32 | 61 | E | 1D | 5F | 2C |
| Octal | 333 | 156 | 6 | 0 | 62 | 141 | 16 | 35 | 137 | 54 |
| Binary | 11011011 | 1101110 | 110 | 0 | 110010 | 1100001 | 1110 | 11101 | 1011111 | 101100 |
Color Harmonies of #DB6E06
Complementary color
Monochromatic Colors of #DB6E06
Black with #DB6E06
Text Example
Text Example
White with #DB6E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E06; }
p { color: rgb(219,110,6); }
H1.HeaderClassName
{
color: #DB6E06;
}
.AnyTagClassName
{
color: #DB6E06;
}
</style>
background-color css
<style>
a { background-color: #DB6E06; }
a { background-color: rgb(219,110,6); }
div.DivClassName
{
background-color: #DB6E06;
}
.BgClassName
{
background-color: #DB6E06;
}
</style>
border-color css
<style>
span { border-color: #DB6E06; }
span { border-color: rgb(219,110,6); }
td.TdClassName
{
border-color: #DB6E06;
}
.TagClassName
{
border-color: #DB6E06;
}
</style>