Shades of Mango Tango #DB7705
Tints of Mango Tango #DB7705
RGB
CMYK
RGB Variations
Color information
#DB7705 (or 0xDB7705) is known color: Mango Tango. HEX triplet: DB, 77 and 05. RGB value is (219,119,5). Sum of RGB (Red+Green+Blue) = 219+119+5=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7705 is #2488FA. Grayscale: #888888. Windows color (decimal): -2394363 or 358363. OLE color: 358363.
HSL color Cylindrical-coordinate representation of color #DB7705: hue angle of 31.96º 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 #DB7705 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 5 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.14 |
| HSL | 31.96º | 0.96% | 0.44% | - |
| HSV(B) | 31.96º | 0.98% | 0.86% | - |
| XYZ | 35.84 | 28.26 | 3.71 | - |
| YUV | 135.9 | 54.13 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 5 | 0 | 0.46 | 0.98 | 0.14 | 31.96 | 0.96 | 0.44 |
| Hex | DB | 77 | 5 | 0 | 2E | 62 | E | 20 | 60 | 2C |
| Octal | 333 | 167 | 5 | 0 | 56 | 142 | 16 | 40 | 140 | 54 |
| Binary | 11011011 | 1110111 | 101 | 0 | 101110 | 1100010 | 1110 | 100000 | 1100000 | 101100 |
Color Harmonies of #DB7705
Complementary color
Monochromatic Colors of #DB7705
Black with #DB7705
Text Example
Text Example
White with #DB7705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7705; }
p { color: rgb(219,119,5); }
H1.HeaderClassName
{
color: #DB7705;
}
.AnyTagClassName
{
color: #DB7705;
}
</style>
background-color css
<style>
a { background-color: #DB7705; }
a { background-color: rgb(219,119,5); }
div.DivClassName
{
background-color: #DB7705;
}
.BgClassName
{
background-color: #DB7705;
}
</style>
border-color css
<style>
span { border-color: #DB7705; }
span { border-color: rgb(219,119,5); }
td.TdClassName
{
border-color: #DB7705;
}
.TagClassName
{
border-color: #DB7705;
}
</style>