Shades of Mango Tango #DC6A0A
Tints of Mango Tango #DC6A0A
RGB
CMYK
RGB Variations
Color information
#DC6A0A (or 0xDC6A0A) is known color: Mango Tango. HEX triplet: DC, 6A and 0A. RGB value is (220,106,10). Sum of RGB (Red+Green+Blue) = 220+106+10=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6A0A is #2395F5. Grayscale: #818181. Windows color (decimal): -2332150 or 682716. OLE color: 682716.
HSL color Cylindrical-coordinate representation of color #DC6A0A: hue angle of 27.43º 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 #DC6A0A is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 10 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.14 |
| HSL | 27.43º | 0.91% | 0.45% | - |
| HSV(B) | 27.43º | 0.95% | 0.86% | - |
| XYZ | 34.72 | 25.55 | 3.39 | - |
| YUV | 129.14 | 60.77 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 10 | 0 | 0.52 | 0.95 | 0.14 | 27.43 | 0.91 | 0.45 |
| Hex | DC | 6A | A | 0 | 34 | 5F | E | 1B | 5B | 2D |
| Octal | 334 | 152 | 12 | 0 | 64 | 137 | 16 | 33 | 133 | 55 |
| Binary | 11011100 | 1101010 | 1010 | 0 | 110100 | 1011111 | 1110 | 11011 | 1011011 | 101101 |
Color Harmonies of #DC6A0A
Complementary color
Monochromatic Colors of #DC6A0A
Black with #DC6A0A
Text Example
Text Example
White with #DC6A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A0A; }
p { color: rgb(220,106,10); }
H1.HeaderClassName
{
color: #DC6A0A;
}
.AnyTagClassName
{
color: #DC6A0A;
}
</style>
background-color css
<style>
a { background-color: #DC6A0A; }
a { background-color: rgb(220,106,10); }
div.DivClassName
{
background-color: #DC6A0A;
}
.BgClassName
{
background-color: #DC6A0A;
}
</style>
border-color css
<style>
span { border-color: #DC6A0A; }
span { border-color: rgb(220,106,10); }
td.TdClassName
{
border-color: #DC6A0A;
}
.TagClassName
{
border-color: #DC6A0A;
}
</style>