Shades of Mango Tango #DC6508
Tints of Mango Tango #DC6508
RGB
CMYK
RGB Variations
Color information
#DC6508 (or 0xDC6508) is known color: Mango Tango. HEX triplet: DC, 65 and 08. RGB value is (220,101,8). Sum of RGB (Red+Green+Blue) = 220+101+8=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6508 is #239AF7. Grayscale: #7E7E7E. Windows color (decimal): -2333432 or 550364. OLE color: 550364.
HSL color Cylindrical-coordinate representation of color #DC6508: hue angle of 26.32º 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 #DC6508 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 8 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.14 |
| HSL | 26.32º | 0.93% | 0.45% | - |
| HSV(B) | 26.32º | 0.96% | 0.86% | - |
| XYZ | 34.21 | 24.54 | 3.16 | - |
| YUV | 125.98 | 61.42 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 8 | 0 | 0.54 | 0.96 | 0.14 | 26.32 | 0.93 | 0.45 |
| Hex | DC | 65 | 8 | 0 | 36 | 60 | E | 1A | 5D | 2D |
| Octal | 334 | 145 | 10 | 0 | 66 | 140 | 16 | 32 | 135 | 55 |
| Binary | 11011100 | 1100101 | 1000 | 0 | 110110 | 1100000 | 1110 | 11010 | 1011101 | 101101 |
Color Harmonies of #DC6508
Complementary color
Monochromatic Colors of #DC6508
Black with #DC6508
Text Example
Text Example
White with #DC6508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6508; }
p { color: rgb(220,101,8); }
H1.HeaderClassName
{
color: #DC6508;
}
.AnyTagClassName
{
color: #DC6508;
}
</style>
background-color css
<style>
a { background-color: #DC6508; }
a { background-color: rgb(220,101,8); }
div.DivClassName
{
background-color: #DC6508;
}
.BgClassName
{
background-color: #DC6508;
}
</style>
border-color css
<style>
span { border-color: #DC6508; }
span { border-color: rgb(220,101,8); }
td.TdClassName
{
border-color: #DC6508;
}
.TagClassName
{
border-color: #DC6508;
}
</style>