Shades of Mango Tango #DD6A08
Tints of Mango Tango #DD6A08
RGB
CMYK
RGB Variations
Color information
#DD6A08 (or 0xDD6A08) is known color: Mango Tango. HEX triplet: DD, 6A and 08. RGB value is (221,106,8). Sum of RGB (Red+Green+Blue) = 221+106+8=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6A08 is #2295F7. Grayscale: #818181. Windows color (decimal): -2266616 or 551645. OLE color: 551645.
HSL color Cylindrical-coordinate representation of color #DD6A08: hue angle of 27.61º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD6A08 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 8 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.13 |
| HSL | 27.61º | 0.93% | 0.45% | - |
| HSV(B) | 27.61º | 0.96% | 0.87% | - |
| XYZ | 35.02 | 25.7 | 3.34 | - |
| YUV | 129.21 | 59.6 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 8 | 0 | 0.52 | 0.96 | 0.13 | 27.61 | 0.93 | 0.45 |
| Hex | DD | 6A | 8 | 0 | 34 | 60 | D | 1C | 5D | 2D |
| Octal | 335 | 152 | 10 | 0 | 64 | 140 | 15 | 34 | 135 | 55 |
| Binary | 11011101 | 1101010 | 1000 | 0 | 110100 | 1100000 | 1101 | 11100 | 1011101 | 101101 |
Color Harmonies of #DD6A08
Complementary color
Monochromatic Colors of #DD6A08
Black with #DD6A08
Text Example
Text Example
White with #DD6A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6A08; }
p { color: rgb(221,106,8); }
H1.HeaderClassName
{
color: #DD6A08;
}
.AnyTagClassName
{
color: #DD6A08;
}
</style>
background-color css
<style>
a { background-color: #DD6A08; }
a { background-color: rgb(221,106,8); }
div.DivClassName
{
background-color: #DD6A08;
}
.BgClassName
{
background-color: #DD6A08;
}
</style>
border-color css
<style>
span { border-color: #DD6A08; }
span { border-color: rgb(221,106,8); }
td.TdClassName
{
border-color: #DD6A08;
}
.TagClassName
{
border-color: #DD6A08;
}
</style>