Shades of Mango Tango #D9750B
Tints of Mango Tango #D9750B
RGB
CMYK
RGB Variations
Color information
#D9750B (or 0xD9750B) is known color: Mango Tango. HEX triplet: D9, 75 and 0B. RGB value is (217,117,11). Sum of RGB (Red+Green+Blue) = 217+117+11=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D9750B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9750B is #268AF4. Grayscale: #878787. Windows color (decimal): -2525941 or 751065. OLE color: 751065.
HSL color Cylindrical-coordinate representation of color #D9750B: hue angle of 30.87º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9750B is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 117 | 11 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.15 |
| HSL | 30.87º | 0.9% | 0.45% | - |
| HSV(B) | 30.87º | 0.95% | 0.85% | - |
| XYZ | 35.04 | 27.5 | 3.78 | - |
| YUV | 134.82 | 58.13 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 117 | 11 | 0 | 0.46 | 0.95 | 0.15 | 30.87 | 0.9 | 0.45 |
| Hex | D9 | 75 | B | 0 | 2E | 5F | F | 1F | 5A | 2D |
| Octal | 331 | 165 | 13 | 0 | 56 | 137 | 17 | 37 | 132 | 55 |
| Binary | 11011001 | 1110101 | 1011 | 0 | 101110 | 1011111 | 1111 | 11111 | 1011010 | 101101 |
Color Harmonies of #D9750B
Complementary color
Monochromatic Colors of #D9750B
Black with #D9750B
Text Example
Text Example
White with #D9750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9750B; }
p { color: rgb(217,117,11); }
H1.HeaderClassName
{
color: #D9750B;
}
.AnyTagClassName
{
color: #D9750B;
}
</style>
background-color css
<style>
a { background-color: #D9750B; }
a { background-color: rgb(217,117,11); }
div.DivClassName
{
background-color: #D9750B;
}
.BgClassName
{
background-color: #D9750B;
}
</style>
border-color css
<style>
span { border-color: #D9750B; }
span { border-color: rgb(217,117,11); }
td.TdClassName
{
border-color: #D9750B;
}
.TagClassName
{
border-color: #D9750B;
}
</style>