Shades of Mango Tango #DB6B05
Tints of Mango Tango #DB6B05
RGB
CMYK
RGB Variations
Color information
#DB6B05 (or 0xDB6B05) is known color: Mango Tango. HEX triplet: DB, 6B and 05. RGB value is (219,107,5). Sum of RGB (Red+Green+Blue) = 219+107+5=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6B05 is #2494FA. Grayscale: #818181. Windows color (decimal): -2397435 or 355291. OLE color: 355291.
HSL color Cylindrical-coordinate representation of color #DB6B05: hue angle of 28.6º 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 #DB6B05 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 107 | 5 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.14 |
| HSL | 28.6º | 0.96% | 0.44% | - |
| HSV(B) | 28.6º | 0.98% | 0.86% | - |
| XYZ | 34.5 | 25.59 | 3.26 | - |
| YUV | 128.86 | 58.11 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 5 | 0 | 0.51 | 0.98 | 0.14 | 28.6 | 0.96 | 0.44 |
| Hex | DB | 6B | 5 | 0 | 33 | 62 | E | 1D | 60 | 2C |
| Octal | 333 | 153 | 5 | 0 | 63 | 142 | 16 | 35 | 140 | 54 |
| Binary | 11011011 | 1101011 | 101 | 0 | 110011 | 1100010 | 1110 | 11101 | 1100000 | 101100 |
Color Harmonies of #DB6B05
Complementary color
Monochromatic Colors of #DB6B05
Black with #DB6B05
Text Example
Text Example
White with #DB6B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6B05; }
p { color: rgb(219,107,5); }
H1.HeaderClassName
{
color: #DB6B05;
}
.AnyTagClassName
{
color: #DB6B05;
}
</style>
background-color css
<style>
a { background-color: #DB6B05; }
a { background-color: rgb(219,107,5); }
div.DivClassName
{
background-color: #DB6B05;
}
.BgClassName
{
background-color: #DB6B05;
}
</style>
border-color css
<style>
span { border-color: #DB6B05; }
span { border-color: rgb(219,107,5); }
td.TdClassName
{
border-color: #DB6B05;
}
.TagClassName
{
border-color: #DB6B05;
}
</style>