Shades of Mango Tango #DF710D
Tints of Mango Tango #DF710D
RGB
CMYK
RGB Variations
Color information
#DF710D (or 0xDF710D) is known color: Mango Tango. HEX triplet: DF, 71 and 0D. RGB value is (223,113,13). Sum of RGB (Red+Green+Blue) = 223+113+13=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF710D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF710D is #208EF2. Grayscale: #878787. Windows color (decimal): -2133747 or 881119. OLE color: 881119.
HSL color Cylindrical-coordinate representation of color #DF710D: hue angle of 28.57º degrees, saturation: 0.89, 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 #DF710D is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 113 | 13 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.13 |
| HSL | 28.57º | 0.89% | 0.46% | - |
| HSV(B) | 28.57º | 0.94% | 0.87% | - |
| XYZ | 36.41 | 27.53 | 3.78 | - |
| YUV | 134.49 | 59.44 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 13 | 0 | 0.49 | 0.94 | 0.13 | 28.57 | 0.89 | 0.46 |
| Hex | DF | 71 | D | 0 | 31 | 5E | D | 1D | 59 | 2E |
| Octal | 337 | 161 | 15 | 0 | 61 | 136 | 15 | 35 | 131 | 56 |
| Binary | 11011111 | 1110001 | 1101 | 0 | 110001 | 1011110 | 1101 | 11101 | 1011001 | 101110 |
Color Harmonies of #DF710D
Complementary color
Monochromatic Colors of #DF710D
Black with #DF710D
Text Example
Text Example
White with #DF710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF710D; }
p { color: rgb(223,113,13); }
H1.HeaderClassName
{
color: #DF710D;
}
.AnyTagClassName
{
color: #DF710D;
}
</style>
background-color css
<style>
a { background-color: #DF710D; }
a { background-color: rgb(223,113,13); }
div.DivClassName
{
background-color: #DF710D;
}
.BgClassName
{
background-color: #DF710D;
}
</style>
border-color css
<style>
span { border-color: #DF710D; }
span { border-color: rgb(223,113,13); }
td.TdClassName
{
border-color: #DF710D;
}
.TagClassName
{
border-color: #DF710D;
}
</style>