Shades of Mango Tango #DB8007
Tints of Mango Tango #DB8007
RGB
CMYK
RGB Variations
Color information
#DB8007 (or 0xDB8007) is known color: Mango Tango. HEX triplet: DB, 80 and 07. RGB value is (219,128,7). Sum of RGB (Red+Green+Blue) = 219+128+7=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 7 (3.12% from 255 or 1.98% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8007 is #247FF8. Grayscale: #8D8D8D. Windows color (decimal): -2392057 or 491739. OLE color: 491739.
HSL color Cylindrical-coordinate representation of color #DB8007: hue angle of 34.25º degrees, saturation: 0.94, 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 #DB8007 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 7 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.14 |
| HSL | 34.25º | 0.94% | 0.44% | - |
| HSV(B) | 34.25º | 0.97% | 0.86% | - |
| XYZ | 36.97 | 30.51 | 4.14 | - |
| YUV | 141.42 | 52.15 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 7 | 0 | 0.42 | 0.97 | 0.14 | 34.25 | 0.94 | 0.44 |
| Hex | DB | 80 | 7 | 0 | 2A | 61 | E | 22 | 5E | 2C |
| Octal | 333 | 200 | 7 | 0 | 52 | 141 | 16 | 42 | 136 | 54 |
| Binary | 11011011 | 10000000 | 111 | 0 | 101010 | 1100001 | 1110 | 100010 | 1011110 | 101100 |
Color Harmonies of #DB8007
Complementary color
Monochromatic Colors of #DB8007
Black with #DB8007
Text Example
Text Example
White with #DB8007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8007; }
p { color: rgb(219,128,7); }
H1.HeaderClassName
{
color: #DB8007;
}
.AnyTagClassName
{
color: #DB8007;
}
</style>
background-color css
<style>
a { background-color: #DB8007; }
a { background-color: rgb(219,128,7); }
div.DivClassName
{
background-color: #DB8007;
}
.BgClassName
{
background-color: #DB8007;
}
</style>
border-color css
<style>
span { border-color: #DB8007; }
span { border-color: rgb(219,128,7); }
td.TdClassName
{
border-color: #DB8007;
}
.TagClassName
{
border-color: #DB8007;
}
</style>