Shades of Mango Tango #DF740D
Tints of Mango Tango #DF740D
RGB
CMYK
RGB Variations
Color information
#DF740D (or 0xDF740D) is known color: Mango Tango. HEX triplet: DF, 74 and 0D. RGB value is (223,116,13). Sum of RGB (Red+Green+Blue) = 223+116+13=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF740D is #208BF2. Grayscale: #888888. Windows color (decimal): -2132979 or 881887. OLE color: 881887.
HSL color Cylindrical-coordinate representation of color #DF740D: hue angle of 29.43º degrees, saturation: 0.89, 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 #DF740D is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 13 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.13 |
| HSL | 29.43º | 0.89% | 0.46% | - |
| HSV(B) | 29.43º | 0.94% | 0.87% | - |
| XYZ | 36.75 | 28.21 | 3.89 | - |
| YUV | 136.25 | 58.45 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 13 | 0 | 0.48 | 0.94 | 0.13 | 29.43 | 0.89 | 0.46 |
| Hex | DF | 74 | D | 0 | 30 | 5E | D | 1D | 59 | 2E |
| Octal | 337 | 164 | 15 | 0 | 60 | 136 | 15 | 35 | 131 | 56 |
| Binary | 11011111 | 1110100 | 1101 | 0 | 110000 | 1011110 | 1101 | 11101 | 1011001 | 101110 |
Color Harmonies of #DF740D
Complementary color
Monochromatic Colors of #DF740D
Black with #DF740D
Text Example
Text Example
White with #DF740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF740D; }
p { color: rgb(223,116,13); }
H1.HeaderClassName
{
color: #DF740D;
}
.AnyTagClassName
{
color: #DF740D;
}
</style>
background-color css
<style>
a { background-color: #DF740D; }
a { background-color: rgb(223,116,13); }
div.DivClassName
{
background-color: #DF740D;
}
.BgClassName
{
background-color: #DF740D;
}
</style>
border-color css
<style>
span { border-color: #DF740D; }
span { border-color: rgb(223,116,13); }
td.TdClassName
{
border-color: #DF740D;
}
.TagClassName
{
border-color: #DF740D;
}
</style>