Shades of Mango Tango #DF720E
Tints of Mango Tango #DF720E
RGB
CMYK
RGB Variations
Color information
#DF720E (or 0xDF720E) is known color: Mango Tango. HEX triplet: DF, 72 and 0E. RGB value is (223,114,14). Sum of RGB (Red+Green+Blue) = 223+114+14=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF720E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF720E is #208DF1. Grayscale: #878787. Windows color (decimal): -2133490 or 946911. OLE color: 946911.
HSL color Cylindrical-coordinate representation of color #DF720E: hue angle of 28.71º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF720E is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 14 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.13 |
| HSL | 28.71º | 0.88% | 0.46% | - |
| HSV(B) | 28.71º | 0.94% | 0.87% | - |
| XYZ | 36.53 | 27.75 | 3.85 | - |
| YUV | 135.19 | 59.61 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 14 | 0 | 0.49 | 0.94 | 0.13 | 28.71 | 0.88 | 0.46 |
| Hex | DF | 72 | E | 0 | 31 | 5E | D | 1D | 58 | 2E |
| Octal | 337 | 162 | 16 | 0 | 61 | 136 | 15 | 35 | 130 | 56 |
| Binary | 11011111 | 1110010 | 1110 | 0 | 110001 | 1011110 | 1101 | 11101 | 1011000 | 101110 |
Color Harmonies of #DF720E
Complementary color
Monochromatic Colors of #DF720E
Black with #DF720E
Text Example
Text Example
White with #DF720E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF720E; }
p { color: rgb(223,114,14); }
H1.HeaderClassName
{
color: #DF720E;
}
.AnyTagClassName
{
color: #DF720E;
}
</style>
background-color css
<style>
a { background-color: #DF720E; }
a { background-color: rgb(223,114,14); }
div.DivClassName
{
background-color: #DF720E;
}
.BgClassName
{
background-color: #DF720E;
}
</style>
border-color css
<style>
span { border-color: #DF720E; }
span { border-color: rgb(223,114,14); }
td.TdClassName
{
border-color: #DF720E;
}
.TagClassName
{
border-color: #DF720E;
}
</style>