Shades of Mango Tango #DC6908
Tints of Mango Tango #DC6908
RGB
CMYK
RGB Variations
Color information
#DC6908 (or 0xDC6908) is known color: Mango Tango. HEX triplet: DC, 69 and 08. RGB value is (220,105,8). Sum of RGB (Red+Green+Blue) = 220+105+8=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6908 is #2396F7. Grayscale: #808080. Windows color (decimal): -2332408 or 551388. OLE color: 551388.
HSL color Cylindrical-coordinate representation of color #DC6908: hue angle of 27.45º 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 #DC6908 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 8 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.14 |
| HSL | 27.45º | 0.93% | 0.45% | - |
| HSV(B) | 27.45º | 0.96% | 0.86% | - |
| XYZ | 34.61 | 25.34 | 3.3 | - |
| YUV | 128.33 | 60.1 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 8 | 0 | 0.52 | 0.96 | 0.14 | 27.45 | 0.93 | 0.45 |
| Hex | DC | 69 | 8 | 0 | 34 | 60 | E | 1B | 5D | 2D |
| Octal | 334 | 151 | 10 | 0 | 64 | 140 | 16 | 33 | 135 | 55 |
| Binary | 11011100 | 1101001 | 1000 | 0 | 110100 | 1100000 | 1110 | 11011 | 1011101 | 101101 |
Color Harmonies of #DC6908
Complementary color
Monochromatic Colors of #DC6908
Black with #DC6908
Text Example
Text Example
White with #DC6908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6908; }
p { color: rgb(220,105,8); }
H1.HeaderClassName
{
color: #DC6908;
}
.AnyTagClassName
{
color: #DC6908;
}
</style>
background-color css
<style>
a { background-color: #DC6908; }
a { background-color: rgb(220,105,8); }
div.DivClassName
{
background-color: #DC6908;
}
.BgClassName
{
background-color: #DC6908;
}
</style>
border-color css
<style>
span { border-color: #DC6908; }
span { border-color: rgb(220,105,8); }
td.TdClassName
{
border-color: #DC6908;
}
.TagClassName
{
border-color: #DC6908;
}
</style>