Shades of Mango Tango #DF6601
Tints of Mango Tango #DF6601
RGB
CMYK
RGB Variations
Color information
#DF6601 (or 0xDF6601) is known color: Mango Tango. HEX triplet: DF, 66 and 01. RGB value is (223,102,1). Sum of RGB (Red+Green+Blue) = 223+102+1=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6601 is #2099FE. Grayscale: #7F7F7F. Windows color (decimal): -2136575 or 91871. OLE color: 91871.
HSL color Cylindrical-coordinate representation of color #DF6601: hue angle of 27.3º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF6601 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0.13 |
| HSL | 27.3º | 0.99% | 0.44% | - |
| HSV(B) | 27.3º | 1% | 0.87% | - |
| XYZ | 35.19 | 25.19 | 3.04 | - |
| YUV | 126.67 | 57.09 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 1 | 0 | 0.54 | 1.00 | 0.13 | 27.3 | 0.99 | 0.44 |
| Hex | DF | 66 | 1 | 0 | 36 | 64 | D | 1B | 63 | 2C |
| Octal | 337 | 146 | 1 | 0 | 66 | 144 | 15 | 33 | 143 | 54 |
| Binary | 11011111 | 1100110 | 1 | 0 | 110110 | 1100100 | 1101 | 11011 | 1100011 | 101100 |
Color Harmonies of #DF6601
Complementary color
Monochromatic Colors of #DF6601
Black with #DF6601
Text Example
Text Example
White with #DF6601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6601; }
p { color: rgb(223,102,1); }
H1.HeaderClassName
{
color: #DF6601;
}
.AnyTagClassName
{
color: #DF6601;
}
</style>
background-color css
<style>
a { background-color: #DF6601; }
a { background-color: rgb(223,102,1); }
div.DivClassName
{
background-color: #DF6601;
}
.BgClassName
{
background-color: #DF6601;
}
</style>
border-color css
<style>
span { border-color: #DF6601; }
span { border-color: rgb(223,102,1); }
td.TdClassName
{
border-color: #DF6601;
}
.TagClassName
{
border-color: #DF6601;
}
</style>