Shades of Mango Tango #DF800F
Tints of Mango Tango #DF800F
RGB
CMYK
RGB Variations
Color information
#DF800F (or 0xDF800F) is known color: Mango Tango. HEX triplet: DF, 80 and 0F. RGB value is (223,128,15). Sum of RGB (Red+Green+Blue) = 223+128+15=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF800F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF800F is #207FF0. Grayscale: #909090. Windows color (decimal): -2129905 or 1016031. OLE color: 1016031.
HSL color Cylindrical-coordinate representation of color #DF800F: hue angle of 32.6º 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 #DF800F is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 15 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.13 |
| HSL | 32.6º | 0.87% | 0.47% | - |
| HSV(B) | 32.6º | 0.93% | 0.87% | - |
| XYZ | 38.24 | 31.16 | 4.45 | - |
| YUV | 143.52 | 55.47 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 15 | 0 | 0.43 | 0.93 | 0.13 | 32.6 | 0.87 | 0.47 |
| Hex | DF | 80 | F | 0 | 2B | 5D | D | 21 | 57 | 2F |
| Octal | 337 | 200 | 17 | 0 | 53 | 135 | 15 | 41 | 127 | 57 |
| Binary | 11011111 | 10000000 | 1111 | 0 | 101011 | 1011101 | 1101 | 100001 | 1010111 | 101111 |
Color Harmonies of #DF800F
Complementary color
Monochromatic Colors of #DF800F
Black with #DF800F
Text Example
Text Example
White with #DF800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF800F; }
p { color: rgb(223,128,15); }
H1.HeaderClassName
{
color: #DF800F;
}
.AnyTagClassName
{
color: #DF800F;
}
</style>
background-color css
<style>
a { background-color: #DF800F; }
a { background-color: rgb(223,128,15); }
div.DivClassName
{
background-color: #DF800F;
}
.BgClassName
{
background-color: #DF800F;
}
</style>
border-color css
<style>
span { border-color: #DF800F; }
span { border-color: rgb(223,128,15); }
td.TdClassName
{
border-color: #DF800F;
}
.TagClassName
{
border-color: #DF800F;
}
</style>