Shades of Mango Tango #D67008
Tints of Mango Tango #D67008
RGB
CMYK
RGB Variations
Color information
#D67008 (or 0xD67008) is known color: Mango Tango. HEX triplet: D6, 70 and 08. RGB value is (214,112,8). Sum of RGB (Red+Green+Blue) = 214+112+8=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D67008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67008 is #298FF7. Grayscale: #838383. Windows color (decimal): -2723832 or 553174. OLE color: 553174.
HSL color Cylindrical-coordinate representation of color #D67008: hue angle of 30.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D67008 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 8 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.16 |
| HSL | 30.29º | 0.93% | 0.44% | - |
| HSV(B) | 30.29º | 0.96% | 0.84% | - |
| XYZ | 33.57 | 25.9 | 3.46 | - |
| YUV | 130.64 | 58.79 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 8 | 0 | 0.48 | 0.96 | 0.16 | 30.29 | 0.93 | 0.44 |
| Hex | D6 | 70 | 8 | 0 | 30 | 60 | 10 | 1E | 5D | 2C |
| Octal | 326 | 160 | 10 | 0 | 60 | 140 | 20 | 36 | 135 | 54 |
| Binary | 11010110 | 1110000 | 1000 | 0 | 110000 | 1100000 | 10000 | 11110 | 1011101 | 101100 |
Color Harmonies of #D67008
Complementary color
Monochromatic Colors of #D67008
Black with #D67008
Text Example
Text Example
White with #D67008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67008; }
p { color: rgb(214,112,8); }
H1.HeaderClassName
{
color: #D67008;
}
.AnyTagClassName
{
color: #D67008;
}
</style>
background-color css
<style>
a { background-color: #D67008; }
a { background-color: rgb(214,112,8); }
div.DivClassName
{
background-color: #D67008;
}
.BgClassName
{
background-color: #D67008;
}
</style>
border-color css
<style>
span { border-color: #D67008; }
span { border-color: rgb(214,112,8); }
td.TdClassName
{
border-color: #D67008;
}
.TagClassName
{
border-color: #D67008;
}
</style>