Shades of Mango Tango #DC6406
Tints of Mango Tango #DC6406
RGB
CMYK
RGB Variations
Color information
#DC6406 (or 0xDC6406) is known color: Mango Tango. HEX triplet: DC, 64 and 06. RGB value is (220,100,6). Sum of RGB (Red+Green+Blue) = 220+100+6=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6406 is #239BF9. Grayscale: #7D7D7D. Windows color (decimal): -2333690 or 419036. OLE color: 419036.
HSL color Cylindrical-coordinate representation of color #DC6406: hue angle of 26.36º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC6406 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 6 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.14 |
| HSL | 26.36º | 0.95% | 0.44% | - |
| HSV(B) | 26.36º | 0.97% | 0.86% | - |
| XYZ | 34.11 | 24.34 | 3.07 | - |
| YUV | 125.16 | 60.76 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 6 | 0 | 0.55 | 0.97 | 0.14 | 26.36 | 0.95 | 0.44 |
| Hex | DC | 64 | 6 | 0 | 37 | 61 | E | 1A | 5F | 2C |
| Octal | 334 | 144 | 6 | 0 | 67 | 141 | 16 | 32 | 137 | 54 |
| Binary | 11011100 | 1100100 | 110 | 0 | 110111 | 1100001 | 1110 | 11010 | 1011111 | 101100 |
Color Harmonies of #DC6406
Complementary color
Monochromatic Colors of #DC6406
Black with #DC6406
Text Example
Text Example
White with #DC6406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6406; }
p { color: rgb(220,100,6); }
H1.HeaderClassName
{
color: #DC6406;
}
.AnyTagClassName
{
color: #DC6406;
}
</style>
background-color css
<style>
a { background-color: #DC6406; }
a { background-color: rgb(220,100,6); }
div.DivClassName
{
background-color: #DC6406;
}
.BgClassName
{
background-color: #DC6406;
}
</style>
border-color css
<style>
span { border-color: #DC6406; }
span { border-color: rgb(220,100,6); }
td.TdClassName
{
border-color: #DC6406;
}
.TagClassName
{
border-color: #DC6406;
}
</style>