Shades of Mango Tango #DA6C01
Tints of Mango Tango #DA6C01
RGB
CMYK
RGB Variations
Color information
#DA6C01 (or 0xDA6C01) is known color: Mango Tango. HEX triplet: DA, 6C and 01. RGB value is (218,108,1). Sum of RGB (Red+Green+Blue) = 218+108+1=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6C01 is #2593FE. Grayscale: #818181. Windows color (decimal): -2462719 or 93402. OLE color: 93402.
HSL color Cylindrical-coordinate representation of color #DA6C01: hue angle of 29.59º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA6C01 is Cyan = 0, Magento = 0.50, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 1 | - |
| CMYK | 0 | 0.50 | 1.00 | 0.15 |
| HSL | 29.59º | 0.99% | 0.43% | - |
| HSV(B) | 29.59º | 1% | 0.85% | - |
| XYZ | 34.28 | 25.63 | 3.17 | - |
| YUV | 128.69 | 55.94 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 1 | 0 | 0.50 | 1.00 | 0.15 | 29.59 | 0.99 | 0.43 |
| Hex | DA | 6C | 1 | 0 | 32 | 64 | F | 1E | 63 | 2B |
| Octal | 332 | 154 | 1 | 0 | 62 | 144 | 17 | 36 | 143 | 53 |
| Binary | 11011010 | 1101100 | 1 | 0 | 110010 | 1100100 | 1111 | 11110 | 1100011 | 101011 |
Color Harmonies of #DA6C01
Complementary color
Monochromatic Colors of #DA6C01
Black with #DA6C01
Text Example
Text Example
White with #DA6C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6C01; }
p { color: rgb(218,108,1); }
H1.HeaderClassName
{
color: #DA6C01;
}
.AnyTagClassName
{
color: #DA6C01;
}
</style>
background-color css
<style>
a { background-color: #DA6C01; }
a { background-color: rgb(218,108,1); }
div.DivClassName
{
background-color: #DA6C01;
}
.BgClassName
{
background-color: #DA6C01;
}
</style>
border-color css
<style>
span { border-color: #DA6C01; }
span { border-color: rgb(218,108,1); }
td.TdClassName
{
border-color: #DA6C01;
}
.TagClassName
{
border-color: #DA6C01;
}
</style>