Shades of Mango Tango #DC6C07
Tints of Mango Tango #DC6C07
RGB
CMYK
RGB Variations
Color information
#DC6C07 (or 0xDC6C07) is known color: Mango Tango. HEX triplet: DC, 6C and 07. RGB value is (220,108,7). Sum of RGB (Red+Green+Blue) = 220+108+7=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6C07 is #2393F8. Grayscale: #828282. Windows color (decimal): -2331641 or 486620. OLE color: 486620.
HSL color Cylindrical-coordinate representation of color #DC6C07: hue angle of 28.45º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC6C07 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 7 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.14 |
| HSL | 28.45º | 0.94% | 0.45% | - |
| HSV(B) | 28.45º | 0.97% | 0.86% | - |
| XYZ | 34.92 | 25.96 | 3.37 | - |
| YUV | 129.97 | 58.61 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 7 | 0 | 0.51 | 0.97 | 0.14 | 28.45 | 0.94 | 0.45 |
| Hex | DC | 6C | 7 | 0 | 33 | 61 | E | 1C | 5E | 2D |
| Octal | 334 | 154 | 7 | 0 | 63 | 141 | 16 | 34 | 136 | 55 |
| Binary | 11011100 | 1101100 | 111 | 0 | 110011 | 1100001 | 1110 | 11100 | 1011110 | 101101 |
Color Harmonies of #DC6C07
Complementary color
Monochromatic Colors of #DC6C07
Black with #DC6C07
Text Example
Text Example
White with #DC6C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C07; }
p { color: rgb(220,108,7); }
H1.HeaderClassName
{
color: #DC6C07;
}
.AnyTagClassName
{
color: #DC6C07;
}
</style>
background-color css
<style>
a { background-color: #DC6C07; }
a { background-color: rgb(220,108,7); }
div.DivClassName
{
background-color: #DC6C07;
}
.BgClassName
{
background-color: #DC6C07;
}
</style>
border-color css
<style>
span { border-color: #DC6C07; }
span { border-color: rgb(220,108,7); }
td.TdClassName
{
border-color: #DC6C07;
}
.TagClassName
{
border-color: #DC6C07;
}
</style>