Shades of Luxor Gold #9D8C4D
Tints of Luxor Gold #9D8C4D
RGB
CMYK
RGB Variations
Color information
#9D8C4D (or 0x9D8C4D) is known color: Luxor Gold. HEX triplet: 9D, 8C and 4D. RGB value is (157,140,77). Sum of RGB (Red+Green+Blue) = 157+140+77=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8C4D is #6273B2. Grayscale: #8A8A8A. Windows color (decimal): -6452147 or 5082269. OLE color: 5082269.
HSL color Cylindrical-coordinate representation of color #9D8C4D: hue angle of 47.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D8C4D is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 140 | 77 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.38 |
| HSL | 47.25º | 0.34% | 0.46% | - |
| HSV(B) | 47.25º | 0.51% | 0.62% | - |
| XYZ | 24.62 | 26.46 | 10.83 | - |
| YUV | 137.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 140 | 77 | 0 | 0.11 | 0.51 | 0.38 | 47.25 | 0.34 | 0.46 |
| Hex | 9D | 8C | 4D | 0 | B | 33 | 26 | 2F | 22 | 2E |
| Octal | 235 | 214 | 115 | 0 | 13 | 63 | 46 | 57 | 42 | 56 |
| Binary | 10011101 | 10001100 | 1001101 | 0 | 1011 | 110011 | 100110 | 101111 | 100010 | 101110 |
Color Harmonies of #9D8C4D
Complementary color
Monochromatic Colors of #9D8C4D
Black with #9D8C4D
Text Example
Text Example
White with #9D8C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8C4D; }
p { color: rgb(157,140,77); }
H1.HeaderClassName
{
color: #9D8C4D;
}
.AnyTagClassName
{
color: #9D8C4D;
}
</style>
background-color css
<style>
a { background-color: #9D8C4D; }
a { background-color: rgb(157,140,77); }
div.DivClassName
{
background-color: #9D8C4D;
}
.BgClassName
{
background-color: #9D8C4D;
}
</style>
border-color css
<style>
span { border-color: #9D8C4D; }
span { border-color: rgb(157,140,77); }
td.TdClassName
{
border-color: #9D8C4D;
}
.TagClassName
{
border-color: #9D8C4D;
}
</style>