Shades of Luxor Gold #9D8C44
Tints of Luxor Gold #9D8C44
RGB
CMYK
RGB Variations
Color information
#9D8C44 (or 0x9D8C44) is known color: Luxor Gold. HEX triplet: 9D, 8C and 44. RGB value is (157,140,68). Sum of RGB (Red+Green+Blue) = 157+140+68=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8C44 is #6273BB. Grayscale: #898989. Windows color (decimal): -6452156 or 4492445. OLE color: 4492445.
HSL color Cylindrical-coordinate representation of color #9D8C44: hue angle of 48.54º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D8C44 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 140 | 68 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.38 |
| HSL | 48.54º | 0.4% | 0.44% | - |
| HSV(B) | 48.54º | 0.57% | 0.62% | - |
| XYZ | 24.33 | 26.34 | 9.27 | - |
| YUV | 136.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 140 | 68 | 0 | 0.11 | 0.57 | 0.38 | 48.54 | 0.4 | 0.44 |
| Hex | 9D | 8C | 44 | 0 | B | 39 | 26 | 31 | 28 | 2C |
| Octal | 235 | 214 | 104 | 0 | 13 | 71 | 46 | 61 | 50 | 54 |
| Binary | 10011101 | 10001100 | 1000100 | 0 | 1011 | 111001 | 100110 | 110001 | 101000 | 101100 |
Color Harmonies of #9D8C44
Complementary color
Monochromatic Colors of #9D8C44
Black with #9D8C44
Text Example
Text Example
White with #9D8C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8C44; }
p { color: rgb(157,140,68); }
H1.HeaderClassName
{
color: #9D8C44;
}
.AnyTagClassName
{
color: #9D8C44;
}
</style>
background-color css
<style>
a { background-color: #9D8C44; }
a { background-color: rgb(157,140,68); }
div.DivClassName
{
background-color: #9D8C44;
}
.BgClassName
{
background-color: #9D8C44;
}
</style>
border-color css
<style>
span { border-color: #9D8C44; }
span { border-color: rgb(157,140,68); }
td.TdClassName
{
border-color: #9D8C44;
}
.TagClassName
{
border-color: #9D8C44;
}
</style>