Shades of Mango Tango #D67705
Tints of Mango Tango #D67705
RGB
CMYK
RGB Variations
Color information
#D67705 (or 0xD67705) is known color: Mango Tango. HEX triplet: D6, 77 and 05. RGB value is (214,119,5). Sum of RGB (Red+Green+Blue) = 214+119+5=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D67705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67705 is #2988FA. Grayscale: #868686. Windows color (decimal): -2722043 or 358358. OLE color: 358358.
HSL color Cylindrical-coordinate representation of color #D67705: hue angle of 32.73º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D67705 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 5 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.16 |
| HSL | 32.73º | 0.95% | 0.43% | - |
| HSV(B) | 32.73º | 0.98% | 0.84% | - |
| XYZ | 34.36 | 27.5 | 3.64 | - |
| YUV | 134.41 | 54.97 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 5 | 0 | 0.44 | 0.98 | 0.16 | 32.73 | 0.95 | 0.43 |
| Hex | D6 | 77 | 5 | 0 | 2C | 62 | 10 | 21 | 5F | 2B |
| Octal | 326 | 167 | 5 | 0 | 54 | 142 | 20 | 41 | 137 | 53 |
| Binary | 11010110 | 1110111 | 101 | 0 | 101100 | 1100010 | 10000 | 100001 | 1011111 | 101011 |
Color Harmonies of #D67705
Complementary color
Monochromatic Colors of #D67705
Black with #D67705
Text Example
Text Example
White with #D67705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67705; }
p { color: rgb(214,119,5); }
H1.HeaderClassName
{
color: #D67705;
}
.AnyTagClassName
{
color: #D67705;
}
</style>
background-color css
<style>
a { background-color: #D67705; }
a { background-color: rgb(214,119,5); }
div.DivClassName
{
background-color: #D67705;
}
.BgClassName
{
background-color: #D67705;
}
</style>
border-color css
<style>
span { border-color: #D67705; }
span { border-color: rgb(214,119,5); }
td.TdClassName
{
border-color: #D67705;
}
.TagClassName
{
border-color: #D67705;
}
</style>