Shades of Mango Tango #DD6C0D
Tints of Mango Tango #DD6C0D
RGB
CMYK
RGB Variations
Color information
#DD6C0D (or 0xDD6C0D) is known color: Mango Tango. HEX triplet: DD, 6C and 0D. RGB value is (221,108,13). Sum of RGB (Red+Green+Blue) = 221+108+13=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6C0D is #2293F2. Grayscale: #838383. Windows color (decimal): -2266099 or 879837. OLE color: 879837.
HSL color Cylindrical-coordinate representation of color #DD6C0D: hue angle of 27.4º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD6C0D is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 13 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.13 |
| HSL | 27.4º | 0.89% | 0.46% | - |
| HSV(B) | 27.4º | 0.94% | 0.87% | - |
| XYZ | 35.25 | 26.13 | 3.57 | - |
| YUV | 130.96 | 61.44 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 13 | 0 | 0.51 | 0.94 | 0.13 | 27.4 | 0.89 | 0.46 |
| Hex | DD | 6C | D | 0 | 33 | 5E | D | 1B | 59 | 2E |
| Octal | 335 | 154 | 15 | 0 | 63 | 136 | 15 | 33 | 131 | 56 |
| Binary | 11011101 | 1101100 | 1101 | 0 | 110011 | 1011110 | 1101 | 11011 | 1011001 | 101110 |
Color Harmonies of #DD6C0D
Complementary color
Monochromatic Colors of #DD6C0D
Black with #DD6C0D
Text Example
Text Example
White with #DD6C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C0D; }
p { color: rgb(221,108,13); }
H1.HeaderClassName
{
color: #DD6C0D;
}
.AnyTagClassName
{
color: #DD6C0D;
}
</style>
background-color css
<style>
a { background-color: #DD6C0D; }
a { background-color: rgb(221,108,13); }
div.DivClassName
{
background-color: #DD6C0D;
}
.BgClassName
{
background-color: #DD6C0D;
}
</style>
border-color css
<style>
span { border-color: #DD6C0D; }
span { border-color: rgb(221,108,13); }
td.TdClassName
{
border-color: #DD6C0D;
}
.TagClassName
{
border-color: #DD6C0D;
}
</style>