Shades of Mango Tango #DA6701
Tints of Mango Tango #DA6701
RGB
CMYK
RGB Variations
Color information
#DA6701 (or 0xDA6701) is known color: Mango Tango. HEX triplet: DA, 67 and 01. RGB value is (218,103,1). Sum of RGB (Red+Green+Blue) = 218+103+1=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6701 is #2598FE. Grayscale: #7E7E7E. Windows color (decimal): -2463999 or 92122. OLE color: 92122.
HSL color Cylindrical-coordinate representation of color #DA6701: hue angle of 28.2º 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 #DA6701 is Cyan = 0, Magento = 0.53, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 1 | - |
| CMYK | 0 | 0.53 | 1.00 | 0.15 |
| HSL | 28.2º | 0.99% | 0.43% | - |
| HSV(B) | 28.2º | 1% | 0.85% | - |
| XYZ | 33.77 | 24.61 | 3 | - |
| YUV | 125.76 | 57.6 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 1 | 0 | 0.53 | 1.00 | 0.15 | 28.2 | 0.99 | 0.43 |
| Hex | DA | 67 | 1 | 0 | 35 | 64 | F | 1C | 63 | 2B |
| Octal | 332 | 147 | 1 | 0 | 65 | 144 | 17 | 34 | 143 | 53 |
| Binary | 11011010 | 1100111 | 1 | 0 | 110101 | 1100100 | 1111 | 11100 | 1100011 | 101011 |
Color Harmonies of #DA6701
Complementary color
Monochromatic Colors of #DA6701
Black with #DA6701
Text Example
Text Example
White with #DA6701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6701; }
p { color: rgb(218,103,1); }
H1.HeaderClassName
{
color: #DA6701;
}
.AnyTagClassName
{
color: #DA6701;
}
</style>
background-color css
<style>
a { background-color: #DA6701; }
a { background-color: rgb(218,103,1); }
div.DivClassName
{
background-color: #DA6701;
}
.BgClassName
{
background-color: #DA6701;
}
</style>
border-color css
<style>
span { border-color: #DA6701; }
span { border-color: rgb(218,103,1); }
td.TdClassName
{
border-color: #DA6701;
}
.TagClassName
{
border-color: #DA6701;
}
</style>