Shades of Mango Tango #D67904
Tints of Mango Tango #D67904
RGB
CMYK
RGB Variations
Color information
#D67904 (or 0xD67904) is known color: Mango Tango. HEX triplet: D6, 79 and 04. RGB value is (214,121,4). Sum of RGB (Red+Green+Blue) = 214+121+4=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D67904 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67904 is #2986FB. Grayscale: #888888. Windows color (decimal): -2721532 or 293334. OLE color: 293334.
HSL color Cylindrical-coordinate representation of color #D67904: hue angle of 33.43º 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 #D67904 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 4 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.16 |
| HSL | 33.43º | 0.96% | 0.43% | - |
| HSV(B) | 33.43º | 0.98% | 0.84% | - |
| XYZ | 34.59 | 27.98 | 3.69 | - |
| YUV | 135.47 | 53.81 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 4 | 0 | 0.43 | 0.98 | 0.16 | 33.43 | 0.96 | 0.43 |
| Hex | D6 | 79 | 4 | 0 | 2B | 62 | 10 | 21 | 60 | 2B |
| Octal | 326 | 171 | 4 | 0 | 53 | 142 | 20 | 41 | 140 | 53 |
| Binary | 11010110 | 1111001 | 100 | 0 | 101011 | 1100010 | 10000 | 100001 | 1100000 | 101011 |
Color Harmonies of #D67904
Complementary color
Monochromatic Colors of #D67904
Black with #D67904
Text Example
Text Example
White with #D67904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67904; }
p { color: rgb(214,121,4); }
H1.HeaderClassName
{
color: #D67904;
}
.AnyTagClassName
{
color: #D67904;
}
</style>
background-color css
<style>
a { background-color: #D67904; }
a { background-color: rgb(214,121,4); }
div.DivClassName
{
background-color: #D67904;
}
.BgClassName
{
background-color: #D67904;
}
</style>
border-color css
<style>
span { border-color: #D67904; }
span { border-color: rgb(214,121,4); }
td.TdClassName
{
border-color: #D67904;
}
.TagClassName
{
border-color: #D67904;
}
</style>