Shades of Mango Tango #DC6809
Tints of Mango Tango #DC6809
RGB
CMYK
RGB Variations
Color information
#DC6809 (or 0xDC6809) is known color: Mango Tango. HEX triplet: DC, 68 and 09. RGB value is (220,104,9). Sum of RGB (Red+Green+Blue) = 220+104+9=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 9 (3.91% from 255 or 2.70% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6809 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6809 is #2397F6. Grayscale: #808080. Windows color (decimal): -2332663 or 616668. OLE color: 616668.
HSL color Cylindrical-coordinate representation of color #DC6809: hue angle of 27.01º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC6809 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 9 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.14 |
| HSL | 27.01º | 0.92% | 0.45% | - |
| HSV(B) | 27.01º | 0.96% | 0.86% | - |
| XYZ | 34.51 | 25.14 | 3.29 | - |
| YUV | 127.85 | 60.93 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 9 | 0 | 0.53 | 0.96 | 0.14 | 27.01 | 0.92 | 0.45 |
| Hex | DC | 68 | 9 | 0 | 35 | 60 | E | 1B | 5C | 2D |
| Octal | 334 | 150 | 11 | 0 | 65 | 140 | 16 | 33 | 134 | 55 |
| Binary | 11011100 | 1101000 | 1001 | 0 | 110101 | 1100000 | 1110 | 11011 | 1011100 | 101101 |
Color Harmonies of #DC6809
Complementary color
Monochromatic Colors of #DC6809
Black with #DC6809
Text Example
Text Example
White with #DC6809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6809; }
p { color: rgb(220,104,9); }
H1.HeaderClassName
{
color: #DC6809;
}
.AnyTagClassName
{
color: #DC6809;
}
</style>
background-color css
<style>
a { background-color: #DC6809; }
a { background-color: rgb(220,104,9); }
div.DivClassName
{
background-color: #DC6809;
}
.BgClassName
{
background-color: #DC6809;
}
</style>
border-color css
<style>
span { border-color: #DC6809; }
span { border-color: rgb(220,104,9); }
td.TdClassName
{
border-color: #DC6809;
}
.TagClassName
{
border-color: #DC6809;
}
</style>