Shades of Mango Tango #DB7903
Tints of Mango Tango #DB7903
RGB
CMYK
RGB Variations
Color information
#DB7903 (or 0xDB7903) is known color: Mango Tango. HEX triplet: DB, 79 and 03. RGB value is (219,121,3). Sum of RGB (Red+Green+Blue) = 219+121+3=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7903 is #2486FC. Grayscale: #898989. Windows color (decimal): -2393853 or 227803. OLE color: 227803.
HSL color Cylindrical-coordinate representation of color #DB7903: hue angle of 32.78º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB7903 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 3 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.14 |
| HSL | 32.78º | 0.97% | 0.44% | - |
| HSV(B) | 32.78º | 0.99% | 0.86% | - |
| XYZ | 36.07 | 28.74 | 3.73 | - |
| YUV | 136.85 | 52.47 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 3 | 0 | 0.45 | 0.99 | 0.14 | 32.78 | 0.97 | 0.44 |
| Hex | DB | 79 | 3 | 0 | 2D | 63 | E | 21 | 61 | 2C |
| Octal | 333 | 171 | 3 | 0 | 55 | 143 | 16 | 41 | 141 | 54 |
| Binary | 11011011 | 1111001 | 11 | 0 | 101101 | 1100011 | 1110 | 100001 | 1100001 | 101100 |
Color Harmonies of #DB7903
Complementary color
Monochromatic Colors of #DB7903
Black with #DB7903
Text Example
Text Example
White with #DB7903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7903; }
p { color: rgb(219,121,3); }
H1.HeaderClassName
{
color: #DB7903;
}
.AnyTagClassName
{
color: #DB7903;
}
</style>
background-color css
<style>
a { background-color: #DB7903; }
a { background-color: rgb(219,121,3); }
div.DivClassName
{
background-color: #DB7903;
}
.BgClassName
{
background-color: #DB7903;
}
</style>
border-color css
<style>
span { border-color: #DB7903; }
span { border-color: rgb(219,121,3); }
td.TdClassName
{
border-color: #DB7903;
}
.TagClassName
{
border-color: #DB7903;
}
</style>