Shades of Mango Tango #DD6C01
Tints of Mango Tango #DD6C01
RGB
CMYK
RGB Variations
Color information
#DD6C01 (or 0xDD6C01) is known color: Mango Tango. HEX triplet: DD, 6C and 01. RGB value is (221,108,1). Sum of RGB (Red+Green+Blue) = 221+108+1=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6C01 is #2293FE. Grayscale: #828282. Windows color (decimal): -2266111 or 93405. OLE color: 93405.
HSL color Cylindrical-coordinate representation of color #DD6C01: hue angle of 29.18º 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 #DD6C01 is Cyan = 0, Magento = 0.51, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 1 | - |
| CMYK | 0 | 0.51 | 1.00 | 0.13 |
| HSL | 29.18º | 0.99% | 0.44% | - |
| HSV(B) | 29.18º | 1% | 0.87% | - |
| XYZ | 35.19 | 26.1 | 3.21 | - |
| YUV | 129.59 | 55.44 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 1 | 0 | 0.51 | 1.00 | 0.13 | 29.18 | 0.99 | 0.44 |
| Hex | DD | 6C | 1 | 0 | 33 | 64 | D | 1D | 63 | 2C |
| Octal | 335 | 154 | 1 | 0 | 63 | 144 | 15 | 35 | 143 | 54 |
| Binary | 11011101 | 1101100 | 1 | 0 | 110011 | 1100100 | 1101 | 11101 | 1100011 | 101100 |
Color Harmonies of #DD6C01
Complementary color
Monochromatic Colors of #DD6C01
Black with #DD6C01
Text Example
Text Example
White with #DD6C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C01; }
p { color: rgb(221,108,1); }
H1.HeaderClassName
{
color: #DD6C01;
}
.AnyTagClassName
{
color: #DD6C01;
}
</style>
background-color css
<style>
a { background-color: #DD6C01; }
a { background-color: rgb(221,108,1); }
div.DivClassName
{
background-color: #DD6C01;
}
.BgClassName
{
background-color: #DD6C01;
}
</style>
border-color css
<style>
span { border-color: #DD6C01; }
span { border-color: rgb(221,108,1); }
td.TdClassName
{
border-color: #DD6C01;
}
.TagClassName
{
border-color: #DD6C01;
}
</style>