Shades of Mango Tango #DA6B0C
Tints of Mango Tango #DA6B0C
RGB
CMYK
RGB Variations
Color information
#DA6B0C (or 0xDA6B0C) is known color: Mango Tango. HEX triplet: DA, 6B and 0C. RGB value is (218,107,12). Sum of RGB (Red+Green+Blue) = 218+107+12=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6B0C is #2594F3. Grayscale: #818181. Windows color (decimal): -2462964 or 814042. OLE color: 814042.
HSL color Cylindrical-coordinate representation of color #DA6B0C: hue angle of 27.67º 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 #DA6B0C is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 12 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.15 |
| HSL | 27.67º | 0.9% | 0.45% | - |
| HSV(B) | 27.67º | 0.94% | 0.85% | - |
| XYZ | 34.24 | 25.45 | 3.46 | - |
| YUV | 129.36 | 61.77 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 12 | 0 | 0.51 | 0.94 | 0.15 | 27.67 | 0.9 | 0.45 |
| Hex | DA | 6B | C | 0 | 33 | 5E | F | 1C | 5A | 2D |
| Octal | 332 | 153 | 14 | 0 | 63 | 136 | 17 | 34 | 132 | 55 |
| Binary | 11011010 | 1101011 | 1100 | 0 | 110011 | 1011110 | 1111 | 11100 | 1011010 | 101101 |
Color Harmonies of #DA6B0C
Complementary color
Monochromatic Colors of #DA6B0C
Black with #DA6B0C
Text Example
Text Example
White with #DA6B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6B0C; }
p { color: rgb(218,107,12); }
H1.HeaderClassName
{
color: #DA6B0C;
}
.AnyTagClassName
{
color: #DA6B0C;
}
</style>
background-color css
<style>
a { background-color: #DA6B0C; }
a { background-color: rgb(218,107,12); }
div.DivClassName
{
background-color: #DA6B0C;
}
.BgClassName
{
background-color: #DA6B0C;
}
</style>
border-color css
<style>
span { border-color: #DA6B0C; }
span { border-color: rgb(218,107,12); }
td.TdClassName
{
border-color: #DA6B0C;
}
.TagClassName
{
border-color: #DA6B0C;
}
</style>