Shades of Mango Tango #D96908
Tints of Mango Tango #D96908
RGB
CMYK
RGB Variations
Color information
#D96908 (or 0xD96908) is known color: Mango Tango. HEX triplet: D9, 69 and 08. RGB value is (217,105,8). Sum of RGB (Red+Green+Blue) = 217+105+8=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D96908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96908 is #2696F7. Grayscale: #7F7F7F. Windows color (decimal): -2529016 or 551385. OLE color: 551385.
HSL color Cylindrical-coordinate representation of color #D96908: hue angle of 27.85º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D96908 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 8 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.15 |
| HSL | 27.85º | 0.93% | 0.44% | - |
| HSV(B) | 27.85º | 0.96% | 0.85% | - |
| XYZ | 33.71 | 24.87 | 3.25 | - |
| YUV | 127.43 | 60.61 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 8 | 0 | 0.52 | 0.96 | 0.15 | 27.85 | 0.93 | 0.44 |
| Hex | D9 | 69 | 8 | 0 | 34 | 60 | F | 1C | 5D | 2C |
| Octal | 331 | 151 | 10 | 0 | 64 | 140 | 17 | 34 | 135 | 54 |
| Binary | 11011001 | 1101001 | 1000 | 0 | 110100 | 1100000 | 1111 | 11100 | 1011101 | 101100 |
Color Harmonies of #D96908
Complementary color
Monochromatic Colors of #D96908
Black with #D96908
Text Example
Text Example
White with #D96908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96908; }
p { color: rgb(217,105,8); }
H1.HeaderClassName
{
color: #D96908;
}
.AnyTagClassName
{
color: #D96908;
}
</style>
background-color css
<style>
a { background-color: #D96908; }
a { background-color: rgb(217,105,8); }
div.DivClassName
{
background-color: #D96908;
}
.BgClassName
{
background-color: #D96908;
}
</style>
border-color css
<style>
span { border-color: #D96908; }
span { border-color: rgb(217,105,8); }
td.TdClassName
{
border-color: #D96908;
}
.TagClassName
{
border-color: #D96908;
}
</style>