Shades of Mango Tango #DF6406
Tints of Mango Tango #DF6406
RGB
CMYK
RGB Variations
Color information
#DF6406 (or 0xDF6406) is known color: Mango Tango. HEX triplet: DF, 64 and 06. RGB value is (223,100,6). Sum of RGB (Red+Green+Blue) = 223+100+6=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6406 is #209BF9. Grayscale: #7E7E7E. Windows color (decimal): -2137082 or 419039. OLE color: 419039.
HSL color Cylindrical-coordinate representation of color #DF6406: hue angle of 25.99º degrees, saturation: 0.95, 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 #DF6406 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 6 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.13 |
| HSL | 25.99º | 0.95% | 0.45% | - |
| HSV(B) | 25.99º | 0.97% | 0.87% | - |
| XYZ | 35.02 | 24.82 | 3.12 | - |
| YUV | 126.06 | 60.25 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 6 | 0 | 0.55 | 0.97 | 0.13 | 25.99 | 0.95 | 0.45 |
| Hex | DF | 64 | 6 | 0 | 37 | 61 | D | 1A | 5F | 2D |
| Octal | 337 | 144 | 6 | 0 | 67 | 141 | 15 | 32 | 137 | 55 |
| Binary | 11011111 | 1100100 | 110 | 0 | 110111 | 1100001 | 1101 | 11010 | 1011111 | 101101 |
Color Harmonies of #DF6406
Complementary color
Monochromatic Colors of #DF6406
Black with #DF6406
Text Example
Text Example
White with #DF6406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6406; }
p { color: rgb(223,100,6); }
H1.HeaderClassName
{
color: #DF6406;
}
.AnyTagClassName
{
color: #DF6406;
}
</style>
background-color css
<style>
a { background-color: #DF6406; }
a { background-color: rgb(223,100,6); }
div.DivClassName
{
background-color: #DF6406;
}
.BgClassName
{
background-color: #DF6406;
}
</style>
border-color css
<style>
span { border-color: #DF6406; }
span { border-color: rgb(223,100,6); }
td.TdClassName
{
border-color: #DF6406;
}
.TagClassName
{
border-color: #DF6406;
}
</style>