Shades of Mango Tango #DF640B
Tints of Mango Tango #DF640B
RGB
CMYK
RGB Variations
Color information
#DF640B (or 0xDF640B) is known color: Mango Tango. HEX triplet: DF, 64 and 0B. RGB value is (223,100,11). Sum of RGB (Red+Green+Blue) = 223+100+11=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF640B is #209BF4. Grayscale: #7F7F7F. Windows color (decimal): -2137077 or 746719. OLE color: 746719.
HSL color Cylindrical-coordinate representation of color #DF640B: hue angle of 25.19º degrees, saturation: 0.91, 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 #DF640B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 11 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.13 |
| HSL | 25.19º | 0.91% | 0.46% | - |
| HSV(B) | 25.19º | 0.95% | 0.87% | - |
| XYZ | 35.05 | 24.83 | 3.26 | - |
| YUV | 126.63 | 62.75 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 11 | 0 | 0.55 | 0.95 | 0.13 | 25.19 | 0.91 | 0.46 |
| Hex | DF | 64 | B | 0 | 37 | 5F | D | 19 | 5B | 2E |
| Octal | 337 | 144 | 13 | 0 | 67 | 137 | 15 | 31 | 133 | 56 |
| Binary | 11011111 | 1100100 | 1011 | 0 | 110111 | 1011111 | 1101 | 11001 | 1011011 | 101110 |
Color Harmonies of #DF640B
Complementary color
Monochromatic Colors of #DF640B
Black with #DF640B
Text Example
Text Example
White with #DF640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF640B; }
p { color: rgb(223,100,11); }
H1.HeaderClassName
{
color: #DF640B;
}
.AnyTagClassName
{
color: #DF640B;
}
</style>
background-color css
<style>
a { background-color: #DF640B; }
a { background-color: rgb(223,100,11); }
div.DivClassName
{
background-color: #DF640B;
}
.BgClassName
{
background-color: #DF640B;
}
</style>
border-color css
<style>
span { border-color: #DF640B; }
span { border-color: rgb(223,100,11); }
td.TdClassName
{
border-color: #DF640B;
}
.TagClassName
{
border-color: #DF640B;
}
</style>