Shades of Mango Tango #DC6D08
Tints of Mango Tango #DC6D08
RGB
CMYK
RGB Variations
Color information
#DC6D08 (or 0xDC6D08) is known color: Mango Tango. HEX triplet: DC, 6D and 08. RGB value is (220,109,8). Sum of RGB (Red+Green+Blue) = 220+109+8=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6D08 is #2392F7. Grayscale: #838383. Windows color (decimal): -2331384 or 552412. OLE color: 552412.
HSL color Cylindrical-coordinate representation of color #DC6D08: hue angle of 28.58º degrees, saturation: 0.93, 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 #DC6D08 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 8 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.14 |
| HSL | 28.58º | 0.93% | 0.45% | - |
| HSV(B) | 28.58º | 0.96% | 0.86% | - |
| XYZ | 35.03 | 26.17 | 3.43 | - |
| YUV | 130.68 | 58.77 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 8 | 0 | 0.50 | 0.96 | 0.14 | 28.58 | 0.93 | 0.45 |
| Hex | DC | 6D | 8 | 0 | 32 | 60 | E | 1D | 5D | 2D |
| Octal | 334 | 155 | 10 | 0 | 62 | 140 | 16 | 35 | 135 | 55 |
| Binary | 11011100 | 1101101 | 1000 | 0 | 110010 | 1100000 | 1110 | 11101 | 1011101 | 101101 |
Color Harmonies of #DC6D08
Complementary color
Monochromatic Colors of #DC6D08
Black with #DC6D08
Text Example
Text Example
White with #DC6D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6D08; }
p { color: rgb(220,109,8); }
H1.HeaderClassName
{
color: #DC6D08;
}
.AnyTagClassName
{
color: #DC6D08;
}
</style>
background-color css
<style>
a { background-color: #DC6D08; }
a { background-color: rgb(220,109,8); }
div.DivClassName
{
background-color: #DC6D08;
}
.BgClassName
{
background-color: #DC6D08;
}
</style>
border-color css
<style>
span { border-color: #DC6D08; }
span { border-color: rgb(220,109,8); }
td.TdClassName
{
border-color: #DC6D08;
}
.TagClassName
{
border-color: #DC6D08;
}
</style>