Shades of Mango Tango #DF6700
Tints of Mango Tango #DF6700
RGB
CMYK
RGB Variations
Color information
#DF6700 (or 0xDF6700) is known color: Mango Tango. HEX triplet: DF, 67 and 00. RGB value is (223,103,0). Sum of RGB (Red+Green+Blue) = 223+103+0=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6700 is #2098FF. Grayscale: #7F7F7F. Windows color (decimal): -2136320 or 26591. OLE color: 26591.
HSL color Cylindrical-coordinate representation of color #DF6700: hue angle of 27.71º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF6700 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.13 |
| HSL | 27.71º | 1% | 0.44% | - |
| HSV(B) | 27.71º | 1% | 0.87% | - |
| XYZ | 35.28 | 25.39 | 3.04 | - |
| YUV | 127.14 | 56.26 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 0 | 0 | 0.54 | 1 | 0.13 | 27.71 | 1 | 0.44 |
| Hex | DF | 67 | 0 | 0 | 36 | 64 | D | 1C | 64 | 2C |
| Octal | 337 | 147 | 0 | 0 | 66 | 144 | 15 | 34 | 144 | 54 |
| Binary | 11011111 | 1100111 | 0 | 0 | 110110 | 1100100 | 1101 | 11100 | 1100100 | 101100 |
Color Harmonies of #DF6700
Complementary color
Monochromatic Colors of #DF6700
Black with #DF6700
Text Example
Text Example
White with #DF6700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6700; }
p { color: rgb(223,103,0); }
H1.HeaderClassName
{
color: #DF6700;
}
.AnyTagClassName
{
color: #DF6700;
}
</style>
background-color css
<style>
a { background-color: #DF6700; }
a { background-color: rgb(223,103,0); }
div.DivClassName
{
background-color: #DF6700;
}
.BgClassName
{
background-color: #DF6700;
}
</style>
border-color css
<style>
span { border-color: #DF6700; }
span { border-color: rgb(223,103,0); }
td.TdClassName
{
border-color: #DF6700;
}
.TagClassName
{
border-color: #DF6700;
}
</style>