Shades of Mango Tango #DD6501
Tints of Mango Tango #DD6501
RGB
CMYK
RGB Variations
Color information
#DD6501 (or 0xDD6501) is known color: Mango Tango. HEX triplet: DD, 65 and 01. RGB value is (221,101,1). Sum of RGB (Red+Green+Blue) = 221+101+1=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6501 is #229AFE. Grayscale: #7D7D7D. Windows color (decimal): -2267903 or 91613. OLE color: 91613.
HSL color Cylindrical-coordinate representation of color #DD6501: hue angle of 27.27º 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 #DD6501 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0.13 |
| HSL | 27.27º | 0.99% | 0.44% | - |
| HSV(B) | 27.27º | 1% | 0.87% | - |
| XYZ | 34.48 | 24.68 | 2.98 | - |
| YUV | 125.48 | 57.76 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 1 | 0 | 0.54 | 1.00 | 0.13 | 27.27 | 0.99 | 0.44 |
| Hex | DD | 65 | 1 | 0 | 36 | 64 | D | 1B | 63 | 2C |
| Octal | 335 | 145 | 1 | 0 | 66 | 144 | 15 | 33 | 143 | 54 |
| Binary | 11011101 | 1100101 | 1 | 0 | 110110 | 1100100 | 1101 | 11011 | 1100011 | 101100 |
Color Harmonies of #DD6501
Complementary color
Monochromatic Colors of #DD6501
Black with #DD6501
Text Example
Text Example
White with #DD6501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6501; }
p { color: rgb(221,101,1); }
H1.HeaderClassName
{
color: #DD6501;
}
.AnyTagClassName
{
color: #DD6501;
}
</style>
background-color css
<style>
a { background-color: #DD6501; }
a { background-color: rgb(221,101,1); }
div.DivClassName
{
background-color: #DD6501;
}
.BgClassName
{
background-color: #DD6501;
}
</style>
border-color css
<style>
span { border-color: #DD6501; }
span { border-color: rgb(221,101,1); }
td.TdClassName
{
border-color: #DD6501;
}
.TagClassName
{
border-color: #DD6501;
}
</style>