Shades of Mango Tango #DB8006
Tints of Mango Tango #DB8006
RGB
CMYK
RGB Variations
Color information
#DB8006 (or 0xDB8006) is known color: Mango Tango. HEX triplet: DB, 80 and 06. RGB value is (219,128,6). Sum of RGB (Red+Green+Blue) = 219+128+6=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 6 (2.73% from 255 or 1.70% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8006 is #247FF9. Grayscale: #8D8D8D. Windows color (decimal): -2392058 or 426203. OLE color: 426203.
HSL color Cylindrical-coordinate representation of color #DB8006: hue angle of 34.37º 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 #DB8006 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 6 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.14 |
| HSL | 34.37º | 0.95% | 0.44% | - |
| HSV(B) | 34.37º | 0.97% | 0.86% | - |
| XYZ | 36.97 | 30.51 | 4.11 | - |
| YUV | 141.3 | 51.65 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 6 | 0 | 0.42 | 0.97 | 0.14 | 34.37 | 0.95 | 0.44 |
| Hex | DB | 80 | 6 | 0 | 2A | 61 | E | 22 | 5F | 2C |
| Octal | 333 | 200 | 6 | 0 | 52 | 141 | 16 | 42 | 137 | 54 |
| Binary | 11011011 | 10000000 | 110 | 0 | 101010 | 1100001 | 1110 | 100010 | 1011111 | 101100 |
Color Harmonies of #DB8006
Complementary color
Monochromatic Colors of #DB8006
Black with #DB8006
Text Example
Text Example
White with #DB8006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8006; }
p { color: rgb(219,128,6); }
H1.HeaderClassName
{
color: #DB8006;
}
.AnyTagClassName
{
color: #DB8006;
}
</style>
background-color css
<style>
a { background-color: #DB8006; }
a { background-color: rgb(219,128,6); }
div.DivClassName
{
background-color: #DB8006;
}
.BgClassName
{
background-color: #DB8006;
}
</style>
border-color css
<style>
span { border-color: #DB8006; }
span { border-color: rgb(219,128,6); }
td.TdClassName
{
border-color: #DB8006;
}
.TagClassName
{
border-color: #DB8006;
}
</style>