Shades of Mango Tango #D9740A
Tints of Mango Tango #D9740A
RGB
CMYK
RGB Variations
Color information
#D9740A (or 0xD9740A) is known color: Mango Tango. HEX triplet: D9, 74 and 0A. RGB value is (217,116,10). Sum of RGB (Red+Green+Blue) = 217+116+10=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D9740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9740A is #268BF5. Grayscale: #868686. Windows color (decimal): -2526198 or 685273. OLE color: 685273.
HSL color Cylindrical-coordinate representation of color #D9740A: hue angle of 30.72º degrees, saturation: 0.91, 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 #D9740A is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 116 | 10 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.15 |
| HSL | 30.72º | 0.91% | 0.45% | - |
| HSV(B) | 30.72º | 0.95% | 0.85% | - |
| XYZ | 34.92 | 27.26 | 3.71 | - |
| YUV | 134.12 | 57.96 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 116 | 10 | 0 | 0.47 | 0.95 | 0.15 | 30.72 | 0.91 | 0.45 |
| Hex | D9 | 74 | A | 0 | 2F | 5F | F | 1F | 5B | 2D |
| Octal | 331 | 164 | 12 | 0 | 57 | 137 | 17 | 37 | 133 | 55 |
| Binary | 11011001 | 1110100 | 1010 | 0 | 101111 | 1011111 | 1111 | 11111 | 1011011 | 101101 |
Color Harmonies of #D9740A
Complementary color
Monochromatic Colors of #D9740A
Black with #D9740A
Text Example
Text Example
White with #D9740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9740A; }
p { color: rgb(217,116,10); }
H1.HeaderClassName
{
color: #D9740A;
}
.AnyTagClassName
{
color: #D9740A;
}
</style>
background-color css
<style>
a { background-color: #D9740A; }
a { background-color: rgb(217,116,10); }
div.DivClassName
{
background-color: #D9740A;
}
.BgClassName
{
background-color: #D9740A;
}
</style>
border-color css
<style>
span { border-color: #D9740A; }
span { border-color: rgb(217,116,10); }
td.TdClassName
{
border-color: #D9740A;
}
.TagClassName
{
border-color: #D9740A;
}
</style>