Shades of Mango Tango #DF8011
Tints of Mango Tango #DF8011
RGB
CMYK
RGB Variations
Color information
#DF8011 (or 0xDF8011) is known color: Mango Tango. HEX triplet: DF, 80 and 11. RGB value is (223,128,17). Sum of RGB (Red+Green+Blue) = 223+128+17=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8011 is #207FEE. Grayscale: #909090. Windows color (decimal): -2129903 or 1147103. OLE color: 1147103.
HSL color Cylindrical-coordinate representation of color #DF8011: hue angle of 32.33º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF8011 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 17 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.13 |
| HSL | 32.33º | 0.86% | 0.47% | - |
| HSV(B) | 32.33º | 0.92% | 0.87% | - |
| XYZ | 38.25 | 31.17 | 4.53 | - |
| YUV | 143.75 | 56.47 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 17 | 0 | 0.43 | 0.92 | 0.13 | 32.33 | 0.86 | 0.47 |
| Hex | DF | 80 | 11 | 0 | 2B | 5C | D | 20 | 56 | 2F |
| Octal | 337 | 200 | 21 | 0 | 53 | 134 | 15 | 40 | 126 | 57 |
| Binary | 11011111 | 10000000 | 10001 | 0 | 101011 | 1011100 | 1101 | 100000 | 1010110 | 101111 |
Color Harmonies of #DF8011
Complementary color
Monochromatic Colors of #DF8011
Black with #DF8011
Text Example
Text Example
White with #DF8011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8011; }
p { color: rgb(223,128,17); }
H1.HeaderClassName
{
color: #DF8011;
}
.AnyTagClassName
{
color: #DF8011;
}
</style>
background-color css
<style>
a { background-color: #DF8011; }
a { background-color: rgb(223,128,17); }
div.DivClassName
{
background-color: #DF8011;
}
.BgClassName
{
background-color: #DF8011;
}
</style>
border-color css
<style>
span { border-color: #DF8011; }
span { border-color: rgb(223,128,17); }
td.TdClassName
{
border-color: #DF8011;
}
.TagClassName
{
border-color: #DF8011;
}
</style>