Shades of Mango Tango #D67A0D
Tints of Mango Tango #D67A0D
RGB
CMYK
RGB Variations
Color information
#D67A0D (or 0xD67A0D) is known color: Mango Tango. HEX triplet: D6, 7A and 0D. RGB value is (214,122,13). Sum of RGB (Red+Green+Blue) = 214+122+13=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67A0D is #2985F2. Grayscale: #898989. Windows color (decimal): -2721267 or 883414. OLE color: 883414.
HSL color Cylindrical-coordinate representation of color #D67A0D: hue angle of 32.54º 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 #D67A0D is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 13 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.16 |
| HSL | 32.54º | 0.89% | 0.45% | - |
| HSV(B) | 32.54º | 0.94% | 0.84% | - |
| XYZ | 34.76 | 28.24 | 4 | - |
| YUV | 137.08 | 57.98 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 13 | 0 | 0.43 | 0.94 | 0.16 | 32.54 | 0.89 | 0.45 |
| Hex | D6 | 7A | D | 0 | 2B | 5E | 10 | 21 | 59 | 2D |
| Octal | 326 | 172 | 15 | 0 | 53 | 136 | 20 | 41 | 131 | 55 |
| Binary | 11010110 | 1111010 | 1101 | 0 | 101011 | 1011110 | 10000 | 100001 | 1011001 | 101101 |
Color Harmonies of #D67A0D
Complementary color
Monochromatic Colors of #D67A0D
Black with #D67A0D
Text Example
Text Example
White with #D67A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67A0D; }
p { color: rgb(214,122,13); }
H1.HeaderClassName
{
color: #D67A0D;
}
.AnyTagClassName
{
color: #D67A0D;
}
</style>
background-color css
<style>
a { background-color: #D67A0D; }
a { background-color: rgb(214,122,13); }
div.DivClassName
{
background-color: #D67A0D;
}
.BgClassName
{
background-color: #D67A0D;
}
</style>
border-color css
<style>
span { border-color: #D67A0D; }
span { border-color: rgb(214,122,13); }
td.TdClassName
{
border-color: #D67A0D;
}
.TagClassName
{
border-color: #D67A0D;
}
</style>