Shades of Mango Tango #DF7E05
Tints of Mango Tango #DF7E05
RGB
CMYK
RGB Variations
Color information
#DF7E05 (or 0xDF7E05) is known color: Mango Tango. HEX triplet: DF, 7E and 05. RGB value is (223,126,5). Sum of RGB (Red+Green+Blue) = 223+126+5=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7E05 is #2081FA. Grayscale: #8D8D8D. Windows color (decimal): -2130427 or 360159. OLE color: 360159.
HSL color Cylindrical-coordinate representation of color #DF7E05: hue angle of 33.3º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF7E05 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 5 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.13 |
| HSL | 33.3º | 0.96% | 0.45% | - |
| HSV(B) | 33.3º | 0.98% | 0.87% | - |
| XYZ | 37.92 | 30.62 | 4.06 | - |
| YUV | 141.21 | 51.14 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 5 | 0 | 0.43 | 0.98 | 0.13 | 33.3 | 0.96 | 0.45 |
| Hex | DF | 7E | 5 | 0 | 2B | 62 | D | 21 | 60 | 2D |
| Octal | 337 | 176 | 5 | 0 | 53 | 142 | 15 | 41 | 140 | 55 |
| Binary | 11011111 | 1111110 | 101 | 0 | 101011 | 1100010 | 1101 | 100001 | 1100000 | 101101 |
Color Harmonies of #DF7E05
Complementary color
Monochromatic Colors of #DF7E05
Black with #DF7E05
Text Example
Text Example
White with #DF7E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7E05; }
p { color: rgb(223,126,5); }
H1.HeaderClassName
{
color: #DF7E05;
}
.AnyTagClassName
{
color: #DF7E05;
}
</style>
background-color css
<style>
a { background-color: #DF7E05; }
a { background-color: rgb(223,126,5); }
div.DivClassName
{
background-color: #DF7E05;
}
.BgClassName
{
background-color: #DF7E05;
}
</style>
border-color css
<style>
span { border-color: #DF7E05; }
span { border-color: rgb(223,126,5); }
td.TdClassName
{
border-color: #DF7E05;
}
.TagClassName
{
border-color: #DF7E05;
}
</style>