Shades of Mango Tango #DF700A
Tints of Mango Tango #DF700A
RGB
CMYK
RGB Variations
Color information
#DF700A (or 0xDF700A) is known color: Mango Tango. HEX triplet: DF, 70 and 0A. RGB value is (223,112,10). Sum of RGB (Red+Green+Blue) = 223+112+10=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF700A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF700A is #208FF5. Grayscale: #868686. Windows color (decimal): -2134006 or 684255. OLE color: 684255.
HSL color Cylindrical-coordinate representation of color #DF700A: hue angle of 28.73º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF700A is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 112 | 10 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.13 |
| HSL | 28.73º | 0.91% | 0.46% | - |
| HSV(B) | 28.73º | 0.96% | 0.87% | - |
| XYZ | 36.28 | 27.3 | 3.64 | - |
| YUV | 133.56 | 58.27 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 10 | 0 | 0.50 | 0.96 | 0.13 | 28.73 | 0.91 | 0.46 |
| Hex | DF | 70 | A | 0 | 32 | 60 | D | 1D | 5B | 2E |
| Octal | 337 | 160 | 12 | 0 | 62 | 140 | 15 | 35 | 133 | 56 |
| Binary | 11011111 | 1110000 | 1010 | 0 | 110010 | 1100000 | 1101 | 11101 | 1011011 | 101110 |
Color Harmonies of #DF700A
Complementary color
Monochromatic Colors of #DF700A
Black with #DF700A
Text Example
Text Example
White with #DF700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF700A; }
p { color: rgb(223,112,10); }
H1.HeaderClassName
{
color: #DF700A;
}
.AnyTagClassName
{
color: #DF700A;
}
</style>
background-color css
<style>
a { background-color: #DF700A; }
a { background-color: rgb(223,112,10); }
div.DivClassName
{
background-color: #DF700A;
}
.BgClassName
{
background-color: #DF700A;
}
</style>
border-color css
<style>
span { border-color: #DF700A; }
span { border-color: rgb(223,112,10); }
td.TdClassName
{
border-color: #DF700A;
}
.TagClassName
{
border-color: #DF700A;
}
</style>