Shades of Mango Tango #DC6C0A
Tints of Mango Tango #DC6C0A
RGB
CMYK
RGB Variations
Color information
#DC6C0A (or 0xDC6C0A) is known color: Mango Tango. HEX triplet: DC, 6C and 0A. RGB value is (220,108,10). Sum of RGB (Red+Green+Blue) = 220+108+10=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6C0A is #2393F5. Grayscale: #828282. Windows color (decimal): -2331638 or 683228. OLE color: 683228.
HSL color Cylindrical-coordinate representation of color #DC6C0A: hue angle of 28º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC6C0A is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 10 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.14 |
| HSL | 28º | 0.91% | 0.45% | - |
| HSV(B) | 28º | 0.95% | 0.86% | - |
| XYZ | 34.93 | 25.96 | 3.46 | - |
| YUV | 130.32 | 60.11 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 10 | 0 | 0.51 | 0.95 | 0.14 | 28 | 0.91 | 0.45 |
| Hex | DC | 6C | A | 0 | 33 | 5F | E | 1C | 5B | 2D |
| Octal | 334 | 154 | 12 | 0 | 63 | 137 | 16 | 34 | 133 | 55 |
| Binary | 11011100 | 1101100 | 1010 | 0 | 110011 | 1011111 | 1110 | 11100 | 1011011 | 101101 |
Color Harmonies of #DC6C0A
Complementary color
Monochromatic Colors of #DC6C0A
Black with #DC6C0A
Text Example
Text Example
White with #DC6C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C0A; }
p { color: rgb(220,108,10); }
H1.HeaderClassName
{
color: #DC6C0A;
}
.AnyTagClassName
{
color: #DC6C0A;
}
</style>
background-color css
<style>
a { background-color: #DC6C0A; }
a { background-color: rgb(220,108,10); }
div.DivClassName
{
background-color: #DC6C0A;
}
.BgClassName
{
background-color: #DC6C0A;
}
</style>
border-color css
<style>
span { border-color: #DC6C0A; }
span { border-color: rgb(220,108,10); }
td.TdClassName
{
border-color: #DC6C0A;
}
.TagClassName
{
border-color: #DC6C0A;
}
</style>