Shades of Mango Tango #DC6609
Tints of Mango Tango #DC6609
RGB
CMYK
RGB Variations
Color information
#DC6609 (or 0xDC6609) is known color: Mango Tango. HEX triplet: DC, 66 and 09. RGB value is (220,102,9). Sum of RGB (Red+Green+Blue) = 220+102+9=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 9 (3.91% from 255 or 2.72% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6609 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6609 is #2399F6. Grayscale: #7F7F7F. Windows color (decimal): -2333175 or 616156. OLE color: 616156.
HSL color Cylindrical-coordinate representation of color #DC6609: hue angle of 26.45º 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 #DC6609 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 9 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.14 |
| HSL | 26.45º | 0.92% | 0.45% | - |
| HSV(B) | 26.45º | 0.96% | 0.86% | - |
| XYZ | 34.32 | 24.74 | 3.22 | - |
| YUV | 126.68 | 61.59 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 9 | 0 | 0.54 | 0.96 | 0.14 | 26.45 | 0.92 | 0.45 |
| Hex | DC | 66 | 9 | 0 | 36 | 60 | E | 1A | 5C | 2D |
| Octal | 334 | 146 | 11 | 0 | 66 | 140 | 16 | 32 | 134 | 55 |
| Binary | 11011100 | 1100110 | 1001 | 0 | 110110 | 1100000 | 1110 | 11010 | 1011100 | 101101 |
Color Harmonies of #DC6609
Complementary color
Monochromatic Colors of #DC6609
Black with #DC6609
Text Example
Text Example
White with #DC6609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6609; }
p { color: rgb(220,102,9); }
H1.HeaderClassName
{
color: #DC6609;
}
.AnyTagClassName
{
color: #DC6609;
}
</style>
background-color css
<style>
a { background-color: #DC6609; }
a { background-color: rgb(220,102,9); }
div.DivClassName
{
background-color: #DC6609;
}
.BgClassName
{
background-color: #DC6609;
}
</style>
border-color css
<style>
span { border-color: #DC6609; }
span { border-color: rgb(220,102,9); }
td.TdClassName
{
border-color: #DC6609;
}
.TagClassName
{
border-color: #DC6609;
}
</style>