Shades of Mango Tango #D66C07
Tints of Mango Tango #D66C07
RGB
CMYK
RGB Variations
Color information
#D66C07 (or 0xD66C07) is known color: Mango Tango. HEX triplet: D6, 6C and 07. RGB value is (214,108,7). Sum of RGB (Red+Green+Blue) = 214+108+7=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66C07 is #2993F8. Grayscale: #808080. Windows color (decimal): -2724857 or 486614. OLE color: 486614.
HSL color Cylindrical-coordinate representation of color #D66C07: hue angle of 29.28º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D66C07 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 108 | 7 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.16 |
| HSL | 29.28º | 0.94% | 0.43% | - |
| HSV(B) | 29.28º | 0.97% | 0.84% | - |
| XYZ | 33.13 | 25.04 | 3.29 | - |
| YUV | 128.18 | 59.62 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 7 | 0 | 0.50 | 0.97 | 0.16 | 29.28 | 0.94 | 0.43 |
| Hex | D6 | 6C | 7 | 0 | 32 | 61 | 10 | 1D | 5E | 2B |
| Octal | 326 | 154 | 7 | 0 | 62 | 141 | 20 | 35 | 136 | 53 |
| Binary | 11010110 | 1101100 | 111 | 0 | 110010 | 1100001 | 10000 | 11101 | 1011110 | 101011 |
Color Harmonies of #D66C07
Complementary color
Monochromatic Colors of #D66C07
Black with #D66C07
Text Example
Text Example
White with #D66C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66C07; }
p { color: rgb(214,108,7); }
H1.HeaderClassName
{
color: #D66C07;
}
.AnyTagClassName
{
color: #D66C07;
}
</style>
background-color css
<style>
a { background-color: #D66C07; }
a { background-color: rgb(214,108,7); }
div.DivClassName
{
background-color: #D66C07;
}
.BgClassName
{
background-color: #D66C07;
}
</style>
border-color css
<style>
span { border-color: #D66C07; }
span { border-color: rgb(214,108,7); }
td.TdClassName
{
border-color: #D66C07;
}
.TagClassName
{
border-color: #D66C07;
}
</style>