Shades of Mango Tango #DB7905
Tints of Mango Tango #DB7905
RGB
CMYK
RGB Variations
Color information
#DB7905 (or 0xDB7905) is known color: Mango Tango. HEX triplet: DB, 79 and 05. RGB value is (219,121,5). Sum of RGB (Red+Green+Blue) = 219+121+5=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7905 is #2486FA. Grayscale: #898989. Windows color (decimal): -2393851 or 358875. OLE color: 358875.
HSL color Cylindrical-coordinate representation of color #DB7905: hue angle of 32.52º 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 #DB7905 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 5 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.14 |
| HSL | 32.52º | 0.96% | 0.44% | - |
| HSV(B) | 32.52º | 0.98% | 0.86% | - |
| XYZ | 36.08 | 28.75 | 3.79 | - |
| YUV | 137.08 | 53.47 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 5 | 0 | 0.45 | 0.98 | 0.14 | 32.52 | 0.96 | 0.44 |
| Hex | DB | 79 | 5 | 0 | 2D | 62 | E | 21 | 60 | 2C |
| Octal | 333 | 171 | 5 | 0 | 55 | 142 | 16 | 41 | 140 | 54 |
| Binary | 11011011 | 1111001 | 101 | 0 | 101101 | 1100010 | 1110 | 100001 | 1100000 | 101100 |
Color Harmonies of #DB7905
Complementary color
Monochromatic Colors of #DB7905
Black with #DB7905
Text Example
Text Example
White with #DB7905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7905; }
p { color: rgb(219,121,5); }
H1.HeaderClassName
{
color: #DB7905;
}
.AnyTagClassName
{
color: #DB7905;
}
</style>
background-color css
<style>
a { background-color: #DB7905; }
a { background-color: rgb(219,121,5); }
div.DivClassName
{
background-color: #DB7905;
}
.BgClassName
{
background-color: #DB7905;
}
</style>
border-color css
<style>
span { border-color: #DB7905; }
span { border-color: rgb(219,121,5); }
td.TdClassName
{
border-color: #DB7905;
}
.TagClassName
{
border-color: #DB7905;
}
</style>