Shades of Mango Tango #DC6905
Tints of Mango Tango #DC6905
RGB
CMYK
RGB Variations
Color information
#DC6905 (or 0xDC6905) is known color: Mango Tango. HEX triplet: DC, 69 and 05. RGB value is (220,105,5). Sum of RGB (Red+Green+Blue) = 220+105+5=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6905 is #2396FA. Grayscale: #808080. Windows color (decimal): -2332411 or 354780. OLE color: 354780.
HSL color Cylindrical-coordinate representation of color #DC6905: hue angle of 27.91º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC6905 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 5 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.14 |
| HSL | 27.91º | 0.96% | 0.44% | - |
| HSV(B) | 27.91º | 0.98% | 0.86% | - |
| XYZ | 34.59 | 25.33 | 3.21 | - |
| YUV | 127.99 | 58.6 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 5 | 0 | 0.52 | 0.98 | 0.14 | 27.91 | 0.96 | 0.44 |
| Hex | DC | 69 | 5 | 0 | 34 | 62 | E | 1C | 60 | 2C |
| Octal | 334 | 151 | 5 | 0 | 64 | 142 | 16 | 34 | 140 | 54 |
| Binary | 11011100 | 1101001 | 101 | 0 | 110100 | 1100010 | 1110 | 11100 | 1100000 | 101100 |
Color Harmonies of #DC6905
Complementary color
Monochromatic Colors of #DC6905
Black with #DC6905
Text Example
Text Example
White with #DC6905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6905; }
p { color: rgb(220,105,5); }
H1.HeaderClassName
{
color: #DC6905;
}
.AnyTagClassName
{
color: #DC6905;
}
</style>
background-color css
<style>
a { background-color: #DC6905; }
a { background-color: rgb(220,105,5); }
div.DivClassName
{
background-color: #DC6905;
}
.BgClassName
{
background-color: #DC6905;
}
</style>
border-color css
<style>
span { border-color: #DC6905; }
span { border-color: rgb(220,105,5); }
td.TdClassName
{
border-color: #DC6905;
}
.TagClassName
{
border-color: #DC6905;
}
</style>