Shades of Mango Tango #DF7711
Tints of Mango Tango #DF7711
RGB
CMYK
RGB Variations
Color information
#DF7711 (or 0xDF7711) is known color: Mango Tango. HEX triplet: DF, 77 and 11. RGB value is (223,119,17). Sum of RGB (Red+Green+Blue) = 223+119+17=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7711 is #2088EE. Grayscale: #8A8A8A. Windows color (decimal): -2132207 or 1144799. OLE color: 1144799.
HSL color Cylindrical-coordinate representation of color #DF7711: hue angle of 29.71º 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 #DF7711 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 17 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.13 |
| HSL | 29.71º | 0.86% | 0.47% | - |
| HSV(B) | 29.71º | 0.92% | 0.87% | - |
| XYZ | 37.13 | 28.92 | 4.16 | - |
| YUV | 138.47 | 59.46 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 17 | 0 | 0.47 | 0.92 | 0.13 | 29.71 | 0.86 | 0.47 |
| Hex | DF | 77 | 11 | 0 | 2F | 5C | D | 1E | 56 | 2F |
| Octal | 337 | 167 | 21 | 0 | 57 | 134 | 15 | 36 | 126 | 57 |
| Binary | 11011111 | 1110111 | 10001 | 0 | 101111 | 1011100 | 1101 | 11110 | 1010110 | 101111 |
Color Harmonies of #DF7711
Complementary color
Monochromatic Colors of #DF7711
Black with #DF7711
Text Example
Text Example
White with #DF7711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7711; }
p { color: rgb(223,119,17); }
H1.HeaderClassName
{
color: #DF7711;
}
.AnyTagClassName
{
color: #DF7711;
}
</style>
background-color css
<style>
a { background-color: #DF7711; }
a { background-color: rgb(223,119,17); }
div.DivClassName
{
background-color: #DF7711;
}
.BgClassName
{
background-color: #DF7711;
}
</style>
border-color css
<style>
span { border-color: #DF7711; }
span { border-color: rgb(223,119,17); }
td.TdClassName
{
border-color: #DF7711;
}
.TagClassName
{
border-color: #DF7711;
}
</style>