Shades of Luxor Gold #9D8D4B
Tints of Luxor Gold #9D8D4B
RGB
CMYK
RGB Variations
Color information
#9D8D4B (or 0x9D8D4B) is known color: Luxor Gold. HEX triplet: 9D, 8D and 4B. RGB value is (157,141,75). Sum of RGB (Red+Green+Blue) = 157+141+75=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8D4B is #6272B4. Grayscale: #8A8A8A. Windows color (decimal): -6451893 or 4951453. OLE color: 4951453.
HSL color Cylindrical-coordinate representation of color #9D8D4B: hue angle of 48.29º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D8D4B is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 141 | 75 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.38 |
| HSL | 48.29º | 0.35% | 0.45% | - |
| HSV(B) | 48.29º | 0.52% | 0.62% | - |
| XYZ | 24.7 | 26.73 | 10.51 | - |
| YUV | 138.26 | 92.3 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 141 | 75 | 0 | 0.10 | 0.52 | 0.38 | 48.29 | 0.35 | 0.45 |
| Hex | 9D | 8D | 4B | 0 | A | 34 | 26 | 30 | 23 | 2D |
| Octal | 235 | 215 | 113 | 0 | 12 | 64 | 46 | 60 | 43 | 55 |
| Binary | 10011101 | 10001101 | 1001011 | 0 | 1010 | 110100 | 100110 | 110000 | 100011 | 101101 |
Color Harmonies of #9D8D4B
Complementary color
Monochromatic Colors of #9D8D4B
Black with #9D8D4B
Text Example
Text Example
White with #9D8D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8D4B; }
p { color: rgb(157,141,75); }
H1.HeaderClassName
{
color: #9D8D4B;
}
.AnyTagClassName
{
color: #9D8D4B;
}
</style>
background-color css
<style>
a { background-color: #9D8D4B; }
a { background-color: rgb(157,141,75); }
div.DivClassName
{
background-color: #9D8D4B;
}
.BgClassName
{
background-color: #9D8D4B;
}
</style>
border-color css
<style>
span { border-color: #9D8D4B; }
span { border-color: rgb(157,141,75); }
td.TdClassName
{
border-color: #9D8D4B;
}
.TagClassName
{
border-color: #9D8D4B;
}
</style>