Shades of Mango Tango #DF8210
Tints of Mango Tango #DF8210
RGB
CMYK
RGB Variations
Color information
#DF8210 (or 0xDF8210) is known color: Mango Tango. HEX triplet: DF, 82 and 10. RGB value is (223,130,16). Sum of RGB (Red+Green+Blue) = 223+130+16=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8210 is #207DEF. Grayscale: #919191. Windows color (decimal): -2129392 or 1082079. OLE color: 1082079.
HSL color Cylindrical-coordinate representation of color #DF8210: hue angle of 33.04º 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 #DF8210 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 130 | 16 | - |
CMYK | 0 | 0.42 | 0.93 | 0.13 |
HSL | 33.04º | 0.87% | 0.47% | - |
HSV(B) | 33.04º | 0.93% | 0.87% | - |
XYZ | 38.51 | 31.69 | 4.58 | - |
YUV | 144.81 | 55.31 | 183.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 130 | 16 | 0 | 0.42 | 0.93 | 0.13 | 33.04 | 0.87 | 0.47 |
Hex | DF | 82 | 10 | 0 | 2A | 5D | D | 21 | 57 | 2F |
Octal | 337 | 202 | 20 | 0 | 52 | 135 | 15 | 41 | 127 | 57 |
Binary | 11011111 | 10000010 | 10000 | 0 | 101010 | 1011101 | 1101 | 100001 | 1010111 | 101111 |
Color Harmonies of #DF8210
Complementary color
Monochromatic Colors of #DF8210
Black with #DF8210
Text Example
Text Example
White with #DF8210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8210; }
p { color: rgb(223,130,16); }
H1.HeaderClassName
{
color: #DF8210;
}
.AnyTagClassName
{
color: #DF8210;
}
</style>
background-color css
<style>
a { background-color: #DF8210; }
a { background-color: rgb(223,130,16); }
div.DivClassName
{
background-color: #DF8210;
}
.BgClassName
{
background-color: #DF8210;
}
</style>
border-color css
<style>
span { border-color: #DF8210; }
span { border-color: rgb(223,130,16); }
td.TdClassName
{
border-color: #DF8210;
}
.TagClassName
{
border-color: #DF8210;
}
</style>