Shades of Mango Tango #D67C05
Tints of Mango Tango #D67C05
RGB
CMYK
RGB Variations
Color information
#D67C05 (or 0xD67C05) is known color: Mango Tango. HEX triplet: D6, 7C and 05. RGB value is (214,124,5). Sum of RGB (Red+Green+Blue) = 214+124+5=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67C05 is #2983FA. Grayscale: #898989. Windows color (decimal): -2720763 or 359638. OLE color: 359638.
HSL color Cylindrical-coordinate representation of color #D67C05: hue angle of 34.16º 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 #D67C05 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 124 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.16 |
| HSL | 34.16º | 0.95% | 0.43% | - |
| HSV(B) | 34.16º | 0.98% | 0.84% | - |
| XYZ | 34.97 | 28.72 | 3.84 | - |
| YUV | 137.34 | 53.32 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 124 | 5 | 0 | 0.42 | 0.98 | 0.16 | 34.16 | 0.95 | 0.43 |
| Hex | D6 | 7C | 5 | 0 | 2A | 62 | 10 | 22 | 5F | 2B |
| Octal | 326 | 174 | 5 | 0 | 52 | 142 | 20 | 42 | 137 | 53 |
| Binary | 11010110 | 1111100 | 101 | 0 | 101010 | 1100010 | 10000 | 100010 | 1011111 | 101011 |
Color Harmonies of #D67C05
Complementary color
Monochromatic Colors of #D67C05
Black with #D67C05
Text Example
Text Example
White with #D67C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67C05; }
p { color: rgb(214,124,5); }
H1.HeaderClassName
{
color: #D67C05;
}
.AnyTagClassName
{
color: #D67C05;
}
</style>
background-color css
<style>
a { background-color: #D67C05; }
a { background-color: rgb(214,124,5); }
div.DivClassName
{
background-color: #D67C05;
}
.BgClassName
{
background-color: #D67C05;
}
</style>
border-color css
<style>
span { border-color: #D67C05; }
span { border-color: rgb(214,124,5); }
td.TdClassName
{
border-color: #D67C05;
}
.TagClassName
{
border-color: #D67C05;
}
</style>