Shades of Mango Tango #D76B04
Tints of Mango Tango #D76B04
RGB
CMYK
RGB Variations
Color information
#D76B04 (or 0xD76B04) is known color: Mango Tango. HEX triplet: D7, 6B and 04. RGB value is (215,107,4). Sum of RGB (Red+Green+Blue) = 215+107+4=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76B04 is #2894FB. Grayscale: #808080. Windows color (decimal): -2659580 or 289751. OLE color: 289751.
HSL color Cylindrical-coordinate representation of color #D76B04: hue angle of 29.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 #D76B04 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 4 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.16 |
| HSL | 29.29º | 0.96% | 0.43% | - |
| HSV(B) | 29.29º | 0.98% | 0.84% | - |
| XYZ | 33.3 | 24.97 | 3.18 | - |
| YUV | 127.55 | 58.28 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 4 | 0 | 0.50 | 0.98 | 0.16 | 29.29 | 0.96 | 0.43 |
| Hex | D7 | 6B | 4 | 0 | 32 | 62 | 10 | 1D | 60 | 2B |
| Octal | 327 | 153 | 4 | 0 | 62 | 142 | 20 | 35 | 140 | 53 |
| Binary | 11010111 | 1101011 | 100 | 0 | 110010 | 1100010 | 10000 | 11101 | 1100000 | 101011 |
Color Harmonies of #D76B04
Complementary color
Monochromatic Colors of #D76B04
Black with #D76B04
Text Example
Text Example
White with #D76B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76B04; }
p { color: rgb(215,107,4); }
H1.HeaderClassName
{
color: #D76B04;
}
.AnyTagClassName
{
color: #D76B04;
}
</style>
background-color css
<style>
a { background-color: #D76B04; }
a { background-color: rgb(215,107,4); }
div.DivClassName
{
background-color: #D76B04;
}
.BgClassName
{
background-color: #D76B04;
}
</style>
border-color css
<style>
span { border-color: #D76B04; }
span { border-color: rgb(215,107,4); }
td.TdClassName
{
border-color: #D76B04;
}
.TagClassName
{
border-color: #D76B04;
}
</style>