Shades of Mango Tango #DB8404
Tints of Mango Tango #DB8404
RGB
CMYK
RGB Variations
Color information
#DB8404 (or 0xDB8404) is known color: Mango Tango. HEX triplet: DB, 84 and 04. RGB value is (219,132,4). Sum of RGB (Red+Green+Blue) = 219+132+4=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8404 is #247BFB. Grayscale: #909090. Windows color (decimal): -2391036 or 296155. OLE color: 296155.
HSL color Cylindrical-coordinate representation of color #DB8404: hue angle of 35.72º 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 #DB8404 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 4 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.14 |
| HSL | 35.72º | 0.96% | 0.44% | - |
| HSV(B) | 35.72º | 0.98% | 0.86% | - |
| XYZ | 37.49 | 31.57 | 4.23 | - |
| YUV | 143.42 | 49.32 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 4 | 0 | 0.40 | 0.98 | 0.14 | 35.72 | 0.96 | 0.44 |
| Hex | DB | 84 | 4 | 0 | 28 | 62 | E | 24 | 60 | 2C |
| Octal | 333 | 204 | 4 | 0 | 50 | 142 | 16 | 44 | 140 | 54 |
| Binary | 11011011 | 10000100 | 100 | 0 | 101000 | 1100010 | 1110 | 100100 | 1100000 | 101100 |
Color Harmonies of #DB8404
Complementary color
Monochromatic Colors of #DB8404
Black with #DB8404
Text Example
Text Example
White with #DB8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8404; }
p { color: rgb(219,132,4); }
H1.HeaderClassName
{
color: #DB8404;
}
.AnyTagClassName
{
color: #DB8404;
}
</style>
background-color css
<style>
a { background-color: #DB8404; }
a { background-color: rgb(219,132,4); }
div.DivClassName
{
background-color: #DB8404;
}
.BgClassName
{
background-color: #DB8404;
}
</style>
border-color css
<style>
span { border-color: #DB8404; }
span { border-color: rgb(219,132,4); }
td.TdClassName
{
border-color: #DB8404;
}
.TagClassName
{
border-color: #DB8404;
}
</style>