Shades of Mango Tango #DB6605
Tints of Mango Tango #DB6605
RGB
CMYK
RGB Variations
Color information
#DB6605 (or 0xDB6605) is known color: Mango Tango. HEX triplet: DB, 66 and 05. RGB value is (219,102,5). Sum of RGB (Red+Green+Blue) = 219+102+5=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6605 is #2499FA. Grayscale: #7E7E7E. Windows color (decimal): -2398715 or 354011. OLE color: 354011.
HSL color Cylindrical-coordinate representation of color #DB6605: hue angle of 27.2º 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 #DB6605 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 5 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.14 |
| HSL | 27.2º | 0.96% | 0.44% | - |
| HSV(B) | 27.2º | 0.98% | 0.86% | - |
| XYZ | 33.99 | 24.57 | 3.1 | - |
| YUV | 125.93 | 59.76 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 5 | 0 | 0.53 | 0.98 | 0.14 | 27.2 | 0.96 | 0.44 |
| Hex | DB | 66 | 5 | 0 | 35 | 62 | E | 1B | 60 | 2C |
| Octal | 333 | 146 | 5 | 0 | 65 | 142 | 16 | 33 | 140 | 54 |
| Binary | 11011011 | 1100110 | 101 | 0 | 110101 | 1100010 | 1110 | 11011 | 1100000 | 101100 |
Color Harmonies of #DB6605
Complementary color
Monochromatic Colors of #DB6605
Black with #DB6605
Text Example
Text Example
White with #DB6605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6605; }
p { color: rgb(219,102,5); }
H1.HeaderClassName
{
color: #DB6605;
}
.AnyTagClassName
{
color: #DB6605;
}
</style>
background-color css
<style>
a { background-color: #DB6605; }
a { background-color: rgb(219,102,5); }
div.DivClassName
{
background-color: #DB6605;
}
.BgClassName
{
background-color: #DB6605;
}
</style>
border-color css
<style>
span { border-color: #DB6605; }
span { border-color: rgb(219,102,5); }
td.TdClassName
{
border-color: #DB6605;
}
.TagClassName
{
border-color: #DB6605;
}
</style>