Shades of Mango Tango #DF800E
Tints of Mango Tango #DF800E
RGB
CMYK
RGB Variations
Color information
#DF800E (or 0xDF800E) is known color: Mango Tango. HEX triplet: DF, 80 and 0E. RGB value is (223,128,14). Sum of RGB (Red+Green+Blue) = 223+128+14=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF800E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF800E is #207FF1. Grayscale: #8F8F8F. Windows color (decimal): -2129906 or 950495. OLE color: 950495.
HSL color Cylindrical-coordinate representation of color #DF800E: hue angle of 32.73º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF800E is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 14 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.13 |
| HSL | 32.73º | 0.88% | 0.46% | - |
| HSV(B) | 32.73º | 0.94% | 0.87% | - |
| XYZ | 38.23 | 31.16 | 4.41 | - |
| YUV | 143.41 | 54.97 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 14 | 0 | 0.43 | 0.94 | 0.13 | 32.73 | 0.88 | 0.46 |
| Hex | DF | 80 | E | 0 | 2B | 5E | D | 21 | 58 | 2E |
| Octal | 337 | 200 | 16 | 0 | 53 | 136 | 15 | 41 | 130 | 56 |
| Binary | 11011111 | 10000000 | 1110 | 0 | 101011 | 1011110 | 1101 | 100001 | 1011000 | 101110 |
Color Harmonies of #DF800E
Complementary color
Monochromatic Colors of #DF800E
Black with #DF800E
Text Example
Text Example
White with #DF800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF800E; }
p { color: rgb(223,128,14); }
H1.HeaderClassName
{
color: #DF800E;
}
.AnyTagClassName
{
color: #DF800E;
}
</style>
background-color css
<style>
a { background-color: #DF800E; }
a { background-color: rgb(223,128,14); }
div.DivClassName
{
background-color: #DF800E;
}
.BgClassName
{
background-color: #DF800E;
}
</style>
border-color css
<style>
span { border-color: #DF800E; }
span { border-color: rgb(223,128,14); }
td.TdClassName
{
border-color: #DF800E;
}
.TagClassName
{
border-color: #DF800E;
}
</style>