Shades of Mango Tango #DF6E05
Tints of Mango Tango #DF6E05
RGB
CMYK
RGB Variations
Color information
#DF6E05 (or 0xDF6E05) is known color: Mango Tango. HEX triplet: DF, 6E and 05. RGB value is (223,110,5). Sum of RGB (Red+Green+Blue) = 223+110+5=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6E05 is #2091FA. Grayscale: #848484. Windows color (decimal): -2134523 or 356063. OLE color: 356063.
HSL color Cylindrical-coordinate representation of color #DF6E05: hue angle of 28.9º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF6E05 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 110 | 5 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.13 |
| HSL | 28.9º | 0.96% | 0.45% | - |
| HSV(B) | 28.9º | 0.98% | 0.87% | - |
| XYZ | 36.03 | 26.85 | 3.43 | - |
| YUV | 131.82 | 56.44 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 5 | 0 | 0.51 | 0.98 | 0.13 | 28.9 | 0.96 | 0.45 |
| Hex | DF | 6E | 5 | 0 | 33 | 62 | D | 1D | 60 | 2D |
| Octal | 337 | 156 | 5 | 0 | 63 | 142 | 15 | 35 | 140 | 55 |
| Binary | 11011111 | 1101110 | 101 | 0 | 110011 | 1100010 | 1101 | 11101 | 1100000 | 101101 |
Color Harmonies of #DF6E05
Complementary color
Monochromatic Colors of #DF6E05
Black with #DF6E05
Text Example
Text Example
White with #DF6E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6E05; }
p { color: rgb(223,110,5); }
H1.HeaderClassName
{
color: #DF6E05;
}
.AnyTagClassName
{
color: #DF6E05;
}
</style>
background-color css
<style>
a { background-color: #DF6E05; }
a { background-color: rgb(223,110,5); }
div.DivClassName
{
background-color: #DF6E05;
}
.BgClassName
{
background-color: #DF6E05;
}
</style>
border-color css
<style>
span { border-color: #DF6E05; }
span { border-color: rgb(223,110,5); }
td.TdClassName
{
border-color: #DF6E05;
}
.TagClassName
{
border-color: #DF6E05;
}
</style>