Shades of Luxor Gold #9D8940
Tints of Luxor Gold #9D8940
RGB
CMYK
RGB Variations
Color information
#9D8940 (or 0x9D8940) is known color: Luxor Gold. HEX triplet: 9D, 89 and 40. RGB value is (157,137,64). Sum of RGB (Red+Green+Blue) = 157+137+64=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8940 is #6276BF. Grayscale: #868686. Windows color (decimal): -6452928 or 4229533. OLE color: 4229533.
HSL color Cylindrical-coordinate representation of color #9D8940: hue angle of 47.1º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9D8940 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 137 | 64 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.38 |
| HSL | 47.1º | 0.42% | 0.43% | - |
| HSV(B) | 47.1º | 0.59% | 0.62% | - |
| XYZ | 23.78 | 25.43 | 8.51 | - |
| YUV | 134.66 | 88.13 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 137 | 64 | 0 | 0.13 | 0.59 | 0.38 | 47.1 | 0.42 | 0.43 |
| Hex | 9D | 89 | 40 | 0 | D | 3B | 26 | 2F | 2A | 2B |
| Octal | 235 | 211 | 100 | 0 | 15 | 73 | 46 | 57 | 52 | 53 |
| Binary | 10011101 | 10001001 | 1000000 | 0 | 1101 | 111011 | 100110 | 101111 | 101010 | 101011 |
Color Harmonies of #9D8940
Complementary color
Monochromatic Colors of #9D8940
Black with #9D8940
Text Example
Text Example
White with #9D8940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8940; }
p { color: rgb(157,137,64); }
H1.HeaderClassName
{
color: #9D8940;
}
.AnyTagClassName
{
color: #9D8940;
}
</style>
background-color css
<style>
a { background-color: #9D8940; }
a { background-color: rgb(157,137,64); }
div.DivClassName
{
background-color: #9D8940;
}
.BgClassName
{
background-color: #9D8940;
}
</style>
border-color css
<style>
span { border-color: #9D8940; }
span { border-color: rgb(157,137,64); }
td.TdClassName
{
border-color: #9D8940;
}
.TagClassName
{
border-color: #9D8940;
}
</style>