Shades of Mango Tango #DB8409
Tints of Mango Tango #DB8409
RGB
CMYK
RGB Variations
Color information
#DB8409 (or 0xDB8409) is known color: Mango Tango. HEX triplet: DB, 84 and 09. RGB value is (219,132,9). Sum of RGB (Red+Green+Blue) = 219+132+9=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8409 is #247BF6. Grayscale: #909090. Windows color (decimal): -2391031 or 623835. OLE color: 623835.
HSL color Cylindrical-coordinate representation of color #DB8409: hue angle of 35.14º 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 #DB8409 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 9 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.14 |
| HSL | 35.14º | 0.92% | 0.45% | - |
| HSV(B) | 35.14º | 0.96% | 0.86% | - |
| XYZ | 37.51 | 31.58 | 4.38 | - |
| YUV | 143.99 | 51.82 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 9 | 0 | 0.40 | 0.96 | 0.14 | 35.14 | 0.92 | 0.45 |
| Hex | DB | 84 | 9 | 0 | 28 | 60 | E | 23 | 5C | 2D |
| Octal | 333 | 204 | 11 | 0 | 50 | 140 | 16 | 43 | 134 | 55 |
| Binary | 11011011 | 10000100 | 1001 | 0 | 101000 | 1100000 | 1110 | 100011 | 1011100 | 101101 |
Color Harmonies of #DB8409
Complementary color
Monochromatic Colors of #DB8409
Black with #DB8409
Text Example
Text Example
White with #DB8409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8409; }
p { color: rgb(219,132,9); }
H1.HeaderClassName
{
color: #DB8409;
}
.AnyTagClassName
{
color: #DB8409;
}
</style>
background-color css
<style>
a { background-color: #DB8409; }
a { background-color: rgb(219,132,9); }
div.DivClassName
{
background-color: #DB8409;
}
.BgClassName
{
background-color: #DB8409;
}
</style>
border-color css
<style>
span { border-color: #DB8409; }
span { border-color: rgb(219,132,9); }
td.TdClassName
{
border-color: #DB8409;
}
.TagClassName
{
border-color: #DB8409;
}
</style>