Shades of Mango Tango #DA6B00
Tints of Mango Tango #DA6B00
RGB
CMYK
RGB Variations
Color information
#DA6B00 (or 0xDA6B00) is known color: Mango Tango. HEX triplet: DA, 6B and 00. RGB value is (218,107,0). Sum of RGB (Red+Green+Blue) = 218+107+0=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6B00 is #2594FF. Grayscale: #808080. Windows color (decimal): -2462976 or 27610. OLE color: 27610.
HSL color Cylindrical-coordinate representation of color #DA6B00: hue angle of 29.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA6B00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.15 |
| HSL | 29.45º | 1% | 0.43% | - |
| HSV(B) | 29.45º | 1% | 0.85% | - |
| XYZ | 34.17 | 25.42 | 3.11 | - |
| YUV | 127.99 | 55.77 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 0 | 0 | 0.51 | 1 | 0.15 | 29.45 | 1 | 0.43 |
| Hex | DA | 6B | 0 | 0 | 33 | 64 | F | 1D | 64 | 2B |
| Octal | 332 | 153 | 0 | 0 | 63 | 144 | 17 | 35 | 144 | 53 |
| Binary | 11011010 | 1101011 | 0 | 0 | 110011 | 1100100 | 1111 | 11101 | 1100100 | 101011 |
Color Harmonies of #DA6B00
Complementary color
Monochromatic Colors of #DA6B00
Black with #DA6B00
Text Example
Text Example
White with #DA6B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6B00; }
p { color: rgb(218,107,0); }
H1.HeaderClassName
{
color: #DA6B00;
}
.AnyTagClassName
{
color: #DA6B00;
}
</style>
background-color css
<style>
a { background-color: #DA6B00; }
a { background-color: rgb(218,107,0); }
div.DivClassName
{
background-color: #DA6B00;
}
.BgClassName
{
background-color: #DA6B00;
}
</style>
border-color css
<style>
span { border-color: #DA6B00; }
span { border-color: rgb(218,107,0); }
td.TdClassName
{
border-color: #DA6B00;
}
.TagClassName
{
border-color: #DA6B00;
}
</style>