Shades of Mango Tango #DB7701
Tints of Mango Tango #DB7701
RGB
CMYK
RGB Variations
Color information
#DB7701 (or 0xDB7701) is known color: Mango Tango. HEX triplet: DB, 77 and 01. RGB value is (219,119,1). Sum of RGB (Red+Green+Blue) = 219+119+1=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7701 is #2488FE. Grayscale: #888888. Windows color (decimal): -2394367 or 96219. OLE color: 96219.
HSL color Cylindrical-coordinate representation of color #DB7701: hue angle of 32.48º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB7701 is Cyan = 0, Magento = 0.46, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 1 | - |
| CMYK | 0 | 0.46 | 1.00 | 0.14 |
| HSL | 32.48º | 0.99% | 0.43% | - |
| HSV(B) | 32.48º | 1% | 0.86% | - |
| XYZ | 35.82 | 28.26 | 3.59 | - |
| YUV | 135.45 | 52.13 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 1 | 0 | 0.46 | 1.00 | 0.14 | 32.48 | 0.99 | 0.43 |
| Hex | DB | 77 | 1 | 0 | 2E | 64 | E | 20 | 63 | 2B |
| Octal | 333 | 167 | 1 | 0 | 56 | 144 | 16 | 40 | 143 | 53 |
| Binary | 11011011 | 1110111 | 1 | 0 | 101110 | 1100100 | 1110 | 100000 | 1100011 | 101011 |
Color Harmonies of #DB7701
Complementary color
Monochromatic Colors of #DB7701
Black with #DB7701
Text Example
Text Example
White with #DB7701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7701; }
p { color: rgb(219,119,1); }
H1.HeaderClassName
{
color: #DB7701;
}
.AnyTagClassName
{
color: #DB7701;
}
</style>
background-color css
<style>
a { background-color: #DB7701; }
a { background-color: rgb(219,119,1); }
div.DivClassName
{
background-color: #DB7701;
}
.BgClassName
{
background-color: #DB7701;
}
</style>
border-color css
<style>
span { border-color: #DB7701; }
span { border-color: rgb(219,119,1); }
td.TdClassName
{
border-color: #DB7701;
}
.TagClassName
{
border-color: #DB7701;
}
</style>