Shades of Mango Tango #DF820E
Tints of Mango Tango #DF820E
RGB
CMYK
RGB Variations
Color information
#DF820E (or 0xDF820E) is known color: Mango Tango. HEX triplet: DF, 82 and 0E. RGB value is (223,130,14). Sum of RGB (Red+Green+Blue) = 223+130+14=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF820E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF820E is #207DF1. Grayscale: #919191. Windows color (decimal): -2129394 or 951007. OLE color: 951007.
HSL color Cylindrical-coordinate representation of color #DF820E: hue angle of 33.3º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF820E is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 14 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.13 |
| HSL | 33.3º | 0.88% | 0.46% | - |
| HSV(B) | 33.3º | 0.94% | 0.87% | - |
| XYZ | 38.49 | 31.68 | 4.5 | - |
| YUV | 144.58 | 54.31 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 14 | 0 | 0.42 | 0.94 | 0.13 | 33.3 | 0.88 | 0.46 |
| Hex | DF | 82 | E | 0 | 2A | 5E | D | 21 | 58 | 2E |
| Octal | 337 | 202 | 16 | 0 | 52 | 136 | 15 | 41 | 130 | 56 |
| Binary | 11011111 | 10000010 | 1110 | 0 | 101010 | 1011110 | 1101 | 100001 | 1011000 | 101110 |
Color Harmonies of #DF820E
Complementary color
Monochromatic Colors of #DF820E
Black with #DF820E
Text Example
Text Example
White with #DF820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF820E; }
p { color: rgb(223,130,14); }
H1.HeaderClassName
{
color: #DF820E;
}
.AnyTagClassName
{
color: #DF820E;
}
</style>
background-color css
<style>
a { background-color: #DF820E; }
a { background-color: rgb(223,130,14); }
div.DivClassName
{
background-color: #DF820E;
}
.BgClassName
{
background-color: #DF820E;
}
</style>
border-color css
<style>
span { border-color: #DF820E; }
span { border-color: rgb(223,130,14); }
td.TdClassName
{
border-color: #DF820E;
}
.TagClassName
{
border-color: #DF820E;
}
</style>