Shades of Mango Tango #DD6A0C
Tints of Mango Tango #DD6A0C
RGB
CMYK
RGB Variations
Color information
#DD6A0C (or 0xDD6A0C) is known color: Mango Tango. HEX triplet: DD, 6A and 0C. RGB value is (221,106,12). Sum of RGB (Red+Green+Blue) = 221+106+12=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6A0C is #2295F3. Grayscale: #828282. Windows color (decimal): -2266612 or 813789. OLE color: 813789.
HSL color Cylindrical-coordinate representation of color #DD6A0C: hue angle of 26.99º 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 #DD6A0C is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 12 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.13 |
| HSL | 26.99º | 0.9% | 0.46% | - |
| HSV(B) | 26.99º | 0.95% | 0.87% | - |
| XYZ | 35.04 | 25.71 | 3.46 | - |
| YUV | 129.67 | 61.6 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 12 | 0 | 0.52 | 0.95 | 0.13 | 26.99 | 0.9 | 0.46 |
| Hex | DD | 6A | C | 0 | 34 | 5F | D | 1B | 5A | 2E |
| Octal | 335 | 152 | 14 | 0 | 64 | 137 | 15 | 33 | 132 | 56 |
| Binary | 11011101 | 1101010 | 1100 | 0 | 110100 | 1011111 | 1101 | 11011 | 1011010 | 101110 |
Color Harmonies of #DD6A0C
Complementary color
Monochromatic Colors of #DD6A0C
Black with #DD6A0C
Text Example
Text Example
White with #DD6A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6A0C; }
p { color: rgb(221,106,12); }
H1.HeaderClassName
{
color: #DD6A0C;
}
.AnyTagClassName
{
color: #DD6A0C;
}
</style>
background-color css
<style>
a { background-color: #DD6A0C; }
a { background-color: rgb(221,106,12); }
div.DivClassName
{
background-color: #DD6A0C;
}
.BgClassName
{
background-color: #DD6A0C;
}
</style>
border-color css
<style>
span { border-color: #DD6A0C; }
span { border-color: rgb(221,106,12); }
td.TdClassName
{
border-color: #DD6A0C;
}
.TagClassName
{
border-color: #DD6A0C;
}
</style>