Shades of Mango Tango #DF6E0A
Tints of Mango Tango #DF6E0A
RGB
CMYK
RGB Variations
Color information
#DF6E0A (or 0xDF6E0A) is known color: Mango Tango. HEX triplet: DF, 6E and 0A. RGB value is (223,110,10). Sum of RGB (Red+Green+Blue) = 223+110+10=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6E0A is #2091F5. Grayscale: #848484. Windows color (decimal): -2134518 or 683743. OLE color: 683743.
HSL color Cylindrical-coordinate representation of color #DF6E0A: hue angle of 28.17º 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 #DF6E0A is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 110 | 10 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.13 |
| HSL | 28.17º | 0.91% | 0.46% | - |
| HSV(B) | 28.17º | 0.96% | 0.87% | - |
| XYZ | 36.06 | 26.86 | 3.57 | - |
| YUV | 132.39 | 58.94 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 10 | 0 | 0.51 | 0.96 | 0.13 | 28.17 | 0.91 | 0.46 |
| Hex | DF | 6E | A | 0 | 33 | 60 | D | 1C | 5B | 2E |
| Octal | 337 | 156 | 12 | 0 | 63 | 140 | 15 | 34 | 133 | 56 |
| Binary | 11011111 | 1101110 | 1010 | 0 | 110011 | 1100000 | 1101 | 11100 | 1011011 | 101110 |
Color Harmonies of #DF6E0A
Complementary color
Monochromatic Colors of #DF6E0A
Black with #DF6E0A
Text Example
Text Example
White with #DF6E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6E0A; }
p { color: rgb(223,110,10); }
H1.HeaderClassName
{
color: #DF6E0A;
}
.AnyTagClassName
{
color: #DF6E0A;
}
</style>
background-color css
<style>
a { background-color: #DF6E0A; }
a { background-color: rgb(223,110,10); }
div.DivClassName
{
background-color: #DF6E0A;
}
.BgClassName
{
background-color: #DF6E0A;
}
</style>
border-color css
<style>
span { border-color: #DF6E0A; }
span { border-color: rgb(223,110,10); }
td.TdClassName
{
border-color: #DF6E0A;
}
.TagClassName
{
border-color: #DF6E0A;
}
</style>