Shades of Mango Tango #DB7C0E
Tints of Mango Tango #DB7C0E
RGB
CMYK
RGB Variations
Color information
#DB7C0E (or 0xDB7C0E) is known color: Mango Tango. HEX triplet: DB, 7C and 0E. RGB value is (219,124,14). Sum of RGB (Red+Green+Blue) = 219+124+14=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7C0E is #2483F1. Grayscale: #8C8C8C. Windows color (decimal): -2393074 or 949467. OLE color: 949467.
HSL color Cylindrical-coordinate representation of color #DB7C0E: hue angle of 32.2º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB7C0E is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 14 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.14 |
| HSL | 32.2º | 0.88% | 0.46% | - |
| HSV(B) | 32.2º | 0.94% | 0.86% | - |
| XYZ | 36.5 | 29.51 | 4.19 | - |
| YUV | 139.87 | 56.97 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 14 | 0 | 0.43 | 0.94 | 0.14 | 32.2 | 0.88 | 0.46 |
| Hex | DB | 7C | E | 0 | 2B | 5E | E | 20 | 58 | 2E |
| Octal | 333 | 174 | 16 | 0 | 53 | 136 | 16 | 40 | 130 | 56 |
| Binary | 11011011 | 1111100 | 1110 | 0 | 101011 | 1011110 | 1110 | 100000 | 1011000 | 101110 |
Color Harmonies of #DB7C0E
Complementary color
Monochromatic Colors of #DB7C0E
Black with #DB7C0E
Text Example
Text Example
White with #DB7C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C0E; }
p { color: rgb(219,124,14); }
H1.HeaderClassName
{
color: #DB7C0E;
}
.AnyTagClassName
{
color: #DB7C0E;
}
</style>
background-color css
<style>
a { background-color: #DB7C0E; }
a { background-color: rgb(219,124,14); }
div.DivClassName
{
background-color: #DB7C0E;
}
.BgClassName
{
background-color: #DB7C0E;
}
</style>
border-color css
<style>
span { border-color: #DB7C0E; }
span { border-color: rgb(219,124,14); }
td.TdClassName
{
border-color: #DB7C0E;
}
.TagClassName
{
border-color: #DB7C0E;
}
</style>