Shades of Mango Tango #DF8007
Tints of Mango Tango #DF8007
RGB
CMYK
RGB Variations
Color information
#DF8007 (or 0xDF8007) is known color: Mango Tango. HEX triplet: DF, 80 and 07. RGB value is (223,128,7). Sum of RGB (Red+Green+Blue) = 223+128+7=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 7 (3.12% from 255 or 1.96% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8007 is #207FF8. Grayscale: #8F8F8F. Windows color (decimal): -2129913 or 491743. OLE color: 491743.
HSL color Cylindrical-coordinate representation of color #DF8007: hue angle of 33.61º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF8007 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 7 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.13 |
| HSL | 33.61º | 0.94% | 0.45% | - |
| HSV(B) | 33.61º | 0.97% | 0.87% | - |
| XYZ | 38.19 | 31.14 | 4.2 | - |
| YUV | 142.61 | 51.47 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 7 | 0 | 0.43 | 0.97 | 0.13 | 33.61 | 0.94 | 0.45 |
| Hex | DF | 80 | 7 | 0 | 2B | 61 | D | 22 | 5E | 2D |
| Octal | 337 | 200 | 7 | 0 | 53 | 141 | 15 | 42 | 136 | 55 |
| Binary | 11011111 | 10000000 | 111 | 0 | 101011 | 1100001 | 1101 | 100010 | 1011110 | 101101 |
Color Harmonies of #DF8007
Complementary color
Monochromatic Colors of #DF8007
Black with #DF8007
Text Example
Text Example
White with #DF8007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8007; }
p { color: rgb(223,128,7); }
H1.HeaderClassName
{
color: #DF8007;
}
.AnyTagClassName
{
color: #DF8007;
}
</style>
background-color css
<style>
a { background-color: #DF8007; }
a { background-color: rgb(223,128,7); }
div.DivClassName
{
background-color: #DF8007;
}
.BgClassName
{
background-color: #DF8007;
}
</style>
border-color css
<style>
span { border-color: #DF8007; }
span { border-color: rgb(223,128,7); }
td.TdClassName
{
border-color: #DF8007;
}
.TagClassName
{
border-color: #DF8007;
}
</style>