Shades of Mango Tango #DB6805
Tints of Mango Tango #DB6805
RGB
CMYK
RGB Variations
Color information
#DB6805 (or 0xDB6805) is known color: Mango Tango. HEX triplet: DB, 68 and 05. RGB value is (219,104,5). Sum of RGB (Red+Green+Blue) = 219+104+5=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6805 is #2497FA. Grayscale: #7F7F7F. Windows color (decimal): -2398203 or 354523. OLE color: 354523.
HSL color Cylindrical-coordinate representation of color #DB6805: hue angle of 27.76º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB6805 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 5 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.14 |
| HSL | 27.76º | 0.96% | 0.44% | - |
| HSV(B) | 27.76º | 0.98% | 0.86% | - |
| XYZ | 34.19 | 24.97 | 3.16 | - |
| YUV | 127.1 | 59.1 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 5 | 0 | 0.53 | 0.98 | 0.14 | 27.76 | 0.96 | 0.44 |
| Hex | DB | 68 | 5 | 0 | 35 | 62 | E | 1C | 60 | 2C |
| Octal | 333 | 150 | 5 | 0 | 65 | 142 | 16 | 34 | 140 | 54 |
| Binary | 11011011 | 1101000 | 101 | 0 | 110101 | 1100010 | 1110 | 11100 | 1100000 | 101100 |
Color Harmonies of #DB6805
Complementary color
Monochromatic Colors of #DB6805
Black with #DB6805
Text Example
Text Example
White with #DB6805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6805; }
p { color: rgb(219,104,5); }
H1.HeaderClassName
{
color: #DB6805;
}
.AnyTagClassName
{
color: #DB6805;
}
</style>
background-color css
<style>
a { background-color: #DB6805; }
a { background-color: rgb(219,104,5); }
div.DivClassName
{
background-color: #DB6805;
}
.BgClassName
{
background-color: #DB6805;
}
</style>
border-color css
<style>
span { border-color: #DB6805; }
span { border-color: rgb(219,104,5); }
td.TdClassName
{
border-color: #DB6805;
}
.TagClassName
{
border-color: #DB6805;
}
</style>