Shades of Luxor Gold #9D9050
Tints of Luxor Gold #9D9050
RGB
CMYK
RGB Variations
Color information
#9D9050 (or 0x9D9050) is known color: Luxor Gold. HEX triplet: 9D, 90 and 50. RGB value is (157,144,80). Sum of RGB (Red+Green+Blue) = 157+144+80=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9050 is #626FAF. Grayscale: #8C8C8C. Windows color (decimal): -6451120 or 5279901. OLE color: 5279901.
HSL color Cylindrical-coordinate representation of color #9D9050: hue angle of 49.87º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D9050 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 144 | 80 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.38 |
| HSL | 49.87º | 0.32% | 0.46% | - |
| HSV(B) | 49.87º | 0.49% | 0.62% | - |
| XYZ | 25.33 | 27.69 | 11.6 | - |
| YUV | 140.59 | 93.81 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 80 | 0 | 0.08 | 0.49 | 0.38 | 49.87 | 0.32 | 0.46 |
| Hex | 9D | 90 | 50 | 0 | 8 | 31 | 26 | 32 | 20 | 2E |
| Octal | 235 | 220 | 120 | 0 | 10 | 61 | 46 | 62 | 40 | 56 |
| Binary | 10011101 | 10010000 | 1010000 | 0 | 1000 | 110001 | 100110 | 110010 | 100000 | 101110 |
Color Harmonies of #9D9050
Complementary color
Monochromatic Colors of #9D9050
Black with #9D9050
Text Example
Text Example
White with #9D9050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9050; }
p { color: rgb(157,144,80); }
H1.HeaderClassName
{
color: #9D9050;
}
.AnyTagClassName
{
color: #9D9050;
}
</style>
background-color css
<style>
a { background-color: #9D9050; }
a { background-color: rgb(157,144,80); }
div.DivClassName
{
background-color: #9D9050;
}
.BgClassName
{
background-color: #9D9050;
}
</style>
border-color css
<style>
span { border-color: #9D9050; }
span { border-color: rgb(157,144,80); }
td.TdClassName
{
border-color: #9D9050;
}
.TagClassName
{
border-color: #9D9050;
}
</style>