Shades of Mango Tango #DB8105
Tints of Mango Tango #DB8105
RGB
CMYK
RGB Variations
Color information
#DB8105 (or 0xDB8105) is known color: Mango Tango. HEX triplet: DB, 81 and 05. RGB value is (219,129,5). Sum of RGB (Red+Green+Blue) = 219+129+5=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8105 is #247EFA. Grayscale: #8E8E8E. Windows color (decimal): -2391803 or 360923. OLE color: 360923.
HSL color Cylindrical-coordinate representation of color #DB8105: hue angle of 34.77º 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 #DB8105 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 5 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.14 |
| HSL | 34.77º | 0.96% | 0.44% | - |
| HSV(B) | 34.77º | 0.98% | 0.86% | - |
| XYZ | 37.09 | 30.77 | 4.13 | - |
| YUV | 141.77 | 50.82 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 5 | 0 | 0.41 | 0.98 | 0.14 | 34.77 | 0.96 | 0.44 |
| Hex | DB | 81 | 5 | 0 | 29 | 62 | E | 23 | 60 | 2C |
| Octal | 333 | 201 | 5 | 0 | 51 | 142 | 16 | 43 | 140 | 54 |
| Binary | 11011011 | 10000001 | 101 | 0 | 101001 | 1100010 | 1110 | 100011 | 1100000 | 101100 |
Color Harmonies of #DB8105
Complementary color
Monochromatic Colors of #DB8105
Black with #DB8105
Text Example
Text Example
White with #DB8105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8105; }
p { color: rgb(219,129,5); }
H1.HeaderClassName
{
color: #DB8105;
}
.AnyTagClassName
{
color: #DB8105;
}
</style>
background-color css
<style>
a { background-color: #DB8105; }
a { background-color: rgb(219,129,5); }
div.DivClassName
{
background-color: #DB8105;
}
.BgClassName
{
background-color: #DB8105;
}
</style>
border-color css
<style>
span { border-color: #DB8105; }
span { border-color: rgb(219,129,5); }
td.TdClassName
{
border-color: #DB8105;
}
.TagClassName
{
border-color: #DB8105;
}
</style>