Shades of Mango Tango #DA6D0C
Tints of Mango Tango #DA6D0C
RGB
CMYK
RGB Variations
Color information
#DA6D0C (or 0xDA6D0C) is known color: Mango Tango. HEX triplet: DA, 6D and 0C. RGB value is (218,109,12). Sum of RGB (Red+Green+Blue) = 218+109+12=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6D0C is #2592F3. Grayscale: #838383. Windows color (decimal): -2462452 or 814554. OLE color: 814554.
HSL color Cylindrical-coordinate representation of color #DA6D0C: hue angle of 28.25º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA6D0C is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 12 | - |
| CMYK | 0 | 0.5 | 0.94 | 0.15 |
| HSL | 28.25º | 0.9% | 0.45% | - |
| HSV(B) | 28.25º | 0.94% | 0.85% | - |
| XYZ | 34.45 | 25.87 | 3.53 | - |
| YUV | 130.53 | 61.11 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 12 | 0 | 0.5 | 0.94 | 0.15 | 28.25 | 0.9 | 0.45 |
| Hex | DA | 6D | C | 0 | 32 | 5E | F | 1C | 5A | 2D |
| Octal | 332 | 155 | 14 | 0 | 62 | 136 | 17 | 34 | 132 | 55 |
| Binary | 11011010 | 1101101 | 1100 | 0 | 110010 | 1011110 | 1111 | 11100 | 1011010 | 101101 |
Color Harmonies of #DA6D0C
Complementary color
Monochromatic Colors of #DA6D0C
Black with #DA6D0C
Text Example
Text Example
White with #DA6D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6D0C; }
p { color: rgb(218,109,12); }
H1.HeaderClassName
{
color: #DA6D0C;
}
.AnyTagClassName
{
color: #DA6D0C;
}
</style>
background-color css
<style>
a { background-color: #DA6D0C; }
a { background-color: rgb(218,109,12); }
div.DivClassName
{
background-color: #DA6D0C;
}
.BgClassName
{
background-color: #DA6D0C;
}
</style>
border-color css
<style>
span { border-color: #DA6D0C; }
span { border-color: rgb(218,109,12); }
td.TdClassName
{
border-color: #DA6D0C;
}
.TagClassName
{
border-color: #DA6D0C;
}
</style>