Shades of Luxor Gold #9D8D48
Tints of Luxor Gold #9D8D48
RGB
CMYK
RGB Variations
Color information
#9D8D48 (or 0x9D8D48) is known color: Luxor Gold. HEX triplet: 9D, 8D and 48. RGB value is (157,141,72). Sum of RGB (Red+Green+Blue) = 157+141+72=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8D48 is #6272B7. Grayscale: #8A8A8A. Windows color (decimal): -6451896 or 4754845. OLE color: 4754845.
HSL color Cylindrical-coordinate representation of color #9D8D48: hue angle of 48.71º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D8D48 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 141 | 72 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.38 |
| HSL | 48.71º | 0.37% | 0.45% | - |
| HSV(B) | 48.71º | 0.54% | 0.62% | - |
| XYZ | 24.6 | 26.69 | 9.99 | - |
| YUV | 137.92 | 90.8 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 141 | 72 | 0 | 0.10 | 0.54 | 0.38 | 48.71 | 0.37 | 0.45 |
| Hex | 9D | 8D | 48 | 0 | A | 36 | 26 | 31 | 25 | 2D |
| Octal | 235 | 215 | 110 | 0 | 12 | 66 | 46 | 61 | 45 | 55 |
| Binary | 10011101 | 10001101 | 1001000 | 0 | 1010 | 110110 | 100110 | 110001 | 100101 | 101101 |
Color Harmonies of #9D8D48
Complementary color
Monochromatic Colors of #9D8D48
Black with #9D8D48
Text Example
Text Example
White with #9D8D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8D48; }
p { color: rgb(157,141,72); }
H1.HeaderClassName
{
color: #9D8D48;
}
.AnyTagClassName
{
color: #9D8D48;
}
</style>
background-color css
<style>
a { background-color: #9D8D48; }
a { background-color: rgb(157,141,72); }
div.DivClassName
{
background-color: #9D8D48;
}
.BgClassName
{
background-color: #9D8D48;
}
</style>
border-color css
<style>
span { border-color: #9D8D48; }
span { border-color: rgb(157,141,72); }
td.TdClassName
{
border-color: #9D8D48;
}
.TagClassName
{
border-color: #9D8D48;
}
</style>