Shades of Mango Tango #DF7A10
Tints of Mango Tango #DF7A10
RGB
CMYK
RGB Variations
Color information
#DF7A10 (or 0xDF7A10) is known color: Mango Tango. HEX triplet: DF, 7A and 10. RGB value is (223,122,16). Sum of RGB (Red+Green+Blue) = 223+122+16=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7A10 is #2085EF. Grayscale: #8C8C8C. Windows color (decimal): -2131440 or 1080031. OLE color: 1080031.
HSL color Cylindrical-coordinate representation of color #DF7A10: hue angle of 30.72º 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 #DF7A10 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 16 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.13 |
| HSL | 30.72º | 0.87% | 0.47% | - |
| HSV(B) | 30.72º | 0.93% | 0.87% | - |
| XYZ | 37.48 | 29.64 | 4.24 | - |
| YUV | 140.12 | 57.96 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 16 | 0 | 0.45 | 0.93 | 0.13 | 30.72 | 0.87 | 0.47 |
| Hex | DF | 7A | 10 | 0 | 2D | 5D | D | 1F | 57 | 2F |
| Octal | 337 | 172 | 20 | 0 | 55 | 135 | 15 | 37 | 127 | 57 |
| Binary | 11011111 | 1111010 | 10000 | 0 | 101101 | 1011101 | 1101 | 11111 | 1010111 | 101111 |
Color Harmonies of #DF7A10
Complementary color
Monochromatic Colors of #DF7A10
Black with #DF7A10
Text Example
Text Example
White with #DF7A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7A10; }
p { color: rgb(223,122,16); }
H1.HeaderClassName
{
color: #DF7A10;
}
.AnyTagClassName
{
color: #DF7A10;
}
</style>
background-color css
<style>
a { background-color: #DF7A10; }
a { background-color: rgb(223,122,16); }
div.DivClassName
{
background-color: #DF7A10;
}
.BgClassName
{
background-color: #DF7A10;
}
</style>
border-color css
<style>
span { border-color: #DF7A10; }
span { border-color: rgb(223,122,16); }
td.TdClassName
{
border-color: #DF7A10;
}
.TagClassName
{
border-color: #DF7A10;
}
</style>