Shades of Mango Tango #DB6A00
Tints of Mango Tango #DB6A00
RGB
CMYK
RGB Variations
Color information
#DB6A00 (or 0xDB6A00) is known color: Mango Tango. HEX triplet: DB, 6A and 00. RGB value is (219,106,0). Sum of RGB (Red+Green+Blue) = 219+106+0=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6A00 is #2495FF. Grayscale: #808080. Windows color (decimal): -2397696 or 27355. OLE color: 27355.
HSL color Cylindrical-coordinate representation of color #DB6A00: hue angle of 29.04º 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 #DB6A00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.14 |
| HSL | 29.04º | 1% | 0.43% | - |
| HSV(B) | 29.04º | 1% | 0.86% | - |
| XYZ | 34.37 | 25.37 | 3.09 | - |
| YUV | 127.7 | 55.94 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 0 | 0 | 0.52 | 1 | 0.14 | 29.04 | 1 | 0.43 |
| Hex | DB | 6A | 0 | 0 | 34 | 64 | E | 1D | 64 | 2B |
| Octal | 333 | 152 | 0 | 0 | 64 | 144 | 16 | 35 | 144 | 53 |
| Binary | 11011011 | 1101010 | 0 | 0 | 110100 | 1100100 | 1110 | 11101 | 1100100 | 101011 |
Color Harmonies of #DB6A00
Complementary color
Monochromatic Colors of #DB6A00
Black with #DB6A00
Text Example
Text Example
White with #DB6A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6A00; }
p { color: rgb(219,106,0); }
H1.HeaderClassName
{
color: #DB6A00;
}
.AnyTagClassName
{
color: #DB6A00;
}
</style>
background-color css
<style>
a { background-color: #DB6A00; }
a { background-color: rgb(219,106,0); }
div.DivClassName
{
background-color: #DB6A00;
}
.BgClassName
{
background-color: #DB6A00;
}
</style>
border-color css
<style>
span { border-color: #DB6A00; }
span { border-color: rgb(219,106,0); }
td.TdClassName
{
border-color: #DB6A00;
}
.TagClassName
{
border-color: #DB6A00;
}
</style>