Shades of Mango Tango #DF7808
Tints of Mango Tango #DF7808
RGB
CMYK
RGB Variations
Color information
#DF7808 (or 0xDF7808) is known color: Mango Tango. HEX triplet: DF, 78 and 08. RGB value is (223,120,8). Sum of RGB (Red+Green+Blue) = 223+120+8=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7808 is #2087F7. Grayscale: #8A8A8A. Windows color (decimal): -2131960 or 555231. OLE color: 555231.
HSL color Cylindrical-coordinate representation of color #DF7808: hue angle of 31.26º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF7808 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 8 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.13 |
| HSL | 31.26º | 0.93% | 0.45% | - |
| HSV(B) | 31.26º | 0.96% | 0.87% | - |
| XYZ | 37.19 | 29.14 | 3.89 | - |
| YUV | 138.03 | 54.62 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 8 | 0 | 0.46 | 0.96 | 0.13 | 31.26 | 0.93 | 0.45 |
| Hex | DF | 78 | 8 | 0 | 2E | 60 | D | 1F | 5D | 2D |
| Octal | 337 | 170 | 10 | 0 | 56 | 140 | 15 | 37 | 135 | 55 |
| Binary | 11011111 | 1111000 | 1000 | 0 | 101110 | 1100000 | 1101 | 11111 | 1011101 | 101101 |
Color Harmonies of #DF7808
Complementary color
Monochromatic Colors of #DF7808
Black with #DF7808
Text Example
Text Example
White with #DF7808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7808; }
p { color: rgb(223,120,8); }
H1.HeaderClassName
{
color: #DF7808;
}
.AnyTagClassName
{
color: #DF7808;
}
</style>
background-color css
<style>
a { background-color: #DF7808; }
a { background-color: rgb(223,120,8); }
div.DivClassName
{
background-color: #DF7808;
}
.BgClassName
{
background-color: #DF7808;
}
</style>
border-color css
<style>
span { border-color: #DF7808; }
span { border-color: rgb(223,120,8); }
td.TdClassName
{
border-color: #DF7808;
}
.TagClassName
{
border-color: #DF7808;
}
</style>