Shades of Mango Tango #D96902
Tints of Mango Tango #D96902
RGB
CMYK
RGB Variations
Color information
#D96902 (or 0xD96902) is known color: Mango Tango. HEX triplet: D9, 69 and 02. RGB value is (217,105,2). Sum of RGB (Red+Green+Blue) = 217+105+2=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D96902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96902 is #2696FD. Grayscale: #7F7F7F. Windows color (decimal): -2529022 or 158169. OLE color: 158169.
HSL color Cylindrical-coordinate representation of color #D96902: hue angle of 28.74º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D96902 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.15 |
| HSL | 28.74º | 0.98% | 0.43% | - |
| HSV(B) | 28.74º | 0.99% | 0.85% | - |
| XYZ | 33.68 | 24.86 | 3.08 | - |
| YUV | 126.75 | 57.61 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 2 | 0 | 0.52 | 0.99 | 0.15 | 28.74 | 0.98 | 0.43 |
| Hex | D9 | 69 | 2 | 0 | 34 | 63 | F | 1D | 62 | 2B |
| Octal | 331 | 151 | 2 | 0 | 64 | 143 | 17 | 35 | 142 | 53 |
| Binary | 11011001 | 1101001 | 10 | 0 | 110100 | 1100011 | 1111 | 11101 | 1100010 | 101011 |
Color Harmonies of #D96902
Complementary color
Monochromatic Colors of #D96902
Black with #D96902
Text Example
Text Example
White with #D96902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96902; }
p { color: rgb(217,105,2); }
H1.HeaderClassName
{
color: #D96902;
}
.AnyTagClassName
{
color: #D96902;
}
</style>
background-color css
<style>
a { background-color: #D96902; }
a { background-color: rgb(217,105,2); }
div.DivClassName
{
background-color: #D96902;
}
.BgClassName
{
background-color: #D96902;
}
</style>
border-color css
<style>
span { border-color: #D96902; }
span { border-color: rgb(217,105,2); }
td.TdClassName
{
border-color: #D96902;
}
.TagClassName
{
border-color: #D96902;
}
</style>