Shades of Mango Tango #DD660C
Tints of Mango Tango #DD660C
RGB
CMYK
RGB Variations
Color information
#DD660C (or 0xDD660C) is known color: Mango Tango. HEX triplet: DD, 66 and 0C. RGB value is (221,102,12). Sum of RGB (Red+Green+Blue) = 221+102+12=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD660C is #2299F3. Grayscale: #7F7F7F. Windows color (decimal): -2267636 or 812765. OLE color: 812765.
HSL color Cylindrical-coordinate representation of color #DD660C: hue angle of 25.84º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD660C is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 12 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.13 |
| HSL | 25.84º | 0.9% | 0.46% | - |
| HSV(B) | 25.84º | 0.95% | 0.87% | - |
| XYZ | 34.64 | 24.9 | 3.33 | - |
| YUV | 127.32 | 62.92 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 12 | 0 | 0.54 | 0.95 | 0.13 | 25.84 | 0.9 | 0.46 |
| Hex | DD | 66 | C | 0 | 36 | 5F | D | 1A | 5A | 2E |
| Octal | 335 | 146 | 14 | 0 | 66 | 137 | 15 | 32 | 132 | 56 |
| Binary | 11011101 | 1100110 | 1100 | 0 | 110110 | 1011111 | 1101 | 11010 | 1011010 | 101110 |
Color Harmonies of #DD660C
Complementary color
Monochromatic Colors of #DD660C
Black with #DD660C
Text Example
Text Example
White with #DD660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD660C; }
p { color: rgb(221,102,12); }
H1.HeaderClassName
{
color: #DD660C;
}
.AnyTagClassName
{
color: #DD660C;
}
</style>
background-color css
<style>
a { background-color: #DD660C; }
a { background-color: rgb(221,102,12); }
div.DivClassName
{
background-color: #DD660C;
}
.BgClassName
{
background-color: #DD660C;
}
</style>
border-color css
<style>
span { border-color: #DD660C; }
span { border-color: rgb(221,102,12); }
td.TdClassName
{
border-color: #DD660C;
}
.TagClassName
{
border-color: #DD660C;
}
</style>