Shades of Mango Tango #DF7900
Tints of Mango Tango #DF7900
RGB
CMYK
RGB Variations
Color information
#DF7900 (or 0xDF7900) is known color: Mango Tango. HEX triplet: DF, 79 and 00. RGB value is (223,121,0). Sum of RGB (Red+Green+Blue) = 223+121+0=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7900 is #2086FF. Grayscale: #8A8A8A. Windows color (decimal): -2131712 or 31199. OLE color: 31199.
HSL color Cylindrical-coordinate representation of color #DF7900: hue angle of 32.56º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF7900 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.13 |
| HSL | 32.56º | 1% | 0.44% | - |
| HSV(B) | 32.56º | 1% | 0.87% | - |
| XYZ | 37.27 | 29.36 | 3.7 | - |
| YUV | 137.7 | 50.29 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 0 | 0 | 0.46 | 1 | 0.13 | 32.56 | 1 | 0.44 |
| Hex | DF | 79 | 0 | 0 | 2E | 64 | D | 21 | 64 | 2C |
| Octal | 337 | 171 | 0 | 0 | 56 | 144 | 15 | 41 | 144 | 54 |
| Binary | 11011111 | 1111001 | 0 | 0 | 101110 | 1100100 | 1101 | 100001 | 1100100 | 101100 |
Color Harmonies of #DF7900
Complementary color
Monochromatic Colors of #DF7900
Black with #DF7900
Text Example
Text Example
White with #DF7900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7900; }
p { color: rgb(223,121,0); }
H1.HeaderClassName
{
color: #DF7900;
}
.AnyTagClassName
{
color: #DF7900;
}
</style>
background-color css
<style>
a { background-color: #DF7900; }
a { background-color: rgb(223,121,0); }
div.DivClassName
{
background-color: #DF7900;
}
.BgClassName
{
background-color: #DF7900;
}
</style>
border-color css
<style>
span { border-color: #DF7900; }
span { border-color: rgb(223,121,0); }
td.TdClassName
{
border-color: #DF7900;
}
.TagClassName
{
border-color: #DF7900;
}
</style>