Shades of Mango Tango #DC6A0D
Tints of Mango Tango #DC6A0D
RGB
CMYK
RGB Variations
Color information
#DC6A0D (or 0xDC6A0D) is known color: Mango Tango. HEX triplet: DC, 6A and 0D. RGB value is (220,106,13). Sum of RGB (Red+Green+Blue) = 220+106+13=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6A0D is #2395F2. Grayscale: #818181. Windows color (decimal): -2332147 or 879324. OLE color: 879324.
HSL color Cylindrical-coordinate representation of color #DC6A0D: hue angle of 26.96º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC6A0D is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 13 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.14 |
| HSL | 26.96º | 0.89% | 0.46% | - |
| HSV(B) | 26.96º | 0.94% | 0.86% | - |
| XYZ | 34.74 | 25.55 | 3.48 | - |
| YUV | 129.48 | 62.27 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 13 | 0 | 0.52 | 0.94 | 0.14 | 26.96 | 0.89 | 0.46 |
| Hex | DC | 6A | D | 0 | 34 | 5E | E | 1B | 59 | 2E |
| Octal | 334 | 152 | 15 | 0 | 64 | 136 | 16 | 33 | 131 | 56 |
| Binary | 11011100 | 1101010 | 1101 | 0 | 110100 | 1011110 | 1110 | 11011 | 1011001 | 101110 |
Color Harmonies of #DC6A0D
Complementary color
Monochromatic Colors of #DC6A0D
Black with #DC6A0D
Text Example
Text Example
White with #DC6A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A0D; }
p { color: rgb(220,106,13); }
H1.HeaderClassName
{
color: #DC6A0D;
}
.AnyTagClassName
{
color: #DC6A0D;
}
</style>
background-color css
<style>
a { background-color: #DC6A0D; }
a { background-color: rgb(220,106,13); }
div.DivClassName
{
background-color: #DC6A0D;
}
.BgClassName
{
background-color: #DC6A0D;
}
</style>
border-color css
<style>
span { border-color: #DC6A0D; }
span { border-color: rgb(220,106,13); }
td.TdClassName
{
border-color: #DC6A0D;
}
.TagClassName
{
border-color: #DC6A0D;
}
</style>