Shades of Mango Tango #DB790F
Tints of Mango Tango #DB790F
RGB
CMYK
RGB Variations
Color information
#DB790F (or 0xDB790F) is known color: Mango Tango. HEX triplet: DB, 79 and 0F. RGB value is (219,121,15). Sum of RGB (Red+Green+Blue) = 219+121+15=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB790F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB790F is #2486F0. Grayscale: #8A8A8A. Windows color (decimal): -2393841 or 1014235. OLE color: 1014235.
HSL color Cylindrical-coordinate representation of color #DB790F: hue angle of 31.18º 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 #DB790F is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 15 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.14 |
| HSL | 31.18º | 0.87% | 0.46% | - |
| HSV(B) | 31.18º | 0.93% | 0.86% | - |
| XYZ | 36.14 | 28.77 | 4.1 | - |
| YUV | 138.22 | 58.47 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 15 | 0 | 0.45 | 0.93 | 0.14 | 31.18 | 0.87 | 0.46 |
| Hex | DB | 79 | F | 0 | 2D | 5D | E | 1F | 57 | 2E |
| Octal | 333 | 171 | 17 | 0 | 55 | 135 | 16 | 37 | 127 | 56 |
| Binary | 11011011 | 1111001 | 1111 | 0 | 101101 | 1011101 | 1110 | 11111 | 1010111 | 101110 |
Color Harmonies of #DB790F
Complementary color
Monochromatic Colors of #DB790F
Black with #DB790F
Text Example
Text Example
White with #DB790F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB790F; }
p { color: rgb(219,121,15); }
H1.HeaderClassName
{
color: #DB790F;
}
.AnyTagClassName
{
color: #DB790F;
}
</style>
background-color css
<style>
a { background-color: #DB790F; }
a { background-color: rgb(219,121,15); }
div.DivClassName
{
background-color: #DB790F;
}
.BgClassName
{
background-color: #DB790F;
}
</style>
border-color css
<style>
span { border-color: #DB790F; }
span { border-color: rgb(219,121,15); }
td.TdClassName
{
border-color: #DB790F;
}
.TagClassName
{
border-color: #DB790F;
}
</style>