Shades of Mango Tango #DF7807
Tints of Mango Tango #DF7807
RGB
CMYK
RGB Variations
Color information
#DF7807 (or 0xDF7807) is known color: Mango Tango. HEX triplet: DF, 78 and 07. RGB value is (223,120,7). Sum of RGB (Red+Green+Blue) = 223+120+7=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 7 (3.12% from 255 or 2% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7807 is #2087F8. Grayscale: #8A8A8A. Windows color (decimal): -2131961 or 489695. OLE color: 489695.
HSL color Cylindrical-coordinate representation of color #DF7807: hue angle of 31.39º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF7807 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 7 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.13 |
| HSL | 31.39º | 0.94% | 0.45% | - |
| HSV(B) | 31.39º | 0.97% | 0.87% | - |
| XYZ | 37.19 | 29.14 | 3.86 | - |
| YUV | 137.92 | 54.12 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 7 | 0 | 0.46 | 0.97 | 0.13 | 31.39 | 0.94 | 0.45 |
| Hex | DF | 78 | 7 | 0 | 2E | 61 | D | 1F | 5E | 2D |
| Octal | 337 | 170 | 7 | 0 | 56 | 141 | 15 | 37 | 136 | 55 |
| Binary | 11011111 | 1111000 | 111 | 0 | 101110 | 1100001 | 1101 | 11111 | 1011110 | 101101 |
Color Harmonies of #DF7807
Complementary color
Monochromatic Colors of #DF7807
Black with #DF7807
Text Example
Text Example
White with #DF7807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7807; }
p { color: rgb(223,120,7); }
H1.HeaderClassName
{
color: #DF7807;
}
.AnyTagClassName
{
color: #DF7807;
}
</style>
background-color css
<style>
a { background-color: #DF7807; }
a { background-color: rgb(223,120,7); }
div.DivClassName
{
background-color: #DF7807;
}
.BgClassName
{
background-color: #DF7807;
}
</style>
border-color css
<style>
span { border-color: #DF7807; }
span { border-color: rgb(223,120,7); }
td.TdClassName
{
border-color: #DF7807;
}
.TagClassName
{
border-color: #DF7807;
}
</style>