Shades of Mango Tango #DD660A
Tints of Mango Tango #DD660A
RGB
CMYK
RGB Variations
Color information
#DD660A (or 0xDD660A) is known color: Mango Tango. HEX triplet: DD, 66 and 0A. RGB value is (221,102,10). Sum of RGB (Red+Green+Blue) = 221+102+10=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD660A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD660A is #2299F5. Grayscale: #7F7F7F. Windows color (decimal): -2267638 or 681693. OLE color: 681693.
HSL color Cylindrical-coordinate representation of color #DD660A: hue angle of 26.16º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD660A is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 10 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.13 |
| HSL | 26.16º | 0.91% | 0.45% | - |
| HSV(B) | 26.16º | 0.95% | 0.87% | - |
| XYZ | 34.62 | 24.9 | 3.27 | - |
| YUV | 127.09 | 61.92 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 10 | 0 | 0.54 | 0.95 | 0.13 | 26.16 | 0.91 | 0.45 |
| Hex | DD | 66 | A | 0 | 36 | 5F | D | 1A | 5B | 2D |
| Octal | 335 | 146 | 12 | 0 | 66 | 137 | 15 | 32 | 133 | 55 |
| Binary | 11011101 | 1100110 | 1010 | 0 | 110110 | 1011111 | 1101 | 11010 | 1011011 | 101101 |
Color Harmonies of #DD660A
Complementary color
Monochromatic Colors of #DD660A
Black with #DD660A
Text Example
Text Example
White with #DD660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD660A; }
p { color: rgb(221,102,10); }
H1.HeaderClassName
{
color: #DD660A;
}
.AnyTagClassName
{
color: #DD660A;
}
</style>
background-color css
<style>
a { background-color: #DD660A; }
a { background-color: rgb(221,102,10); }
div.DivClassName
{
background-color: #DD660A;
}
.BgClassName
{
background-color: #DD660A;
}
</style>
border-color css
<style>
span { border-color: #DD660A; }
span { border-color: rgb(221,102,10); }
td.TdClassName
{
border-color: #DD660A;
}
.TagClassName
{
border-color: #DD660A;
}
</style>