Shades of Mango Tango #DB8100
Tints of Mango Tango #DB8100
RGB
CMYK
RGB Variations
Color information
#DB8100 (or 0xDB8100) is known color: Mango Tango. HEX triplet: DB, 81 and 00. RGB value is (219,129,0). Sum of RGB (Red+Green+Blue) = 219+129+0=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8100 is #247EFF. Grayscale: #8D8D8D. Windows color (decimal): -2391808 or 33243. OLE color: 33243.
HSL color Cylindrical-coordinate representation of color #DB8100: hue angle of 35.34º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB8100 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.14 |
| HSL | 35.34º | 1% | 0.43% | - |
| HSV(B) | 35.34º | 1% | 0.86% | - |
| XYZ | 37.06 | 30.76 | 3.98 | - |
| YUV | 141.2 | 48.32 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 0 | 0 | 0.41 | 1 | 0.14 | 35.34 | 1 | 0.43 |
| Hex | DB | 81 | 0 | 0 | 29 | 64 | E | 23 | 64 | 2B |
| Octal | 333 | 201 | 0 | 0 | 51 | 144 | 16 | 43 | 144 | 53 |
| Binary | 11011011 | 10000001 | 0 | 0 | 101001 | 1100100 | 1110 | 100011 | 1100100 | 101011 |
Color Harmonies of #DB8100
Complementary color
Monochromatic Colors of #DB8100
Black with #DB8100
Text Example
Text Example
White with #DB8100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8100; }
p { color: rgb(219,129,0); }
H1.HeaderClassName
{
color: #DB8100;
}
.AnyTagClassName
{
color: #DB8100;
}
</style>
background-color css
<style>
a { background-color: #DB8100; }
a { background-color: rgb(219,129,0); }
div.DivClassName
{
background-color: #DB8100;
}
.BgClassName
{
background-color: #DB8100;
}
</style>
border-color css
<style>
span { border-color: #DB8100; }
span { border-color: rgb(219,129,0); }
td.TdClassName
{
border-color: #DB8100;
}
.TagClassName
{
border-color: #DB8100;
}
</style>