Shades of Mango Tango #D9750C
Tints of Mango Tango #D9750C
RGB
CMYK
RGB Variations
Color information
#D9750C (or 0xD9750C) is known color: Mango Tango. HEX triplet: D9, 75 and 0C. RGB value is (217,117,12). Sum of RGB (Red+Green+Blue) = 217+117+12=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D9750C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9750C is #268AF3. Grayscale: #878787. Windows color (decimal): -2525940 or 816601. OLE color: 816601.
HSL color Cylindrical-coordinate representation of color #D9750C: hue angle of 30.73º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9750C is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 12 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.15 |
| HSL | 30.73º | 0.9% | 0.45% | - |
| HSV(B) | 30.73º | 0.94% | 0.85% | - |
| XYZ | 35.04 | 27.5 | 3.81 | - |
| YUV | 134.93 | 58.63 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 12 | 0 | 0.46 | 0.94 | 0.15 | 30.73 | 0.9 | 0.45 |
| Hex | D9 | 75 | C | 0 | 2E | 5E | F | 1F | 5A | 2D |
| Octal | 331 | 165 | 14 | 0 | 56 | 136 | 17 | 37 | 132 | 55 |
| Binary | 11011001 | 1110101 | 1100 | 0 | 101110 | 1011110 | 1111 | 11111 | 1011010 | 101101 |
Color Harmonies of #D9750C
Complementary color
Monochromatic Colors of #D9750C
Black with #D9750C
Text Example
Text Example
White with #D9750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9750C; }
p { color: rgb(217,117,12); }
H1.HeaderClassName
{
color: #D9750C;
}
.AnyTagClassName
{
color: #D9750C;
}
</style>
background-color css
<style>
a { background-color: #D9750C; }
a { background-color: rgb(217,117,12); }
div.DivClassName
{
background-color: #D9750C;
}
.BgClassName
{
background-color: #D9750C;
}
</style>
border-color css
<style>
span { border-color: #D9750C; }
span { border-color: rgb(217,117,12); }
td.TdClassName
{
border-color: #D9750C;
}
.TagClassName
{
border-color: #D9750C;
}
</style>