Shades of Mango Tango #DB760F
Tints of Mango Tango #DB760F
RGB
CMYK
RGB Variations
Color information
#DB760F (or 0xDB760F) is known color: Mango Tango. HEX triplet: DB, 76 and 0F. RGB value is (219,118,15). Sum of RGB (Red+Green+Blue) = 219+118+15=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB760F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB760F is #2489F0. Grayscale: #888888. Windows color (decimal): -2394609 or 1013467. OLE color: 1013467.
HSL color Cylindrical-coordinate representation of color #DB760F: hue angle of 30.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB760F is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 15 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.14 |
| HSL | 30.29º | 0.87% | 0.46% | - |
| HSV(B) | 30.29º | 0.93% | 0.86% | - |
| XYZ | 35.78 | 28.05 | 3.98 | - |
| YUV | 136.46 | 59.46 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 15 | 0 | 0.46 | 0.93 | 0.14 | 30.29 | 0.87 | 0.46 |
| Hex | DB | 76 | F | 0 | 2E | 5D | E | 1E | 57 | 2E |
| Octal | 333 | 166 | 17 | 0 | 56 | 135 | 16 | 36 | 127 | 56 |
| Binary | 11011011 | 1110110 | 1111 | 0 | 101110 | 1011101 | 1110 | 11110 | 1010111 | 101110 |
Color Harmonies of #DB760F
Complementary color
Monochromatic Colors of #DB760F
Black with #DB760F
Text Example
Text Example
White with #DB760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB760F; }
p { color: rgb(219,118,15); }
H1.HeaderClassName
{
color: #DB760F;
}
.AnyTagClassName
{
color: #DB760F;
}
</style>
background-color css
<style>
a { background-color: #DB760F; }
a { background-color: rgb(219,118,15); }
div.DivClassName
{
background-color: #DB760F;
}
.BgClassName
{
background-color: #DB760F;
}
</style>
border-color css
<style>
span { border-color: #DB760F; }
span { border-color: rgb(219,118,15); }
td.TdClassName
{
border-color: #DB760F;
}
.TagClassName
{
border-color: #DB760F;
}
</style>