Shades of Mango Tango #DF7A14
Tints of Mango Tango #DF7A14
RGB
CMYK
RGB Variations
Color information
#DF7A14 (or 0xDF7A14) is known color: Mango Tango. HEX triplet: DF, 7A and 14. RGB value is (223,122,20). Sum of RGB (Red+Green+Blue) = 223+122+20=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7A14 is #2085EB. Grayscale: #8D8D8D. Windows color (decimal): -2131436 or 1342175. OLE color: 1342175.
HSL color Cylindrical-coordinate representation of color #DF7A14: hue angle of 30.15º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF7A14 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 20 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.13 |
| HSL | 30.15º | 0.84% | 0.48% | - |
| HSV(B) | 30.15º | 0.91% | 0.87% | - |
| XYZ | 37.52 | 29.66 | 4.41 | - |
| YUV | 140.57 | 59.96 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 20 | 0 | 0.45 | 0.91 | 0.13 | 30.15 | 0.84 | 0.48 |
| Hex | DF | 7A | 14 | 0 | 2D | 5B | D | 1E | 54 | 30 |
| Octal | 337 | 172 | 24 | 0 | 55 | 133 | 15 | 36 | 124 | 60 |
| Binary | 11011111 | 1111010 | 10100 | 0 | 101101 | 1011011 | 1101 | 11110 | 1010100 | 110000 |
Color Harmonies of #DF7A14
Complementary color
Monochromatic Colors of #DF7A14
Black with #DF7A14
Text Example
Text Example
White with #DF7A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7A14; }
p { color: rgb(223,122,20); }
H1.HeaderClassName
{
color: #DF7A14;
}
.AnyTagClassName
{
color: #DF7A14;
}
</style>
background-color css
<style>
a { background-color: #DF7A14; }
a { background-color: rgb(223,122,20); }
div.DivClassName
{
background-color: #DF7A14;
}
.BgClassName
{
background-color: #DF7A14;
}
</style>
border-color css
<style>
span { border-color: #DF7A14; }
span { border-color: rgb(223,122,20); }
td.TdClassName
{
border-color: #DF7A14;
}
.TagClassName
{
border-color: #DF7A14;
}
</style>