Shades of Mango Tango #DF700D
Tints of Mango Tango #DF700D
RGB
CMYK
RGB Variations
Color information
#DF700D (or 0xDF700D) is known color: Mango Tango. HEX triplet: DF, 70 and 0D. RGB value is (223,112,13). Sum of RGB (Red+Green+Blue) = 223+112+13=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF700D is #208FF2. Grayscale: #868686. Windows color (decimal): -2134003 or 880863. OLE color: 880863.
HSL color Cylindrical-coordinate representation of color #DF700D: hue angle of 28.29º 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 #DF700D is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 13 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.13 |
| HSL | 28.29º | 0.89% | 0.46% | - |
| HSV(B) | 28.29º | 0.94% | 0.87% | - |
| XYZ | 36.3 | 27.31 | 3.74 | - |
| YUV | 133.9 | 59.77 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 13 | 0 | 0.50 | 0.94 | 0.13 | 28.29 | 0.89 | 0.46 |
| Hex | DF | 70 | D | 0 | 32 | 5E | D | 1C | 59 | 2E |
| Octal | 337 | 160 | 15 | 0 | 62 | 136 | 15 | 34 | 131 | 56 |
| Binary | 11011111 | 1110000 | 1101 | 0 | 110010 | 1011110 | 1101 | 11100 | 1011001 | 101110 |
Color Harmonies of #DF700D
Complementary color
Monochromatic Colors of #DF700D
Black with #DF700D
Text Example
Text Example
White with #DF700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF700D; }
p { color: rgb(223,112,13); }
H1.HeaderClassName
{
color: #DF700D;
}
.AnyTagClassName
{
color: #DF700D;
}
</style>
background-color css
<style>
a { background-color: #DF700D; }
a { background-color: rgb(223,112,13); }
div.DivClassName
{
background-color: #DF700D;
}
.BgClassName
{
background-color: #DF700D;
}
</style>
border-color css
<style>
span { border-color: #DF700D; }
span { border-color: rgb(223,112,13); }
td.TdClassName
{
border-color: #DF700D;
}
.TagClassName
{
border-color: #DF700D;
}
</style>