Shades of Mango Tango #DC6B05
Tints of Mango Tango #DC6B05
RGB
CMYK
RGB Variations
Color information
#DC6B05 (or 0xDC6B05) is known color: Mango Tango. HEX triplet: DC, 6B and 05. RGB value is (220,107,5). Sum of RGB (Red+Green+Blue) = 220+107+5=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6B05 is #2394FA. Grayscale: #818181. Windows color (decimal): -2331899 or 355292. OLE color: 355292.
HSL color Cylindrical-coordinate representation of color #DC6B05: hue angle of 28.47º 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 #DC6B05 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 5 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.14 |
| HSL | 28.47º | 0.96% | 0.44% | - |
| HSV(B) | 28.47º | 0.98% | 0.86% | - |
| XYZ | 34.8 | 25.74 | 3.28 | - |
| YUV | 129.16 | 57.94 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 5 | 0 | 0.51 | 0.98 | 0.14 | 28.47 | 0.96 | 0.44 |
| Hex | DC | 6B | 5 | 0 | 33 | 62 | E | 1C | 60 | 2C |
| Octal | 334 | 153 | 5 | 0 | 63 | 142 | 16 | 34 | 140 | 54 |
| Binary | 11011100 | 1101011 | 101 | 0 | 110011 | 1100010 | 1110 | 11100 | 1100000 | 101100 |
Color Harmonies of #DC6B05
Complementary color
Monochromatic Colors of #DC6B05
Black with #DC6B05
Text Example
Text Example
White with #DC6B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B05; }
p { color: rgb(220,107,5); }
H1.HeaderClassName
{
color: #DC6B05;
}
.AnyTagClassName
{
color: #DC6B05;
}
</style>
background-color css
<style>
a { background-color: #DC6B05; }
a { background-color: rgb(220,107,5); }
div.DivClassName
{
background-color: #DC6B05;
}
.BgClassName
{
background-color: #DC6B05;
}
</style>
border-color css
<style>
span { border-color: #DC6B05; }
span { border-color: rgb(220,107,5); }
td.TdClassName
{
border-color: #DC6B05;
}
.TagClassName
{
border-color: #DC6B05;
}
</style>