Shades of Mango Tango #DC6D0D
Tints of Mango Tango #DC6D0D
RGB
CMYK
RGB Variations
Color information
#DC6D0D (or 0xDC6D0D) is known color: Mango Tango. HEX triplet: DC, 6D and 0D. RGB value is (220,109,13). Sum of RGB (Red+Green+Blue) = 220+109+13=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6D0D is #2392F2. Grayscale: #838383. Windows color (decimal): -2331379 or 880092. OLE color: 880092.
HSL color Cylindrical-coordinate representation of color #DC6D0D: hue angle of 27.83º 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 #DC6D0D is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 13 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.14 |
| HSL | 27.83º | 0.89% | 0.46% | - |
| HSV(B) | 27.83º | 0.94% | 0.86% | - |
| XYZ | 35.06 | 26.18 | 3.59 | - |
| YUV | 131.25 | 61.27 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 13 | 0 | 0.50 | 0.94 | 0.14 | 27.83 | 0.89 | 0.46 |
| Hex | DC | 6D | D | 0 | 32 | 5E | E | 1C | 59 | 2E |
| Octal | 334 | 155 | 15 | 0 | 62 | 136 | 16 | 34 | 131 | 56 |
| Binary | 11011100 | 1101101 | 1101 | 0 | 110010 | 1011110 | 1110 | 11100 | 1011001 | 101110 |
Color Harmonies of #DC6D0D
Complementary color
Monochromatic Colors of #DC6D0D
Black with #DC6D0D
Text Example
Text Example
White with #DC6D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6D0D; }
p { color: rgb(220,109,13); }
H1.HeaderClassName
{
color: #DC6D0D;
}
.AnyTagClassName
{
color: #DC6D0D;
}
</style>
background-color css
<style>
a { background-color: #DC6D0D; }
a { background-color: rgb(220,109,13); }
div.DivClassName
{
background-color: #DC6D0D;
}
.BgClassName
{
background-color: #DC6D0D;
}
</style>
border-color css
<style>
span { border-color: #DC6D0D; }
span { border-color: rgb(220,109,13); }
td.TdClassName
{
border-color: #DC6D0D;
}
.TagClassName
{
border-color: #DC6D0D;
}
</style>