Shades of Mango Tango #DB6705
Tints of Mango Tango #DB6705
RGB
CMYK
RGB Variations
Color information
#DB6705 (or 0xDB6705) is known color: Mango Tango. HEX triplet: DB, 67 and 05. RGB value is (219,103,5). Sum of RGB (Red+Green+Blue) = 219+103+5=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6705 is #2498FA. Grayscale: #7F7F7F. Windows color (decimal): -2398459 or 354267. OLE color: 354267.
HSL color Cylindrical-coordinate representation of color #DB6705: hue angle of 27.48º 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 #DB6705 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 5 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.14 |
| HSL | 27.48º | 0.96% | 0.44% | - |
| HSV(B) | 27.48º | 0.98% | 0.86% | - |
| XYZ | 34.09 | 24.77 | 3.13 | - |
| YUV | 126.51 | 59.43 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 5 | 0 | 0.53 | 0.98 | 0.14 | 27.48 | 0.96 | 0.44 |
| Hex | DB | 67 | 5 | 0 | 35 | 62 | E | 1B | 60 | 2C |
| Octal | 333 | 147 | 5 | 0 | 65 | 142 | 16 | 33 | 140 | 54 |
| Binary | 11011011 | 1100111 | 101 | 0 | 110101 | 1100010 | 1110 | 11011 | 1100000 | 101100 |
Color Harmonies of #DB6705
Complementary color
Monochromatic Colors of #DB6705
Black with #DB6705
Text Example
Text Example
White with #DB6705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6705; }
p { color: rgb(219,103,5); }
H1.HeaderClassName
{
color: #DB6705;
}
.AnyTagClassName
{
color: #DB6705;
}
</style>
background-color css
<style>
a { background-color: #DB6705; }
a { background-color: rgb(219,103,5); }
div.DivClassName
{
background-color: #DB6705;
}
.BgClassName
{
background-color: #DB6705;
}
</style>
border-color css
<style>
span { border-color: #DB6705; }
span { border-color: rgb(219,103,5); }
td.TdClassName
{
border-color: #DB6705;
}
.TagClassName
{
border-color: #DB6705;
}
</style>