Shades of Mango Tango #DC6A02
Tints of Mango Tango #DC6A02
RGB
CMYK
RGB Variations
Color information
#DC6A02 (or 0xDC6A02) is known color: Mango Tango. HEX triplet: DC, 6A and 02. RGB value is (220,106,2). Sum of RGB (Red+Green+Blue) = 220+106+2=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6A02 is #2395FD. Grayscale: #808080. Windows color (decimal): -2332158 or 158428. OLE color: 158428.
HSL color Cylindrical-coordinate representation of color #DC6A02: hue angle of 28.62º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC6A02 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.14 |
| HSL | 28.62º | 0.98% | 0.44% | - |
| HSV(B) | 28.62º | 0.99% | 0.86% | - |
| XYZ | 34.68 | 25.53 | 3.16 | - |
| YUV | 128.23 | 56.77 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 2 | 0 | 0.52 | 0.99 | 0.14 | 28.62 | 0.98 | 0.44 |
| Hex | DC | 6A | 2 | 0 | 34 | 63 | E | 1D | 62 | 2C |
| Octal | 334 | 152 | 2 | 0 | 64 | 143 | 16 | 35 | 142 | 54 |
| Binary | 11011100 | 1101010 | 10 | 0 | 110100 | 1100011 | 1110 | 11101 | 1100010 | 101100 |
Color Harmonies of #DC6A02
Complementary color
Monochromatic Colors of #DC6A02
Black with #DC6A02
Text Example
Text Example
White with #DC6A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A02; }
p { color: rgb(220,106,2); }
H1.HeaderClassName
{
color: #DC6A02;
}
.AnyTagClassName
{
color: #DC6A02;
}
</style>
background-color css
<style>
a { background-color: #DC6A02; }
a { background-color: rgb(220,106,2); }
div.DivClassName
{
background-color: #DC6A02;
}
.BgClassName
{
background-color: #DC6A02;
}
</style>
border-color css
<style>
span { border-color: #DC6A02; }
span { border-color: rgb(220,106,2); }
td.TdClassName
{
border-color: #DC6A02;
}
.TagClassName
{
border-color: #DC6A02;
}
</style>