Shades of Mango Tango #DF8211
Tints of Mango Tango #DF8211
RGB
CMYK
RGB Variations
Color information
#DF8211 (or 0xDF8211) is known color: Mango Tango. HEX triplet: DF, 82 and 11. RGB value is (223,130,17). Sum of RGB (Red+Green+Blue) = 223+130+17=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8211 is #207DEE. Grayscale: #919191. Windows color (decimal): -2129391 or 1147615. OLE color: 1147615.
HSL color Cylindrical-coordinate representation of color #DF8211: hue angle of 32.91º 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 #DF8211 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 17 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.13 |
| HSL | 32.91º | 0.86% | 0.47% | - |
| HSV(B) | 32.91º | 0.92% | 0.87% | - |
| XYZ | 38.52 | 31.69 | 4.62 | - |
| YUV | 144.93 | 55.81 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 17 | 0 | 0.42 | 0.92 | 0.13 | 32.91 | 0.86 | 0.47 |
| Hex | DF | 82 | 11 | 0 | 2A | 5C | D | 21 | 56 | 2F |
| Octal | 337 | 202 | 21 | 0 | 52 | 134 | 15 | 41 | 126 | 57 |
| Binary | 11011111 | 10000010 | 10001 | 0 | 101010 | 1011100 | 1101 | 100001 | 1010110 | 101111 |
Color Harmonies of #DF8211
Complementary color
Monochromatic Colors of #DF8211
Black with #DF8211
Text Example
Text Example
White with #DF8211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8211; }
p { color: rgb(223,130,17); }
H1.HeaderClassName
{
color: #DF8211;
}
.AnyTagClassName
{
color: #DF8211;
}
</style>
background-color css
<style>
a { background-color: #DF8211; }
a { background-color: rgb(223,130,17); }
div.DivClassName
{
background-color: #DF8211;
}
.BgClassName
{
background-color: #DF8211;
}
</style>
border-color css
<style>
span { border-color: #DF8211; }
span { border-color: rgb(223,130,17); }
td.TdClassName
{
border-color: #DF8211;
}
.TagClassName
{
border-color: #DF8211;
}
</style>