Shades of Mango Tango #DC6F05
Tints of Mango Tango #DC6F05
RGB
CMYK
RGB Variations
Color information
#DC6F05 (or 0xDC6F05) is known color: Mango Tango. HEX triplet: DC, 6F and 05. RGB value is (220,111,5). Sum of RGB (Red+Green+Blue) = 220+111+5=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6F05 is #2390FA. Grayscale: #848484. Windows color (decimal): -2330875 or 356316. OLE color: 356316.
HSL color Cylindrical-coordinate representation of color #DC6F05: hue angle of 29.58º 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 #DC6F05 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 5 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.14 |
| HSL | 29.58º | 0.96% | 0.44% | - |
| HSV(B) | 29.58º | 0.98% | 0.86% | - |
| XYZ | 35.23 | 26.6 | 3.42 | - |
| YUV | 131.51 | 56.61 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 5 | 0 | 0.50 | 0.98 | 0.14 | 29.58 | 0.96 | 0.44 |
| Hex | DC | 6F | 5 | 0 | 32 | 62 | E | 1E | 60 | 2C |
| Octal | 334 | 157 | 5 | 0 | 62 | 142 | 16 | 36 | 140 | 54 |
| Binary | 11011100 | 1101111 | 101 | 0 | 110010 | 1100010 | 1110 | 11110 | 1100000 | 101100 |
Color Harmonies of #DC6F05
Complementary color
Monochromatic Colors of #DC6F05
Black with #DC6F05
Text Example
Text Example
White with #DC6F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F05; }
p { color: rgb(220,111,5); }
H1.HeaderClassName
{
color: #DC6F05;
}
.AnyTagClassName
{
color: #DC6F05;
}
</style>
background-color css
<style>
a { background-color: #DC6F05; }
a { background-color: rgb(220,111,5); }
div.DivClassName
{
background-color: #DC6F05;
}
.BgClassName
{
background-color: #DC6F05;
}
</style>
border-color css
<style>
span { border-color: #DC6F05; }
span { border-color: rgb(220,111,5); }
td.TdClassName
{
border-color: #DC6F05;
}
.TagClassName
{
border-color: #DC6F05;
}
</style>