Shades of Mango Tango #D96F02
Tints of Mango Tango #D96F02
RGB
CMYK
RGB Variations
Color information
#D96F02 (or 0xD96F02) is known color: Mango Tango. HEX triplet: D9, 6F and 02. RGB value is (217,111,2). Sum of RGB (Red+Green+Blue) = 217+111+2=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96F02 is #2690FD. Grayscale: #828282. Windows color (decimal): -2527486 or 159705. OLE color: 159705.
HSL color Cylindrical-coordinate representation of color #D96F02: hue angle of 30.42º 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 #D96F02 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.15 |
| HSL | 30.42º | 0.98% | 0.43% | - |
| HSV(B) | 30.42º | 0.99% | 0.85% | - |
| XYZ | 34.31 | 26.12 | 3.29 | - |
| YUV | 130.27 | 55.62 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 2 | 0 | 0.49 | 0.99 | 0.15 | 30.42 | 0.98 | 0.43 |
| Hex | D9 | 6F | 2 | 0 | 31 | 63 | F | 1E | 62 | 2B |
| Octal | 331 | 157 | 2 | 0 | 61 | 143 | 17 | 36 | 142 | 53 |
| Binary | 11011001 | 1101111 | 10 | 0 | 110001 | 1100011 | 1111 | 11110 | 1100010 | 101011 |
Color Harmonies of #D96F02
Complementary color
Monochromatic Colors of #D96F02
Black with #D96F02
Text Example
Text Example
White with #D96F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96F02; }
p { color: rgb(217,111,2); }
H1.HeaderClassName
{
color: #D96F02;
}
.AnyTagClassName
{
color: #D96F02;
}
</style>
background-color css
<style>
a { background-color: #D96F02; }
a { background-color: rgb(217,111,2); }
div.DivClassName
{
background-color: #D96F02;
}
.BgClassName
{
background-color: #D96F02;
}
</style>
border-color css
<style>
span { border-color: #D96F02; }
span { border-color: rgb(217,111,2); }
td.TdClassName
{
border-color: #D96F02;
}
.TagClassName
{
border-color: #D96F02;
}
</style>