Shades of Mango Tango #D6770D
Tints of Mango Tango #D6770D
RGB
CMYK
RGB Variations
Color information
#D6770D (or 0xD6770D) is known color: Mango Tango. HEX triplet: D6, 77 and 0D. RGB value is (214,119,13). Sum of RGB (Red+Green+Blue) = 214+119+13=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D6770D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6770D is #2988F2. Grayscale: #878787. Windows color (decimal): -2722035 or 882646. OLE color: 882646.
HSL color Cylindrical-coordinate representation of color #D6770D: hue angle of 31.64º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6770D is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 13 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.16 |
| HSL | 31.64º | 0.89% | 0.45% | - |
| HSV(B) | 31.64º | 0.94% | 0.84% | - |
| XYZ | 34.4 | 27.52 | 3.88 | - |
| YUV | 135.32 | 58.97 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 13 | 0 | 0.44 | 0.94 | 0.16 | 31.64 | 0.89 | 0.45 |
| Hex | D6 | 77 | D | 0 | 2C | 5E | 10 | 20 | 59 | 2D |
| Octal | 326 | 167 | 15 | 0 | 54 | 136 | 20 | 40 | 131 | 55 |
| Binary | 11010110 | 1110111 | 1101 | 0 | 101100 | 1011110 | 10000 | 100000 | 1011001 | 101101 |
Color Harmonies of #D6770D
Complementary color
Monochromatic Colors of #D6770D
Black with #D6770D
Text Example
Text Example
White with #D6770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6770D; }
p { color: rgb(214,119,13); }
H1.HeaderClassName
{
color: #D6770D;
}
.AnyTagClassName
{
color: #D6770D;
}
</style>
background-color css
<style>
a { background-color: #D6770D; }
a { background-color: rgb(214,119,13); }
div.DivClassName
{
background-color: #D6770D;
}
.BgClassName
{
background-color: #D6770D;
}
</style>
border-color css
<style>
span { border-color: #D6770D; }
span { border-color: rgb(214,119,13); }
td.TdClassName
{
border-color: #D6770D;
}
.TagClassName
{
border-color: #D6770D;
}
</style>