Shades of Mango Tango #DB6E01
Tints of Mango Tango #DB6E01
RGB
CMYK
RGB Variations
Color information
#DB6E01 (or 0xDB6E01) is known color: Mango Tango. HEX triplet: DB, 6E and 01. RGB value is (219,110,1). Sum of RGB (Red+Green+Blue) = 219+110+1=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6E01 is #2491FE. Grayscale: #828282. Windows color (decimal): -2396671 or 93915. OLE color: 93915.
HSL color Cylindrical-coordinate representation of color #DB6E01: hue angle of 30º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB6E01 is Cyan = 0, Magento = 0.50, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 1 | - |
| CMYK | 0 | 0.50 | 1.00 | 0.14 |
| HSL | 30º | 0.99% | 0.43% | - |
| HSV(B) | 30º | 1% | 0.86% | - |
| XYZ | 34.79 | 26.21 | 3.25 | - |
| YUV | 130.17 | 55.11 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 1 | 0 | 0.50 | 1.00 | 0.14 | 30 | 0.99 | 0.43 |
| Hex | DB | 6E | 1 | 0 | 32 | 64 | E | 1E | 63 | 2B |
| Octal | 333 | 156 | 1 | 0 | 62 | 144 | 16 | 36 | 143 | 53 |
| Binary | 11011011 | 1101110 | 1 | 0 | 110010 | 1100100 | 1110 | 11110 | 1100011 | 101011 |
Color Harmonies of #DB6E01
Complementary color
Monochromatic Colors of #DB6E01
Black with #DB6E01
Text Example
Text Example
White with #DB6E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E01; }
p { color: rgb(219,110,1); }
H1.HeaderClassName
{
color: #DB6E01;
}
.AnyTagClassName
{
color: #DB6E01;
}
</style>
background-color css
<style>
a { background-color: #DB6E01; }
a { background-color: rgb(219,110,1); }
div.DivClassName
{
background-color: #DB6E01;
}
.BgClassName
{
background-color: #DB6E01;
}
</style>
border-color css
<style>
span { border-color: #DB6E01; }
span { border-color: rgb(219,110,1); }
td.TdClassName
{
border-color: #DB6E01;
}
.TagClassName
{
border-color: #DB6E01;
}
</style>