Shades of Luxor Gold #9D8344
Tints of Luxor Gold #9D8344
RGB
CMYK
RGB Variations
Color information
#9D8344 (or 0x9D8344) is known color: Luxor Gold. HEX triplet: 9D, 83 and 44. RGB value is (157,131,68). Sum of RGB (Red+Green+Blue) = 157+131+68=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8344 is #627CBB. Grayscale: #838383. Windows color (decimal): -6454460 or 4490141. OLE color: 4490141.
HSL color Cylindrical-coordinate representation of color #9D8344: hue angle of 42.47º 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 #9D8344 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 131 | 68 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.38 |
| HSL | 42.47º | 0.4% | 0.44% | - |
| HSV(B) | 42.47º | 0.57% | 0.62% | - |
| XYZ | 23.06 | 23.82 | 8.85 | - |
| YUV | 131.59 | 92.11 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 131 | 68 | 0 | 0.17 | 0.57 | 0.38 | 42.47 | 0.4 | 0.44 |
| Hex | 9D | 83 | 44 | 0 | 11 | 39 | 26 | 2A | 28 | 2C |
| Octal | 235 | 203 | 104 | 0 | 21 | 71 | 46 | 52 | 50 | 54 |
| Binary | 10011101 | 10000011 | 1000100 | 0 | 10001 | 111001 | 100110 | 101010 | 101000 | 101100 |
Color Harmonies of #9D8344
Complementary color
Monochromatic Colors of #9D8344
Black with #9D8344
Text Example
Text Example
White with #9D8344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8344; }
p { color: rgb(157,131,68); }
H1.HeaderClassName
{
color: #9D8344;
}
.AnyTagClassName
{
color: #9D8344;
}
</style>
background-color css
<style>
a { background-color: #9D8344; }
a { background-color: rgb(157,131,68); }
div.DivClassName
{
background-color: #9D8344;
}
.BgClassName
{
background-color: #9D8344;
}
</style>
border-color css
<style>
span { border-color: #9D8344; }
span { border-color: rgb(157,131,68); }
td.TdClassName
{
border-color: #9D8344;
}
.TagClassName
{
border-color: #9D8344;
}
</style>