Shades of Mango Tango #DF7C14
Tints of Mango Tango #DF7C14
RGB
CMYK
RGB Variations
Color information
#DF7C14 (or 0xDF7C14) is known color: Mango Tango. HEX triplet: DF, 7C and 14. RGB value is (223,124,20). Sum of RGB (Red+Green+Blue) = 223+124+20=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7C14 is #2083EB. Grayscale: #8E8E8E. Windows color (decimal): -2130924 or 1342687. OLE color: 1342687.
HSL color Cylindrical-coordinate representation of color #DF7C14: hue angle of 30.74º 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 #DF7C14 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 20 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.13 |
| HSL | 30.74º | 0.84% | 0.48% | - |
| HSV(B) | 30.74º | 0.91% | 0.87% | - |
| XYZ | 37.77 | 30.15 | 4.49 | - |
| YUV | 141.75 | 59.3 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 20 | 0 | 0.44 | 0.91 | 0.13 | 30.74 | 0.84 | 0.48 |
| Hex | DF | 7C | 14 | 0 | 2C | 5B | D | 1F | 54 | 30 |
| Octal | 337 | 174 | 24 | 0 | 54 | 133 | 15 | 37 | 124 | 60 |
| Binary | 11011111 | 1111100 | 10100 | 0 | 101100 | 1011011 | 1101 | 11111 | 1010100 | 110000 |
Color Harmonies of #DF7C14
Complementary color
Monochromatic Colors of #DF7C14
Black with #DF7C14
Text Example
Text Example
White with #DF7C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C14; }
p { color: rgb(223,124,20); }
H1.HeaderClassName
{
color: #DF7C14;
}
.AnyTagClassName
{
color: #DF7C14;
}
</style>
background-color css
<style>
a { background-color: #DF7C14; }
a { background-color: rgb(223,124,20); }
div.DivClassName
{
background-color: #DF7C14;
}
.BgClassName
{
background-color: #DF7C14;
}
</style>
border-color css
<style>
span { border-color: #DF7C14; }
span { border-color: rgb(223,124,20); }
td.TdClassName
{
border-color: #DF7C14;
}
.TagClassName
{
border-color: #DF7C14;
}
</style>