Shades of Mango Tango #DD6F01
Tints of Mango Tango #DD6F01
RGB
CMYK
RGB Variations
Color information
#DD6F01 (or 0xDD6F01) is known color: Mango Tango. HEX triplet: DD, 6F and 01. RGB value is (221,111,1). Sum of RGB (Red+Green+Blue) = 221+111+1=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6F01 is #2290FE. Grayscale: #838383. Windows color (decimal): -2265343 or 94173. OLE color: 94173.
HSL color Cylindrical-coordinate representation of color #DD6F01: hue angle of 30º 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 #DD6F01 is Cyan = 0, Magento = 0.50, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 1 | - |
| CMYK | 0 | 0.50 | 1.00 | 0.13 |
| HSL | 30º | 0.99% | 0.44% | - |
| HSV(B) | 30º | 1% | 0.87% | - |
| XYZ | 35.51 | 26.74 | 3.32 | - |
| YUV | 131.35 | 54.44 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 1 | 0 | 0.50 | 1.00 | 0.13 | 30 | 0.99 | 0.44 |
| Hex | DD | 6F | 1 | 0 | 32 | 64 | D | 1E | 63 | 2C |
| Octal | 335 | 157 | 1 | 0 | 62 | 144 | 15 | 36 | 143 | 54 |
| Binary | 11011101 | 1101111 | 1 | 0 | 110010 | 1100100 | 1101 | 11110 | 1100011 | 101100 |
Color Harmonies of #DD6F01
Complementary color
Monochromatic Colors of #DD6F01
Black with #DD6F01
Text Example
Text Example
White with #DD6F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6F01; }
p { color: rgb(221,111,1); }
H1.HeaderClassName
{
color: #DD6F01;
}
.AnyTagClassName
{
color: #DD6F01;
}
</style>
background-color css
<style>
a { background-color: #DD6F01; }
a { background-color: rgb(221,111,1); }
div.DivClassName
{
background-color: #DD6F01;
}
.BgClassName
{
background-color: #DD6F01;
}
</style>
border-color css
<style>
span { border-color: #DD6F01; }
span { border-color: rgb(221,111,1); }
td.TdClassName
{
border-color: #DD6F01;
}
.TagClassName
{
border-color: #DD6F01;
}
</style>