Shades of Mango Tango #DA6F0C
Tints of Mango Tango #DA6F0C
RGB
CMYK
RGB Variations
Color information
#DA6F0C (or 0xDA6F0C) is known color: Mango Tango. HEX triplet: DA, 6F and 0C. RGB value is (218,111,12). Sum of RGB (Red+Green+Blue) = 218+111+12=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6F0C is #2590F3. Grayscale: #848484. Windows color (decimal): -2461940 or 815066. OLE color: 815066.
HSL color Cylindrical-coordinate representation of color #DA6F0C: hue angle of 28.83º 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 #DA6F0C is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 111 | 12 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.15 |
| HSL | 28.83º | 0.9% | 0.45% | - |
| HSV(B) | 28.83º | 0.94% | 0.85% | - |
| XYZ | 34.66 | 26.3 | 3.6 | - |
| YUV | 131.71 | 60.45 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 12 | 0 | 0.49 | 0.94 | 0.15 | 28.83 | 0.9 | 0.45 |
| Hex | DA | 6F | C | 0 | 31 | 5E | F | 1D | 5A | 2D |
| Octal | 332 | 157 | 14 | 0 | 61 | 136 | 17 | 35 | 132 | 55 |
| Binary | 11011010 | 1101111 | 1100 | 0 | 110001 | 1011110 | 1111 | 11101 | 1011010 | 101101 |
Color Harmonies of #DA6F0C
Complementary color
Monochromatic Colors of #DA6F0C
Black with #DA6F0C
Text Example
Text Example
White with #DA6F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6F0C; }
p { color: rgb(218,111,12); }
H1.HeaderClassName
{
color: #DA6F0C;
}
.AnyTagClassName
{
color: #DA6F0C;
}
</style>
background-color css
<style>
a { background-color: #DA6F0C; }
a { background-color: rgb(218,111,12); }
div.DivClassName
{
background-color: #DA6F0C;
}
.BgClassName
{
background-color: #DA6F0C;
}
</style>
border-color css
<style>
span { border-color: #DA6F0C; }
span { border-color: rgb(218,111,12); }
td.TdClassName
{
border-color: #DA6F0C;
}
.TagClassName
{
border-color: #DA6F0C;
}
</style>