Shades of Mango Tango #DF8110
Tints of Mango Tango #DF8110
RGB
CMYK
RGB Variations
Color information
#DF8110 (or 0xDF8110) is known color: Mango Tango. HEX triplet: DF, 81 and 10. RGB value is (223,129,16). Sum of RGB (Red+Green+Blue) = 223+129+16=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8110 is #207EEF. Grayscale: #909090. Windows color (decimal): -2129648 or 1081823. OLE color: 1081823.
HSL color Cylindrical-coordinate representation of color #DF8110: hue angle of 32.75º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF8110 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 129 | 16 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.13 |
| HSL | 32.75º | 0.87% | 0.47% | - |
| HSV(B) | 32.75º | 0.93% | 0.87% | - |
| XYZ | 38.38 | 31.43 | 4.53 | - |
| YUV | 144.22 | 55.64 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 16 | 0 | 0.42 | 0.93 | 0.13 | 32.75 | 0.87 | 0.47 |
| Hex | DF | 81 | 10 | 0 | 2A | 5D | D | 21 | 57 | 2F |
| Octal | 337 | 201 | 20 | 0 | 52 | 135 | 15 | 41 | 127 | 57 |
| Binary | 11011111 | 10000001 | 10000 | 0 | 101010 | 1011101 | 1101 | 100001 | 1010111 | 101111 |
Color Harmonies of #DF8110
Complementary color
Monochromatic Colors of #DF8110
Black with #DF8110
Text Example
Text Example
White with #DF8110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8110; }
p { color: rgb(223,129,16); }
H1.HeaderClassName
{
color: #DF8110;
}
.AnyTagClassName
{
color: #DF8110;
}
</style>
background-color css
<style>
a { background-color: #DF8110; }
a { background-color: rgb(223,129,16); }
div.DivClassName
{
background-color: #DF8110;
}
.BgClassName
{
background-color: #DF8110;
}
</style>
border-color css
<style>
span { border-color: #DF8110; }
span { border-color: rgb(223,129,16); }
td.TdClassName
{
border-color: #DF8110;
}
.TagClassName
{
border-color: #DF8110;
}
</style>