Shades of Mango Tango #DC6A03
Tints of Mango Tango #DC6A03
RGB
CMYK
RGB Variations
Color information
#DC6A03 (or 0xDC6A03) is known color: Mango Tango. HEX triplet: DC, 6A and 03. RGB value is (220,106,3). Sum of RGB (Red+Green+Blue) = 220+106+3=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6A03 is #2395FC. Grayscale: #808080. Windows color (decimal): -2332157 or 223964. OLE color: 223964.
HSL color Cylindrical-coordinate representation of color #DC6A03: hue angle of 28.48º degrees, saturation: 0.97, 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 #DC6A03 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 3 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.14 |
| HSL | 28.48º | 0.97% | 0.44% | - |
| HSV(B) | 28.48º | 0.99% | 0.86% | - |
| XYZ | 34.69 | 25.53 | 3.19 | - |
| YUV | 128.34 | 57.27 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 3 | 0 | 0.52 | 0.99 | 0.14 | 28.48 | 0.97 | 0.44 |
| Hex | DC | 6A | 3 | 0 | 34 | 63 | E | 1C | 61 | 2C |
| Octal | 334 | 152 | 3 | 0 | 64 | 143 | 16 | 34 | 141 | 54 |
| Binary | 11011100 | 1101010 | 11 | 0 | 110100 | 1100011 | 1110 | 11100 | 1100001 | 101100 |
Color Harmonies of #DC6A03
Complementary color
Monochromatic Colors of #DC6A03
Black with #DC6A03
Text Example
Text Example
White with #DC6A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A03; }
p { color: rgb(220,106,3); }
H1.HeaderClassName
{
color: #DC6A03;
}
.AnyTagClassName
{
color: #DC6A03;
}
</style>
background-color css
<style>
a { background-color: #DC6A03; }
a { background-color: rgb(220,106,3); }
div.DivClassName
{
background-color: #DC6A03;
}
.BgClassName
{
background-color: #DC6A03;
}
</style>
border-color css
<style>
span { border-color: #DC6A03; }
span { border-color: rgb(220,106,3); }
td.TdClassName
{
border-color: #DC6A03;
}
.TagClassName
{
border-color: #DC6A03;
}
</style>