Shades of Mango Tango #DC820D
Tints of Mango Tango #DC820D
RGB
CMYK
RGB Variations
Color information
#DC820D (or 0xDC820D) is known color: Mango Tango. HEX triplet: DC, 82 and 0D. RGB value is (220,130,13). Sum of RGB (Red+Green+Blue) = 220+130+13=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC820D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC820D is #237DF2. Grayscale: #909090. Windows color (decimal): -2326003 or 885468. OLE color: 885468.
HSL color Cylindrical-coordinate representation of color #DC820D: hue angle of 33.91º 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 #DC820D is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 13 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.14 |
| HSL | 33.91º | 0.89% | 0.46% | - |
| HSV(B) | 33.91º | 0.94% | 0.86% | - |
| XYZ | 37.57 | 31.21 | 4.42 | - |
| YUV | 143.57 | 54.32 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 13 | 0 | 0.41 | 0.94 | 0.14 | 33.91 | 0.89 | 0.46 |
| Hex | DC | 82 | D | 0 | 29 | 5E | E | 22 | 59 | 2E |
| Octal | 334 | 202 | 15 | 0 | 51 | 136 | 16 | 42 | 131 | 56 |
| Binary | 11011100 | 10000010 | 1101 | 0 | 101001 | 1011110 | 1110 | 100010 | 1011001 | 101110 |
Color Harmonies of #DC820D
Complementary color
Monochromatic Colors of #DC820D
Black with #DC820D
Text Example
Text Example
White with #DC820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC820D; }
p { color: rgb(220,130,13); }
H1.HeaderClassName
{
color: #DC820D;
}
.AnyTagClassName
{
color: #DC820D;
}
</style>
background-color css
<style>
a { background-color: #DC820D; }
a { background-color: rgb(220,130,13); }
div.DivClassName
{
background-color: #DC820D;
}
.BgClassName
{
background-color: #DC820D;
}
</style>
border-color css
<style>
span { border-color: #DC820D; }
span { border-color: rgb(220,130,13); }
td.TdClassName
{
border-color: #DC820D;
}
.TagClassName
{
border-color: #DC820D;
}
</style>