Shades of Mango Tango #DF8002
Tints of Mango Tango #DF8002
RGB
CMYK
RGB Variations
Color information
#DF8002 (or 0xDF8002) is known color: Mango Tango. HEX triplet: DF, 80 and 02. RGB value is (223,128,2). Sum of RGB (Red+Green+Blue) = 223+128+2=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8002 is #207FFD. Grayscale: #8E8E8E. Windows color (decimal): -2129918 or 164063. OLE color: 164063.
HSL color Cylindrical-coordinate representation of color #DF8002: hue angle of 34.21º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF8002 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 2 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.13 |
| HSL | 34.21º | 0.98% | 0.44% | - |
| HSV(B) | 34.21º | 0.99% | 0.87% | - |
| XYZ | 38.16 | 31.13 | 4.05 | - |
| YUV | 142.04 | 48.97 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 2 | 0 | 0.43 | 0.99 | 0.13 | 34.21 | 0.98 | 0.44 |
| Hex | DF | 80 | 2 | 0 | 2B | 63 | D | 22 | 62 | 2C |
| Octal | 337 | 200 | 2 | 0 | 53 | 143 | 15 | 42 | 142 | 54 |
| Binary | 11011111 | 10000000 | 10 | 0 | 101011 | 1100011 | 1101 | 100010 | 1100010 | 101100 |
Color Harmonies of #DF8002
Complementary color
Monochromatic Colors of #DF8002
Black with #DF8002
Text Example
Text Example
White with #DF8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8002; }
p { color: rgb(223,128,2); }
H1.HeaderClassName
{
color: #DF8002;
}
.AnyTagClassName
{
color: #DF8002;
}
</style>
background-color css
<style>
a { background-color: #DF8002; }
a { background-color: rgb(223,128,2); }
div.DivClassName
{
background-color: #DF8002;
}
.BgClassName
{
background-color: #DF8002;
}
</style>
border-color css
<style>
span { border-color: #DF8002; }
span { border-color: rgb(223,128,2); }
td.TdClassName
{
border-color: #DF8002;
}
.TagClassName
{
border-color: #DF8002;
}
</style>