Shades of Mango Tango #DF7F08
Tints of Mango Tango #DF7F08
RGB
CMYK
RGB Variations
Color information
#DF7F08 (or 0xDF7F08) is known color: Mango Tango. HEX triplet: DF, 7F and 08. RGB value is (223,127,8). Sum of RGB (Red+Green+Blue) = 223+127+8=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7F08 is #2080F7. Grayscale: #8E8E8E. Windows color (decimal): -2130168 or 557023. OLE color: 557023.
HSL color Cylindrical-coordinate representation of color #DF7F08: hue angle of 33.21º 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 #DF7F08 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 8 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.13 |
| HSL | 33.21º | 0.93% | 0.45% | - |
| HSV(B) | 33.21º | 0.96% | 0.87% | - |
| XYZ | 38.06 | 30.88 | 4.18 | - |
| YUV | 142.14 | 52.3 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 8 | 0 | 0.43 | 0.96 | 0.13 | 33.21 | 0.93 | 0.45 |
| Hex | DF | 7F | 8 | 0 | 2B | 60 | D | 21 | 5D | 2D |
| Octal | 337 | 177 | 10 | 0 | 53 | 140 | 15 | 41 | 135 | 55 |
| Binary | 11011111 | 1111111 | 1000 | 0 | 101011 | 1100000 | 1101 | 100001 | 1011101 | 101101 |
Color Harmonies of #DF7F08
Complementary color
Monochromatic Colors of #DF7F08
Black with #DF7F08
Text Example
Text Example
White with #DF7F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F08; }
p { color: rgb(223,127,8); }
H1.HeaderClassName
{
color: #DF7F08;
}
.AnyTagClassName
{
color: #DF7F08;
}
</style>
background-color css
<style>
a { background-color: #DF7F08; }
a { background-color: rgb(223,127,8); }
div.DivClassName
{
background-color: #DF7F08;
}
.BgClassName
{
background-color: #DF7F08;
}
</style>
border-color css
<style>
span { border-color: #DF7F08; }
span { border-color: rgb(223,127,8); }
td.TdClassName
{
border-color: #DF7F08;
}
.TagClassName
{
border-color: #DF7F08;
}
</style>