Shades of Mango Tango #D96C01
Tints of Mango Tango #D96C01
RGB
CMYK
RGB Variations
Color information
#D96C01 (or 0xD96C01) is known color: Mango Tango. HEX triplet: D9, 6C and 01. RGB value is (217,108,1). Sum of RGB (Red+Green+Blue) = 217+108+1=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96C01 is #2693FE. Grayscale: #808080. Windows color (decimal): -2528255 or 93401. OLE color: 93401.
HSL color Cylindrical-coordinate representation of color #D96C01: hue angle of 29.72º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D96C01 is Cyan = 0, Magento = 0.50, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 1 | - |
| CMYK | 0 | 0.50 | 1.00 | 0.15 |
| HSL | 29.72º | 0.99% | 0.43% | - |
| HSV(B) | 29.72º | 1% | 0.85% | - |
| XYZ | 33.98 | 25.48 | 3.16 | - |
| YUV | 128.39 | 56.11 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 1 | 0 | 0.50 | 1.00 | 0.15 | 29.72 | 0.99 | 0.43 |
| Hex | D9 | 6C | 1 | 0 | 32 | 64 | F | 1E | 63 | 2B |
| Octal | 331 | 154 | 1 | 0 | 62 | 144 | 17 | 36 | 143 | 53 |
| Binary | 11011001 | 1101100 | 1 | 0 | 110010 | 1100100 | 1111 | 11110 | 1100011 | 101011 |
Color Harmonies of #D96C01
Complementary color
Monochromatic Colors of #D96C01
Black with #D96C01
Text Example
Text Example
White with #D96C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C01; }
p { color: rgb(217,108,1); }
H1.HeaderClassName
{
color: #D96C01;
}
.AnyTagClassName
{
color: #D96C01;
}
</style>
background-color css
<style>
a { background-color: #D96C01; }
a { background-color: rgb(217,108,1); }
div.DivClassName
{
background-color: #D96C01;
}
.BgClassName
{
background-color: #D96C01;
}
</style>
border-color css
<style>
span { border-color: #D96C01; }
span { border-color: rgb(217,108,1); }
td.TdClassName
{
border-color: #D96C01;
}
.TagClassName
{
border-color: #D96C01;
}
</style>