Shades of Mango Tango #DC640B
Tints of Mango Tango #DC640B
RGB
CMYK
RGB Variations
Color information
#DC640B (or 0xDC640B) is known color: Mango Tango. HEX triplet: DC, 64 and 0B. RGB value is (220,100,11). Sum of RGB (Red+Green+Blue) = 220+100+11=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC640B is #239BF4. Grayscale: #7E7E7E. Windows color (decimal): -2333685 or 746716. OLE color: 746716.
HSL color Cylindrical-coordinate representation of color #DC640B: hue angle of 25.55º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC640B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 11 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.14 |
| HSL | 25.55º | 0.9% | 0.45% | - |
| HSV(B) | 25.55º | 0.95% | 0.86% | - |
| XYZ | 34.13 | 24.35 | 3.22 | - |
| YUV | 125.73 | 63.26 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 11 | 0 | 0.55 | 0.95 | 0.14 | 25.55 | 0.9 | 0.45 |
| Hex | DC | 64 | B | 0 | 37 | 5F | E | 1A | 5A | 2D |
| Octal | 334 | 144 | 13 | 0 | 67 | 137 | 16 | 32 | 132 | 55 |
| Binary | 11011100 | 1100100 | 1011 | 0 | 110111 | 1011111 | 1110 | 11010 | 1011010 | 101101 |
Color Harmonies of #DC640B
Complementary color
Monochromatic Colors of #DC640B
Black with #DC640B
Text Example
Text Example
White with #DC640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC640B; }
p { color: rgb(220,100,11); }
H1.HeaderClassName
{
color: #DC640B;
}
.AnyTagClassName
{
color: #DC640B;
}
</style>
background-color css
<style>
a { background-color: #DC640B; }
a { background-color: rgb(220,100,11); }
div.DivClassName
{
background-color: #DC640B;
}
.BgClassName
{
background-color: #DC640B;
}
</style>
border-color css
<style>
span { border-color: #DC640B; }
span { border-color: rgb(220,100,11); }
td.TdClassName
{
border-color: #DC640B;
}
.TagClassName
{
border-color: #DC640B;
}
</style>