Shades of Mango Tango #D76C08
Tints of Mango Tango #D76C08
RGB
CMYK
RGB Variations
Color information
#D76C08 (or 0xD76C08) is known color: Mango Tango. HEX triplet: D7, 6C and 08. RGB value is (215,108,8). Sum of RGB (Red+Green+Blue) = 215+108+8=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76C08 is #2893F7. Grayscale: #818181. Windows color (decimal): -2659320 or 552151. OLE color: 552151.
HSL color Cylindrical-coordinate representation of color #D76C08: hue angle of 28.99º 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 #D76C08 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 8 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.16 |
| HSL | 28.99º | 0.93% | 0.44% | - |
| HSV(B) | 28.99º | 0.96% | 0.84% | - |
| XYZ | 33.43 | 25.19 | 3.33 | - |
| YUV | 128.59 | 59.95 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 8 | 0 | 0.50 | 0.96 | 0.16 | 28.99 | 0.93 | 0.44 |
| Hex | D7 | 6C | 8 | 0 | 32 | 60 | 10 | 1D | 5D | 2C |
| Octal | 327 | 154 | 10 | 0 | 62 | 140 | 20 | 35 | 135 | 54 |
| Binary | 11010111 | 1101100 | 1000 | 0 | 110010 | 1100000 | 10000 | 11101 | 1011101 | 101100 |
Color Harmonies of #D76C08
Complementary color
Monochromatic Colors of #D76C08
Black with #D76C08
Text Example
Text Example
White with #D76C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C08; }
p { color: rgb(215,108,8); }
H1.HeaderClassName
{
color: #D76C08;
}
.AnyTagClassName
{
color: #D76C08;
}
</style>
background-color css
<style>
a { background-color: #D76C08; }
a { background-color: rgb(215,108,8); }
div.DivClassName
{
background-color: #D76C08;
}
.BgClassName
{
background-color: #D76C08;
}
</style>
border-color css
<style>
span { border-color: #D76C08; }
span { border-color: rgb(215,108,8); }
td.TdClassName
{
border-color: #D76C08;
}
.TagClassName
{
border-color: #D76C08;
}
</style>