Shades of Mango Tango #DF6F08
Tints of Mango Tango #DF6F08
RGB
CMYK
RGB Variations
Color information
#DF6F08 (or 0xDF6F08) is known color: Mango Tango. HEX triplet: DF, 6F and 08. RGB value is (223,111,8). Sum of RGB (Red+Green+Blue) = 223+111+8=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6F08 is #2090F7. Grayscale: #858585. Windows color (decimal): -2134264 or 552927. OLE color: 552927.
HSL color Cylindrical-coordinate representation of color #DF6F08: hue angle of 28.74º 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 #DF6F08 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 8 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.13 |
| HSL | 28.74º | 0.93% | 0.45% | - |
| HSV(B) | 28.74º | 0.96% | 0.87% | - |
| XYZ | 36.16 | 27.07 | 3.55 | - |
| YUV | 132.75 | 57.61 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 8 | 0 | 0.50 | 0.96 | 0.13 | 28.74 | 0.93 | 0.45 |
| Hex | DF | 6F | 8 | 0 | 32 | 60 | D | 1D | 5D | 2D |
| Octal | 337 | 157 | 10 | 0 | 62 | 140 | 15 | 35 | 135 | 55 |
| Binary | 11011111 | 1101111 | 1000 | 0 | 110010 | 1100000 | 1101 | 11101 | 1011101 | 101101 |
Color Harmonies of #DF6F08
Complementary color
Monochromatic Colors of #DF6F08
Black with #DF6F08
Text Example
Text Example
White with #DF6F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6F08; }
p { color: rgb(223,111,8); }
H1.HeaderClassName
{
color: #DF6F08;
}
.AnyTagClassName
{
color: #DF6F08;
}
</style>
background-color css
<style>
a { background-color: #DF6F08; }
a { background-color: rgb(223,111,8); }
div.DivClassName
{
background-color: #DF6F08;
}
.BgClassName
{
background-color: #DF6F08;
}
</style>
border-color css
<style>
span { border-color: #DF6F08; }
span { border-color: rgb(223,111,8); }
td.TdClassName
{
border-color: #DF6F08;
}
.TagClassName
{
border-color: #DF6F08;
}
</style>