Shades of Mango Tango #DF640C
Tints of Mango Tango #DF640C
RGB
CMYK
RGB Variations
Color information
#DF640C (or 0xDF640C) is known color: Mango Tango. HEX triplet: DF, 64 and 0C. RGB value is (223,100,12). Sum of RGB (Red+Green+Blue) = 223+100+12=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF640C is #209BF3. Grayscale: #7F7F7F. Windows color (decimal): -2137076 or 812255. OLE color: 812255.
HSL color Cylindrical-coordinate representation of color #DF640C: hue angle of 25.02º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF640C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.13 |
| HSL | 25.02º | 0.9% | 0.46% | - |
| HSV(B) | 25.02º | 0.95% | 0.87% | - |
| XYZ | 35.05 | 24.83 | 3.29 | - |
| YUV | 126.75 | 63.25 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 12 | 0 | 0.55 | 0.95 | 0.13 | 25.02 | 0.9 | 0.46 |
| Hex | DF | 64 | C | 0 | 37 | 5F | D | 19 | 5A | 2E |
| Octal | 337 | 144 | 14 | 0 | 67 | 137 | 15 | 31 | 132 | 56 |
| Binary | 11011111 | 1100100 | 1100 | 0 | 110111 | 1011111 | 1101 | 11001 | 1011010 | 101110 |
Color Harmonies of #DF640C
Complementary color
Monochromatic Colors of #DF640C
Black with #DF640C
Text Example
Text Example
White with #DF640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF640C; }
p { color: rgb(223,100,12); }
H1.HeaderClassName
{
color: #DF640C;
}
.AnyTagClassName
{
color: #DF640C;
}
</style>
background-color css
<style>
a { background-color: #DF640C; }
a { background-color: rgb(223,100,12); }
div.DivClassName
{
background-color: #DF640C;
}
.BgClassName
{
background-color: #DF640C;
}
</style>
border-color css
<style>
span { border-color: #DF640C; }
span { border-color: rgb(223,100,12); }
td.TdClassName
{
border-color: #DF640C;
}
.TagClassName
{
border-color: #DF640C;
}
</style>