Shades of Mango Tango #DC6900
Tints of Mango Tango #DC6900
RGB
CMYK
RGB Variations
Color information
#DC6900 (or 0xDC6900) is known color: Mango Tango. HEX triplet: DC, 69 and 00. RGB value is (220,105,0). Sum of RGB (Red+Green+Blue) = 220+105+0=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6900 is #2396FF. Grayscale: #7F7F7F. Windows color (decimal): -2332416 or 27100. OLE color: 27100.
HSL color Cylindrical-coordinate representation of color #DC6900: hue angle of 28.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC6900 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.14 |
| HSL | 28.64º | 1% | 0.43% | - |
| HSV(B) | 28.64º | 1% | 0.86% | - |
| XYZ | 34.57 | 25.32 | 3.07 | - |
| YUV | 127.42 | 56.1 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 0 | 0 | 0.52 | 1 | 0.14 | 28.64 | 1 | 0.43 |
| Hex | DC | 69 | 0 | 0 | 34 | 64 | E | 1D | 64 | 2B |
| Octal | 334 | 151 | 0 | 0 | 64 | 144 | 16 | 35 | 144 | 53 |
| Binary | 11011100 | 1101001 | 0 | 0 | 110100 | 1100100 | 1110 | 11101 | 1100100 | 101011 |
Color Harmonies of #DC6900
Complementary color
Monochromatic Colors of #DC6900
Black with #DC6900
Text Example
Text Example
White with #DC6900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6900; }
p { color: rgb(220,105,0); }
H1.HeaderClassName
{
color: #DC6900;
}
.AnyTagClassName
{
color: #DC6900;
}
</style>
background-color css
<style>
a { background-color: #DC6900; }
a { background-color: rgb(220,105,0); }
div.DivClassName
{
background-color: #DC6900;
}
.BgClassName
{
background-color: #DC6900;
}
</style>
border-color css
<style>
span { border-color: #DC6900; }
span { border-color: rgb(220,105,0); }
td.TdClassName
{
border-color: #DC6900;
}
.TagClassName
{
border-color: #DC6900;
}
</style>