Shades of Mango Tango #D76908
Tints of Mango Tango #D76908
RGB
CMYK
RGB Variations
Color information
#D76908 (or 0xD76908) is known color: Mango Tango. HEX triplet: D7, 69 and 08. RGB value is (215,105,8). Sum of RGB (Red+Green+Blue) = 215+105+8=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D76908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76908 is #2896F7. Grayscale: #7F7F7F. Windows color (decimal): -2660088 or 551383. OLE color: 551383.
HSL color Cylindrical-coordinate representation of color #D76908: hue angle of 28.12º 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 #D76908 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 105 | 8 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.16 |
| HSL | 28.12º | 0.93% | 0.44% | - |
| HSV(B) | 28.12º | 0.96% | 0.84% | - |
| XYZ | 33.12 | 24.57 | 3.23 | - |
| YUV | 126.83 | 60.94 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 8 | 0 | 0.51 | 0.96 | 0.16 | 28.12 | 0.93 | 0.44 |
| Hex | D7 | 69 | 8 | 0 | 33 | 60 | 10 | 1C | 5D | 2C |
| Octal | 327 | 151 | 10 | 0 | 63 | 140 | 20 | 34 | 135 | 54 |
| Binary | 11010111 | 1101001 | 1000 | 0 | 110011 | 1100000 | 10000 | 11100 | 1011101 | 101100 |
Color Harmonies of #D76908
Complementary color
Monochromatic Colors of #D76908
Black with #D76908
Text Example
Text Example
White with #D76908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76908; }
p { color: rgb(215,105,8); }
H1.HeaderClassName
{
color: #D76908;
}
.AnyTagClassName
{
color: #D76908;
}
</style>
background-color css
<style>
a { background-color: #D76908; }
a { background-color: rgb(215,105,8); }
div.DivClassName
{
background-color: #D76908;
}
.BgClassName
{
background-color: #D76908;
}
</style>
border-color css
<style>
span { border-color: #D76908; }
span { border-color: rgb(215,105,8); }
td.TdClassName
{
border-color: #D76908;
}
.TagClassName
{
border-color: #D76908;
}
</style>