Shades of Mango Tango #DF7C08
Tints of Mango Tango #DF7C08
RGB
CMYK
RGB Variations
Color information
#DF7C08 (or 0xDF7C08) is known color: Mango Tango. HEX triplet: DF, 7C and 08. RGB value is (223,124,8). Sum of RGB (Red+Green+Blue) = 223+124+8=355 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.82% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7C08 is #2083F7. Grayscale: #8C8C8C. Windows color (decimal): -2130936 or 556255. OLE color: 556255.
HSL color Cylindrical-coordinate representation of color #DF7C08: hue angle of 32.37º 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 #DF7C08 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 8 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.13 |
| HSL | 32.37º | 0.93% | 0.45% | - |
| HSV(B) | 32.37º | 0.96% | 0.87% | - |
| XYZ | 37.68 | 30.12 | 4.06 | - |
| YUV | 140.38 | 53.3 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 8 | 0 | 0.44 | 0.96 | 0.13 | 32.37 | 0.93 | 0.45 |
| Hex | DF | 7C | 8 | 0 | 2C | 60 | D | 20 | 5D | 2D |
| Octal | 337 | 174 | 10 | 0 | 54 | 140 | 15 | 40 | 135 | 55 |
| Binary | 11011111 | 1111100 | 1000 | 0 | 101100 | 1100000 | 1101 | 100000 | 1011101 | 101101 |
Color Harmonies of #DF7C08
Complementary color
Monochromatic Colors of #DF7C08
Black with #DF7C08
Text Example
Text Example
White with #DF7C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7C08; }
p { color: rgb(223,124,8); }
H1.HeaderClassName
{
color: #DF7C08;
}
.AnyTagClassName
{
color: #DF7C08;
}
</style>
background-color css
<style>
a { background-color: #DF7C08; }
a { background-color: rgb(223,124,8); }
div.DivClassName
{
background-color: #DF7C08;
}
.BgClassName
{
background-color: #DF7C08;
}
</style>
border-color css
<style>
span { border-color: #DF7C08; }
span { border-color: rgb(223,124,8); }
td.TdClassName
{
border-color: #DF7C08;
}
.TagClassName
{
border-color: #DF7C08;
}
</style>