Shades of Mango Tango #DC6C00
Tints of Mango Tango #DC6C00
RGB
CMYK
RGB Variations
Color information
#DC6C00 (or 0xDC6C00) is known color: Mango Tango. HEX triplet: DC, 6C and 00. RGB value is (220,108,0). Sum of RGB (Red+Green+Blue) = 220+108+0=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6C00 is #2393FF. Grayscale: #818181. Windows color (decimal): -2331648 or 27868. OLE color: 27868.
HSL color Cylindrical-coordinate representation of color #DC6C00: hue angle of 29.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC6C00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.14 |
| HSL | 29.45º | 1% | 0.43% | - |
| HSV(B) | 29.45º | 1% | 0.86% | - |
| XYZ | 34.88 | 25.94 | 3.17 | - |
| YUV | 129.18 | 55.11 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 0 | 0 | 0.51 | 1 | 0.14 | 29.45 | 1 | 0.43 |
| Hex | DC | 6C | 0 | 0 | 33 | 64 | E | 1D | 64 | 2B |
| Octal | 334 | 154 | 0 | 0 | 63 | 144 | 16 | 35 | 144 | 53 |
| Binary | 11011100 | 1101100 | 0 | 0 | 110011 | 1100100 | 1110 | 11101 | 1100100 | 101011 |
Color Harmonies of #DC6C00
Complementary color
Monochromatic Colors of #DC6C00
Black with #DC6C00
Text Example
Text Example
White with #DC6C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C00; }
p { color: rgb(220,108,0); }
H1.HeaderClassName
{
color: #DC6C00;
}
.AnyTagClassName
{
color: #DC6C00;
}
</style>
background-color css
<style>
a { background-color: #DC6C00; }
a { background-color: rgb(220,108,0); }
div.DivClassName
{
background-color: #DC6C00;
}
.BgClassName
{
background-color: #DC6C00;
}
</style>
border-color css
<style>
span { border-color: #DC6C00; }
span { border-color: rgb(220,108,0); }
td.TdClassName
{
border-color: #DC6C00;
}
.TagClassName
{
border-color: #DC6C00;
}
</style>