Shades of Mango Tango #DF7714
Tints of Mango Tango #DF7714
RGB
CMYK
RGB Variations
Color information
#DF7714 (or 0xDF7714) is known color: Mango Tango. HEX triplet: DF, 77 and 14. RGB value is (223,119,20). Sum of RGB (Red+Green+Blue) = 223+119+20=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7714 is #2088EB. Grayscale: #8B8B8B. Windows color (decimal): -2132204 or 1341407. OLE color: 1341407.
HSL color Cylindrical-coordinate representation of color #DF7714: hue angle of 29.26º 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 #DF7714 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 20 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.13 |
| HSL | 29.26º | 0.84% | 0.48% | - |
| HSV(B) | 29.26º | 0.91% | 0.87% | - |
| XYZ | 37.15 | 28.93 | 4.29 | - |
| YUV | 138.81 | 60.96 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 20 | 0 | 0.47 | 0.91 | 0.13 | 29.26 | 0.84 | 0.48 |
| Hex | DF | 77 | 14 | 0 | 2F | 5B | D | 1D | 54 | 30 |
| Octal | 337 | 167 | 24 | 0 | 57 | 133 | 15 | 35 | 124 | 60 |
| Binary | 11011111 | 1110111 | 10100 | 0 | 101111 | 1011011 | 1101 | 11101 | 1010100 | 110000 |
Color Harmonies of #DF7714
Complementary color
Monochromatic Colors of #DF7714
Black with #DF7714
Text Example
Text Example
White with #DF7714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7714; }
p { color: rgb(223,119,20); }
H1.HeaderClassName
{
color: #DF7714;
}
.AnyTagClassName
{
color: #DF7714;
}
</style>
background-color css
<style>
a { background-color: #DF7714; }
a { background-color: rgb(223,119,20); }
div.DivClassName
{
background-color: #DF7714;
}
.BgClassName
{
background-color: #DF7714;
}
</style>
border-color css
<style>
span { border-color: #DF7714; }
span { border-color: rgb(223,119,20); }
td.TdClassName
{
border-color: #DF7714;
}
.TagClassName
{
border-color: #DF7714;
}
</style>