Shades of Mango Tango #DF7411
Tints of Mango Tango #DF7411
RGB
CMYK
RGB Variations
Color information
#DF7411 (or 0xDF7411) is known color: Mango Tango. HEX triplet: DF, 74 and 11. RGB value is (223,116,17). Sum of RGB (Red+Green+Blue) = 223+116+17=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7411 is #208BEE. Grayscale: #898989. Windows color (decimal): -2132975 or 1144031. OLE color: 1144031.
HSL color Cylindrical-coordinate representation of color #DF7411: hue angle of 28.83º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF7411 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 17 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.13 |
| HSL | 28.83º | 0.86% | 0.47% | - |
| HSV(B) | 28.83º | 0.92% | 0.87% | - |
| XYZ | 36.78 | 28.22 | 4.04 | - |
| YUV | 136.71 | 60.45 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 17 | 0 | 0.48 | 0.92 | 0.13 | 28.83 | 0.86 | 0.47 |
| Hex | DF | 74 | 11 | 0 | 30 | 5C | D | 1D | 56 | 2F |
| Octal | 337 | 164 | 21 | 0 | 60 | 134 | 15 | 35 | 126 | 57 |
| Binary | 11011111 | 1110100 | 10001 | 0 | 110000 | 1011100 | 1101 | 11101 | 1010110 | 101111 |
Color Harmonies of #DF7411
Complementary color
Monochromatic Colors of #DF7411
Black with #DF7411
Text Example
Text Example
White with #DF7411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7411; }
p { color: rgb(223,116,17); }
H1.HeaderClassName
{
color: #DF7411;
}
.AnyTagClassName
{
color: #DF7411;
}
</style>
background-color css
<style>
a { background-color: #DF7411; }
a { background-color: rgb(223,116,17); }
div.DivClassName
{
background-color: #DF7411;
}
.BgClassName
{
background-color: #DF7411;
}
</style>
border-color css
<style>
span { border-color: #DF7411; }
span { border-color: rgb(223,116,17); }
td.TdClassName
{
border-color: #DF7411;
}
.TagClassName
{
border-color: #DF7411;
}
</style>