Shades of Mango Tango #DC6C0D
Tints of Mango Tango #DC6C0D
RGB
CMYK
RGB Variations
Color information
#DC6C0D (or 0xDC6C0D) is known color: Mango Tango. HEX triplet: DC, 6C and 0D. RGB value is (220,108,13). Sum of RGB (Red+Green+Blue) = 220+108+13=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6C0D is #2393F2. Grayscale: #838383. Windows color (decimal): -2331635 or 879836. OLE color: 879836.
HSL color Cylindrical-coordinate representation of color #DC6C0D: hue angle of 27.54º 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 #DC6C0D is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 13 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.14 |
| HSL | 27.54º | 0.89% | 0.46% | - |
| HSV(B) | 27.54º | 0.94% | 0.86% | - |
| XYZ | 34.95 | 25.97 | 3.55 | - |
| YUV | 130.66 | 61.61 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 13 | 0 | 0.51 | 0.94 | 0.14 | 27.54 | 0.89 | 0.46 |
| Hex | DC | 6C | D | 0 | 33 | 5E | E | 1C | 59 | 2E |
| Octal | 334 | 154 | 15 | 0 | 63 | 136 | 16 | 34 | 131 | 56 |
| Binary | 11011100 | 1101100 | 1101 | 0 | 110011 | 1011110 | 1110 | 11100 | 1011001 | 101110 |
Color Harmonies of #DC6C0D
Complementary color
Monochromatic Colors of #DC6C0D
Black with #DC6C0D
Text Example
Text Example
White with #DC6C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C0D; }
p { color: rgb(220,108,13); }
H1.HeaderClassName
{
color: #DC6C0D;
}
.AnyTagClassName
{
color: #DC6C0D;
}
</style>
background-color css
<style>
a { background-color: #DC6C0D; }
a { background-color: rgb(220,108,13); }
div.DivClassName
{
background-color: #DC6C0D;
}
.BgClassName
{
background-color: #DC6C0D;
}
</style>
border-color css
<style>
span { border-color: #DC6C0D; }
span { border-color: rgb(220,108,13); }
td.TdClassName
{
border-color: #DC6C0D;
}
.TagClassName
{
border-color: #DC6C0D;
}
</style>