Shades of Mango Tango #D96F01
Tints of Mango Tango #D96F01
RGB
CMYK
RGB Variations
Color information
#D96F01 (or 0xD96F01) is known color: Mango Tango. HEX triplet: D9, 6F and 01. RGB value is (217,111,1). Sum of RGB (Red+Green+Blue) = 217+111+1=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96F01 is #2690FE. Grayscale: #828282. Windows color (decimal): -2527487 or 94169. OLE color: 94169.
HSL color Cylindrical-coordinate representation of color #D96F01: hue angle of 30.56º 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 #D96F01 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 1 | - |
| CMYK | 0 | 0.49 | 1.00 | 0.15 |
| HSL | 30.56º | 0.99% | 0.43% | - |
| HSV(B) | 30.56º | 1% | 0.85% | - |
| XYZ | 34.31 | 26.12 | 3.26 | - |
| YUV | 130.15 | 55.12 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 1 | 0 | 0.49 | 1.00 | 0.15 | 30.56 | 0.99 | 0.43 |
| Hex | D9 | 6F | 1 | 0 | 31 | 64 | F | 1F | 63 | 2B |
| Octal | 331 | 157 | 1 | 0 | 61 | 144 | 17 | 37 | 143 | 53 |
| Binary | 11011001 | 1101111 | 1 | 0 | 110001 | 1100100 | 1111 | 11111 | 1100011 | 101011 |
Color Harmonies of #D96F01
Complementary color
Monochromatic Colors of #D96F01
Black with #D96F01
Text Example
Text Example
White with #D96F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F01; }
p { color: rgb(217,111,1); }
H1.HeaderClassName
{
color: #D96F01;
}
.AnyTagClassName
{
color: #D96F01;
}
</style>
background-color css
<style>
a { background-color: #D96F01; }
a { background-color: rgb(217,111,1); }
div.DivClassName
{
background-color: #D96F01;
}
.BgClassName
{
background-color: #D96F01;
}
</style>
border-color css
<style>
span { border-color: #D96F01; }
span { border-color: rgb(217,111,1); }
td.TdClassName
{
border-color: #D96F01;
}
.TagClassName
{
border-color: #D96F01;
}
</style>