Shades of Mango Tango #DB6806
Tints of Mango Tango #DB6806
RGB
CMYK
RGB Variations
Color information
#DB6806 (or 0xDB6806) is known color: Mango Tango. HEX triplet: DB, 68 and 06. RGB value is (219,104,6). Sum of RGB (Red+Green+Blue) = 219+104+6=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6806 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6806 is #2497F9. Grayscale: #7F7F7F. Windows color (decimal): -2398202 or 420059. OLE color: 420059.
HSL color Cylindrical-coordinate representation of color #DB6806: hue angle of 27.61º 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 #DB6806 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 6 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.14 |
| HSL | 27.61º | 0.95% | 0.44% | - |
| HSV(B) | 27.61º | 0.97% | 0.86% | - |
| XYZ | 34.2 | 24.97 | 3.19 | - |
| YUV | 127.21 | 59.6 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 6 | 0 | 0.53 | 0.97 | 0.14 | 27.61 | 0.95 | 0.44 |
| Hex | DB | 68 | 6 | 0 | 35 | 61 | E | 1C | 5F | 2C |
| Octal | 333 | 150 | 6 | 0 | 65 | 141 | 16 | 34 | 137 | 54 |
| Binary | 11011011 | 1101000 | 110 | 0 | 110101 | 1100001 | 1110 | 11100 | 1011111 | 101100 |
Color Harmonies of #DB6806
Complementary color
Monochromatic Colors of #DB6806
Black with #DB6806
Text Example
Text Example
White with #DB6806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6806; }
p { color: rgb(219,104,6); }
H1.HeaderClassName
{
color: #DB6806;
}
.AnyTagClassName
{
color: #DB6806;
}
</style>
background-color css
<style>
a { background-color: #DB6806; }
a { background-color: rgb(219,104,6); }
div.DivClassName
{
background-color: #DB6806;
}
.BgClassName
{
background-color: #DB6806;
}
</style>
border-color css
<style>
span { border-color: #DB6806; }
span { border-color: rgb(219,104,6); }
td.TdClassName
{
border-color: #DB6806;
}
.TagClassName
{
border-color: #DB6806;
}
</style>