Shades of Mango Tango #DC6A0C
Tints of Mango Tango #DC6A0C
RGB
CMYK
RGB Variations
Color information
#DC6A0C (or 0xDC6A0C) is known color: Mango Tango. HEX triplet: DC, 6A and 0C. RGB value is (220,106,12). Sum of RGB (Red+Green+Blue) = 220+106+12=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6A0C is #2395F3. Grayscale: #818181. Windows color (decimal): -2332148 or 813788. OLE color: 813788.
HSL color Cylindrical-coordinate representation of color #DC6A0C: hue angle of 27.12º degrees, saturation: 0.9, 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 #DC6A0C is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 12 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.14 |
| HSL | 27.12º | 0.9% | 0.45% | - |
| HSV(B) | 27.12º | 0.95% | 0.86% | - |
| XYZ | 34.74 | 25.55 | 3.45 | - |
| YUV | 129.37 | 61.77 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 12 | 0 | 0.52 | 0.95 | 0.14 | 27.12 | 0.9 | 0.45 |
| Hex | DC | 6A | C | 0 | 34 | 5F | E | 1B | 5A | 2D |
| Octal | 334 | 152 | 14 | 0 | 64 | 137 | 16 | 33 | 132 | 55 |
| Binary | 11011100 | 1101010 | 1100 | 0 | 110100 | 1011111 | 1110 | 11011 | 1011010 | 101101 |
Color Harmonies of #DC6A0C
Complementary color
Monochromatic Colors of #DC6A0C
Black with #DC6A0C
Text Example
Text Example
White with #DC6A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A0C; }
p { color: rgb(220,106,12); }
H1.HeaderClassName
{
color: #DC6A0C;
}
.AnyTagClassName
{
color: #DC6A0C;
}
</style>
background-color css
<style>
a { background-color: #DC6A0C; }
a { background-color: rgb(220,106,12); }
div.DivClassName
{
background-color: #DC6A0C;
}
.BgClassName
{
background-color: #DC6A0C;
}
</style>
border-color css
<style>
span { border-color: #DC6A0C; }
span { border-color: rgb(220,106,12); }
td.TdClassName
{
border-color: #DC6A0C;
}
.TagClassName
{
border-color: #DC6A0C;
}
</style>