Shades of Luxor Gold #9D8844
Tints of Luxor Gold #9D8844
RGB
CMYK
RGB Variations
Color information
#9D8844 (or 0x9D8844) is known color: Luxor Gold. HEX triplet: 9D, 88 and 44. RGB value is (157,136,68). Sum of RGB (Red+Green+Blue) = 157+136+68=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8844 is #6277BB. Grayscale: #868686. Windows color (decimal): -6453180 or 4491421. OLE color: 4491421.
HSL color Cylindrical-coordinate representation of color #9D8844: hue angle of 45.84º 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 #9D8844 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 136 | 68 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.38 |
| HSL | 45.84º | 0.4% | 0.44% | - |
| HSV(B) | 45.84º | 0.57% | 0.62% | - |
| XYZ | 23.75 | 25.19 | 9.08 | - |
| YUV | 134.53 | 90.46 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 136 | 68 | 0 | 0.13 | 0.57 | 0.38 | 45.84 | 0.4 | 0.44 |
| Hex | 9D | 88 | 44 | 0 | D | 39 | 26 | 2E | 28 | 2C |
| Octal | 235 | 210 | 104 | 0 | 15 | 71 | 46 | 56 | 50 | 54 |
| Binary | 10011101 | 10001000 | 1000100 | 0 | 1101 | 111001 | 100110 | 101110 | 101000 | 101100 |
Color Harmonies of #9D8844
Complementary color
Monochromatic Colors of #9D8844
Black with #9D8844
Text Example
Text Example
White with #9D8844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8844; }
p { color: rgb(157,136,68); }
H1.HeaderClassName
{
color: #9D8844;
}
.AnyTagClassName
{
color: #9D8844;
}
</style>
background-color css
<style>
a { background-color: #9D8844; }
a { background-color: rgb(157,136,68); }
div.DivClassName
{
background-color: #9D8844;
}
.BgClassName
{
background-color: #9D8844;
}
</style>
border-color css
<style>
span { border-color: #9D8844; }
span { border-color: rgb(157,136,68); }
td.TdClassName
{
border-color: #9D8844;
}
.TagClassName
{
border-color: #9D8844;
}
</style>