Shades of Mango Tango #DD6601
Tints of Mango Tango #DD6601
RGB
CMYK
RGB Variations
Color information
#DD6601 (or 0xDD6601) is known color: Mango Tango. HEX triplet: DD, 66 and 01. RGB value is (221,102,1). Sum of RGB (Red+Green+Blue) = 221+102+1=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6601 is #2299FE. Grayscale: #7E7E7E. Windows color (decimal): -2267647 or 91869. OLE color: 91869.
HSL color Cylindrical-coordinate representation of color #DD6601: hue angle of 27.55º 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 #DD6601 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0.13 |
| HSL | 27.55º | 0.99% | 0.44% | - |
| HSV(B) | 27.55º | 1% | 0.87% | - |
| XYZ | 34.58 | 24.88 | 3.01 | - |
| YUV | 126.07 | 57.42 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 1 | 0 | 0.54 | 1.00 | 0.13 | 27.55 | 0.99 | 0.44 |
| Hex | DD | 66 | 1 | 0 | 36 | 64 | D | 1C | 63 | 2C |
| Octal | 335 | 146 | 1 | 0 | 66 | 144 | 15 | 34 | 143 | 54 |
| Binary | 11011101 | 1100110 | 1 | 0 | 110110 | 1100100 | 1101 | 11100 | 1100011 | 101100 |
Color Harmonies of #DD6601
Complementary color
Monochromatic Colors of #DD6601
Black with #DD6601
Text Example
Text Example
White with #DD6601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6601; }
p { color: rgb(221,102,1); }
H1.HeaderClassName
{
color: #DD6601;
}
.AnyTagClassName
{
color: #DD6601;
}
</style>
background-color css
<style>
a { background-color: #DD6601; }
a { background-color: rgb(221,102,1); }
div.DivClassName
{
background-color: #DD6601;
}
.BgClassName
{
background-color: #DD6601;
}
</style>
border-color css
<style>
span { border-color: #DD6601; }
span { border-color: rgb(221,102,1); }
td.TdClassName
{
border-color: #DD6601;
}
.TagClassName
{
border-color: #DD6601;
}
</style>