Shades of Mango Tango #DF7D13
Tints of Mango Tango #DF7D13
RGB
CMYK
RGB Variations
Color information
#DF7D13 (or 0xDF7D13) is known color: Mango Tango. HEX triplet: DF, 7D and 13. RGB value is (223,125,19). Sum of RGB (Red+Green+Blue) = 223+125+19=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7D13 is #2082EC. Grayscale: #8E8E8E. Windows color (decimal): -2130669 or 1277407. OLE color: 1277407.
HSL color Cylindrical-coordinate representation of color #DF7D13: hue angle of 31.18º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF7D13 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 19 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.13 |
| HSL | 31.18º | 0.84% | 0.47% | - |
| HSV(B) | 31.18º | 0.91% | 0.87% | - |
| XYZ | 37.88 | 30.4 | 4.49 | - |
| YUV | 142.22 | 58.47 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 19 | 0 | 0.44 | 0.91 | 0.13 | 31.18 | 0.84 | 0.47 |
| Hex | DF | 7D | 13 | 0 | 2C | 5B | D | 1F | 54 | 2F |
| Octal | 337 | 175 | 23 | 0 | 54 | 133 | 15 | 37 | 124 | 57 |
| Binary | 11011111 | 1111101 | 10011 | 0 | 101100 | 1011011 | 1101 | 11111 | 1010100 | 101111 |
Color Harmonies of #DF7D13
Complementary color
Monochromatic Colors of #DF7D13
Black with #DF7D13
Text Example
Text Example
White with #DF7D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D13; }
p { color: rgb(223,125,19); }
H1.HeaderClassName
{
color: #DF7D13;
}
.AnyTagClassName
{
color: #DF7D13;
}
</style>
background-color css
<style>
a { background-color: #DF7D13; }
a { background-color: rgb(223,125,19); }
div.DivClassName
{
background-color: #DF7D13;
}
.BgClassName
{
background-color: #DF7D13;
}
</style>
border-color css
<style>
span { border-color: #DF7D13; }
span { border-color: rgb(223,125,19); }
td.TdClassName
{
border-color: #DF7D13;
}
.TagClassName
{
border-color: #DF7D13;
}
</style>