Shades of Mango Tango #DF640A
Tints of Mango Tango #DF640A
RGB
CMYK
RGB Variations
Color information
#DF640A (or 0xDF640A) is known color: Mango Tango. HEX triplet: DF, 64 and 0A. RGB value is (223,100,10). Sum of RGB (Red+Green+Blue) = 223+100+10=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF640A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF640A is #209BF5. Grayscale: #7E7E7E. Windows color (decimal): -2137078 or 681183. OLE color: 681183.
HSL color Cylindrical-coordinate representation of color #DF640A: hue angle of 25.35º 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 #DF640A is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 10 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.13 |
| HSL | 25.35º | 0.91% | 0.46% | - |
| HSV(B) | 25.35º | 0.96% | 0.87% | - |
| XYZ | 35.04 | 24.82 | 3.23 | - |
| YUV | 126.52 | 62.25 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 10 | 0 | 0.55 | 0.96 | 0.13 | 25.35 | 0.91 | 0.46 |
| Hex | DF | 64 | A | 0 | 37 | 60 | D | 19 | 5B | 2E |
| Octal | 337 | 144 | 12 | 0 | 67 | 140 | 15 | 31 | 133 | 56 |
| Binary | 11011111 | 1100100 | 1010 | 0 | 110111 | 1100000 | 1101 | 11001 | 1011011 | 101110 |
Color Harmonies of #DF640A
Complementary color
Monochromatic Colors of #DF640A
Black with #DF640A
Text Example
Text Example
White with #DF640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF640A; }
p { color: rgb(223,100,10); }
H1.HeaderClassName
{
color: #DF640A;
}
.AnyTagClassName
{
color: #DF640A;
}
</style>
background-color css
<style>
a { background-color: #DF640A; }
a { background-color: rgb(223,100,10); }
div.DivClassName
{
background-color: #DF640A;
}
.BgClassName
{
background-color: #DF640A;
}
</style>
border-color css
<style>
span { border-color: #DF640A; }
span { border-color: rgb(223,100,10); }
td.TdClassName
{
border-color: #DF640A;
}
.TagClassName
{
border-color: #DF640A;
}
</style>