Shades of Mango Tango #DF8000
Tints of Mango Tango #DF8000
RGB
CMYK
RGB Variations
Color information
#DF8000 (or 0xDF8000) is known color: Mango Tango. HEX triplet: DF, 80 and 00. RGB value is (223,128,0). Sum of RGB (Red+Green+Blue) = 223+128+0=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8000 is #207FFF. Grayscale: #8E8E8E. Windows color (decimal): -2129920 or 32991. OLE color: 32991.
HSL color Cylindrical-coordinate representation of color #DF8000: hue angle of 34.44º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF8000 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.13 |
| HSL | 34.44º | 1% | 0.44% | - |
| HSV(B) | 34.44º | 1% | 0.87% | - |
| XYZ | 38.15 | 31.13 | 4 | - |
| YUV | 141.81 | 47.97 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 0 | 0 | 0.43 | 1 | 0.13 | 34.44 | 1 | 0.44 |
| Hex | DF | 80 | 0 | 0 | 2B | 64 | D | 22 | 64 | 2C |
| Octal | 337 | 200 | 0 | 0 | 53 | 144 | 15 | 42 | 144 | 54 |
| Binary | 11011111 | 10000000 | 0 | 0 | 101011 | 1100100 | 1101 | 100010 | 1100100 | 101100 |
Color Harmonies of #DF8000
Complementary color
Monochromatic Colors of #DF8000
Black with #DF8000
Text Example
Text Example
White with #DF8000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8000; }
p { color: rgb(223,128,0); }
H1.HeaderClassName
{
color: #DF8000;
}
.AnyTagClassName
{
color: #DF8000;
}
</style>
background-color css
<style>
a { background-color: #DF8000; }
a { background-color: rgb(223,128,0); }
div.DivClassName
{
background-color: #DF8000;
}
.BgClassName
{
background-color: #DF8000;
}
</style>
border-color css
<style>
span { border-color: #DF8000; }
span { border-color: rgb(223,128,0); }
td.TdClassName
{
border-color: #DF8000;
}
.TagClassName
{
border-color: #DF8000;
}
</style>