Shades of Mango Tango #DB6E09
Tints of Mango Tango #DB6E09
RGB
CMYK
RGB Variations
Color information
#DB6E09 (or 0xDB6E09) is known color: Mango Tango. HEX triplet: DB, 6E and 09. RGB value is (219,110,9). Sum of RGB (Red+Green+Blue) = 219+110+9=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 9 (3.91% from 255 or 2.66% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6E09 is #2491F6. Grayscale: #838383. Windows color (decimal): -2396663 or 618203. OLE color: 618203.
HSL color Cylindrical-coordinate representation of color #DB6E09: hue angle of 28.86º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB6E09 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 9 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.14 |
| HSL | 28.86º | 0.92% | 0.45% | - |
| HSV(B) | 28.86º | 0.96% | 0.86% | - |
| XYZ | 34.84 | 26.23 | 3.49 | - |
| YUV | 131.08 | 59.11 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 9 | 0 | 0.50 | 0.96 | 0.14 | 28.86 | 0.92 | 0.45 |
| Hex | DB | 6E | 9 | 0 | 32 | 60 | E | 1D | 5C | 2D |
| Octal | 333 | 156 | 11 | 0 | 62 | 140 | 16 | 35 | 134 | 55 |
| Binary | 11011011 | 1101110 | 1001 | 0 | 110010 | 1100000 | 1110 | 11101 | 1011100 | 101101 |
Color Harmonies of #DB6E09
Complementary color
Monochromatic Colors of #DB6E09
Black with #DB6E09
Text Example
Text Example
White with #DB6E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E09; }
p { color: rgb(219,110,9); }
H1.HeaderClassName
{
color: #DB6E09;
}
.AnyTagClassName
{
color: #DB6E09;
}
</style>
background-color css
<style>
a { background-color: #DB6E09; }
a { background-color: rgb(219,110,9); }
div.DivClassName
{
background-color: #DB6E09;
}
.BgClassName
{
background-color: #DB6E09;
}
</style>
border-color css
<style>
span { border-color: #DB6E09; }
span { border-color: rgb(219,110,9); }
td.TdClassName
{
border-color: #DB6E09;
}
.TagClassName
{
border-color: #DB6E09;
}
</style>