Shades of Luxor Gold #9D8342
Tints of Luxor Gold #9D8342
RGB
CMYK
RGB Variations
Color information
#9D8342 (or 0x9D8342) is known color: Luxor Gold. HEX triplet: 9D, 83 and 42. RGB value is (157,131,66). Sum of RGB (Red+Green+Blue) = 157+131+66=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8342 is #627CBD. Grayscale: #838383. Windows color (decimal): -6454462 or 4359069. OLE color: 4359069.
HSL color Cylindrical-coordinate representation of color #9D8342: hue angle of 42.86º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D8342 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 131 | 66 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.38 |
| HSL | 42.86º | 0.41% | 0.44% | - |
| HSV(B) | 42.86º | 0.58% | 0.62% | - |
| XYZ | 23 | 23.79 | 8.53 | - |
| YUV | 131.36 | 91.11 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 131 | 66 | 0 | 0.17 | 0.58 | 0.38 | 42.86 | 0.41 | 0.44 |
| Hex | 9D | 83 | 42 | 0 | 11 | 3A | 26 | 2B | 29 | 2C |
| Octal | 235 | 203 | 102 | 0 | 21 | 72 | 46 | 53 | 51 | 54 |
| Binary | 10011101 | 10000011 | 1000010 | 0 | 10001 | 111010 | 100110 | 101011 | 101001 | 101100 |
Color Harmonies of #9D8342
Complementary color
Monochromatic Colors of #9D8342
Black with #9D8342
Text Example
Text Example
White with #9D8342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8342; }
p { color: rgb(157,131,66); }
H1.HeaderClassName
{
color: #9D8342;
}
.AnyTagClassName
{
color: #9D8342;
}
</style>
background-color css
<style>
a { background-color: #9D8342; }
a { background-color: rgb(157,131,66); }
div.DivClassName
{
background-color: #9D8342;
}
.BgClassName
{
background-color: #9D8342;
}
</style>
border-color css
<style>
span { border-color: #9D8342; }
span { border-color: rgb(157,131,66); }
td.TdClassName
{
border-color: #9D8342;
}
.TagClassName
{
border-color: #9D8342;
}
</style>