Shades of Mango Tango #DB7100
Tints of Mango Tango #DB7100
RGB
CMYK
RGB Variations
Color information
#DB7100 (or 0xDB7100) is known color: Mango Tango. HEX triplet: DB, 71 and 00. RGB value is (219,113,0). Sum of RGB (Red+Green+Blue) = 219+113+0=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7100 is #248EFF. Grayscale: #848484. Windows color (decimal): -2395904 or 29147. OLE color: 29147.
HSL color Cylindrical-coordinate representation of color #DB7100: hue angle of 30.96º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB7100 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.14 |
| HSL | 30.96º | 1% | 0.43% | - |
| HSV(B) | 30.96º | 1% | 0.86% | - |
| XYZ | 35.12 | 26.87 | 3.34 | - |
| YUV | 131.81 | 53.62 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 0 | 0 | 0.48 | 1 | 0.14 | 30.96 | 1 | 0.43 |
| Hex | DB | 71 | 0 | 0 | 30 | 64 | E | 1F | 64 | 2B |
| Octal | 333 | 161 | 0 | 0 | 60 | 144 | 16 | 37 | 144 | 53 |
| Binary | 11011011 | 1110001 | 0 | 0 | 110000 | 1100100 | 1110 | 11111 | 1100100 | 101011 |
Color Harmonies of #DB7100
Complementary color
Monochromatic Colors of #DB7100
Black with #DB7100
Text Example
Text Example
White with #DB7100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7100; }
p { color: rgb(219,113,0); }
H1.HeaderClassName
{
color: #DB7100;
}
.AnyTagClassName
{
color: #DB7100;
}
</style>
background-color css
<style>
a { background-color: #DB7100; }
a { background-color: rgb(219,113,0); }
div.DivClassName
{
background-color: #DB7100;
}
.BgClassName
{
background-color: #DB7100;
}
</style>
border-color css
<style>
span { border-color: #DB7100; }
span { border-color: rgb(219,113,0); }
td.TdClassName
{
border-color: #DB7100;
}
.TagClassName
{
border-color: #DB7100;
}
</style>