Shades of Mango Tango #D96B05
Tints of Mango Tango #D96B05
RGB
CMYK
RGB Variations
Color information
#D96B05 (or 0xD96B05) is known color: Mango Tango. HEX triplet: D9, 6B and 05. RGB value is (217,107,5). Sum of RGB (Red+Green+Blue) = 217+107+5=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96B05 is #2694FA. Grayscale: #808080. Windows color (decimal): -2528507 or 355289. OLE color: 355289.
HSL color Cylindrical-coordinate representation of color #D96B05: hue angle of 28.87º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D96B05 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 5 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.15 |
| HSL | 28.87º | 0.95% | 0.44% | - |
| HSV(B) | 28.87º | 0.98% | 0.85% | - |
| XYZ | 33.9 | 25.28 | 3.24 | - |
| YUV | 128.26 | 58.44 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 5 | 0 | 0.51 | 0.98 | 0.15 | 28.87 | 0.95 | 0.44 |
| Hex | D9 | 6B | 5 | 0 | 33 | 62 | F | 1D | 5F | 2C |
| Octal | 331 | 153 | 5 | 0 | 63 | 142 | 17 | 35 | 137 | 54 |
| Binary | 11011001 | 1101011 | 101 | 0 | 110011 | 1100010 | 1111 | 11101 | 1011111 | 101100 |
Color Harmonies of #D96B05
Complementary color
Monochromatic Colors of #D96B05
Black with #D96B05
Text Example
Text Example
White with #D96B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B05; }
p { color: rgb(217,107,5); }
H1.HeaderClassName
{
color: #D96B05;
}
.AnyTagClassName
{
color: #D96B05;
}
</style>
background-color css
<style>
a { background-color: #D96B05; }
a { background-color: rgb(217,107,5); }
div.DivClassName
{
background-color: #D96B05;
}
.BgClassName
{
background-color: #D96B05;
}
</style>
border-color css
<style>
span { border-color: #D96B05; }
span { border-color: rgb(217,107,5); }
td.TdClassName
{
border-color: #D96B05;
}
.TagClassName
{
border-color: #D96B05;
}
</style>