Shades of Mango Tango #DC6909
Tints of Mango Tango #DC6909
RGB
CMYK
RGB Variations
Color information
#DC6909 (or 0xDC6909) is known color: Mango Tango. HEX triplet: DC, 69 and 09. RGB value is (220,105,9). Sum of RGB (Red+Green+Blue) = 220+105+9=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 9 (3.91% from 255 or 2.69% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6909 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6909 is #2396F6. Grayscale: #808080. Windows color (decimal): -2332407 or 616924. OLE color: 616924.
HSL color Cylindrical-coordinate representation of color #DC6909: hue angle of 27.3º 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 #DC6909 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 9 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.14 |
| HSL | 27.3º | 0.92% | 0.45% | - |
| HSV(B) | 27.3º | 0.96% | 0.86% | - |
| XYZ | 34.62 | 25.34 | 3.32 | - |
| YUV | 128.44 | 60.6 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 9 | 0 | 0.52 | 0.96 | 0.14 | 27.3 | 0.92 | 0.45 |
| Hex | DC | 69 | 9 | 0 | 34 | 60 | E | 1B | 5C | 2D |
| Octal | 334 | 151 | 11 | 0 | 64 | 140 | 16 | 33 | 134 | 55 |
| Binary | 11011100 | 1101001 | 1001 | 0 | 110100 | 1100000 | 1110 | 11011 | 1011100 | 101101 |
Color Harmonies of #DC6909
Complementary color
Monochromatic Colors of #DC6909
Black with #DC6909
Text Example
Text Example
White with #DC6909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6909; }
p { color: rgb(220,105,9); }
H1.HeaderClassName
{
color: #DC6909;
}
.AnyTagClassName
{
color: #DC6909;
}
</style>
background-color css
<style>
a { background-color: #DC6909; }
a { background-color: rgb(220,105,9); }
div.DivClassName
{
background-color: #DC6909;
}
.BgClassName
{
background-color: #DC6909;
}
</style>
border-color css
<style>
span { border-color: #DC6909; }
span { border-color: rgb(220,105,9); }
td.TdClassName
{
border-color: #DC6909;
}
.TagClassName
{
border-color: #DC6909;
}
</style>