Shades of Mango Tango #DD6C0C
Tints of Mango Tango #DD6C0C
RGB
CMYK
RGB Variations
Color information
#DD6C0C (or 0xDD6C0C) is known color: Mango Tango. HEX triplet: DD, 6C and 0C. RGB value is (221,108,12). Sum of RGB (Red+Green+Blue) = 221+108+12=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6C0C is #2293F3. Grayscale: #838383. Windows color (decimal): -2266100 or 814301. OLE color: 814301.
HSL color Cylindrical-coordinate representation of color #DD6C0C: hue angle of 27.56º 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 #DD6C0C is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 12 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.13 |
| HSL | 27.56º | 0.9% | 0.46% | - |
| HSV(B) | 27.56º | 0.95% | 0.87% | - |
| XYZ | 35.25 | 26.12 | 3.53 | - |
| YUV | 130.84 | 60.94 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 12 | 0 | 0.51 | 0.95 | 0.13 | 27.56 | 0.9 | 0.46 |
| Hex | DD | 6C | C | 0 | 33 | 5F | D | 1C | 5A | 2E |
| Octal | 335 | 154 | 14 | 0 | 63 | 137 | 15 | 34 | 132 | 56 |
| Binary | 11011101 | 1101100 | 1100 | 0 | 110011 | 1011111 | 1101 | 11100 | 1011010 | 101110 |
Color Harmonies of #DD6C0C
Complementary color
Monochromatic Colors of #DD6C0C
Black with #DD6C0C
Text Example
Text Example
White with #DD6C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C0C; }
p { color: rgb(221,108,12); }
H1.HeaderClassName
{
color: #DD6C0C;
}
.AnyTagClassName
{
color: #DD6C0C;
}
</style>
background-color css
<style>
a { background-color: #DD6C0C; }
a { background-color: rgb(221,108,12); }
div.DivClassName
{
background-color: #DD6C0C;
}
.BgClassName
{
background-color: #DD6C0C;
}
</style>
border-color css
<style>
span { border-color: #DD6C0C; }
span { border-color: rgb(221,108,12); }
td.TdClassName
{
border-color: #DD6C0C;
}
.TagClassName
{
border-color: #DD6C0C;
}
</style>