Shades of Mango Tango #D67C04
Tints of Mango Tango #D67C04
RGB
CMYK
RGB Variations
Color information
#D67C04 (or 0xD67C04) is known color: Mango Tango. HEX triplet: D6, 7C and 04. RGB value is (214,124,4). Sum of RGB (Red+Green+Blue) = 214+124+4=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67C04 is #2983FB. Grayscale: #898989. Windows color (decimal): -2720764 or 294102. OLE color: 294102.
HSL color Cylindrical-coordinate representation of color #D67C04: hue angle of 34.29º degrees, saturation: 0.96, 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 #D67C04 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 124 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.16 |
| HSL | 34.29º | 0.96% | 0.43% | - |
| HSV(B) | 34.29º | 0.98% | 0.84% | - |
| XYZ | 34.96 | 28.72 | 3.82 | - |
| YUV | 137.23 | 52.82 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 124 | 4 | 0 | 0.42 | 0.98 | 0.16 | 34.29 | 0.96 | 0.43 |
| Hex | D6 | 7C | 4 | 0 | 2A | 62 | 10 | 22 | 60 | 2B |
| Octal | 326 | 174 | 4 | 0 | 52 | 142 | 20 | 42 | 140 | 53 |
| Binary | 11010110 | 1111100 | 100 | 0 | 101010 | 1100010 | 10000 | 100010 | 1100000 | 101011 |
Color Harmonies of #D67C04
Complementary color
Monochromatic Colors of #D67C04
Black with #D67C04
Text Example
Text Example
White with #D67C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67C04; }
p { color: rgb(214,124,4); }
H1.HeaderClassName
{
color: #D67C04;
}
.AnyTagClassName
{
color: #D67C04;
}
</style>
background-color css
<style>
a { background-color: #D67C04; }
a { background-color: rgb(214,124,4); }
div.DivClassName
{
background-color: #D67C04;
}
.BgClassName
{
background-color: #D67C04;
}
</style>
border-color css
<style>
span { border-color: #D67C04; }
span { border-color: rgb(214,124,4); }
td.TdClassName
{
border-color: #D67C04;
}
.TagClassName
{
border-color: #D67C04;
}
</style>