Shades of Luxor Gold #9D8243
Tints of Luxor Gold #9D8243
RGB
CMYK
RGB Variations
Color information
#9D8243 (or 0x9D8243) is known color: Luxor Gold. HEX triplet: 9D, 82 and 43. RGB value is (157,130,67). Sum of RGB (Red+Green+Blue) = 157+130+67=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8243 is #627DBC. Grayscale: #838383. Windows color (decimal): -6454717 or 4424349. OLE color: 4424349.
HSL color Cylindrical-coordinate representation of color #9D8243: hue angle of 42º 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 #9D8243 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 130 | 67 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.38 |
| HSL | 42º | 0.4% | 0.44% | - |
| HSV(B) | 42º | 0.57% | 0.62% | - |
| XYZ | 22.9 | 23.54 | 8.65 | - |
| YUV | 130.89 | 91.95 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 130 | 67 | 0 | 0.17 | 0.57 | 0.38 | 42 | 0.4 | 0.44 |
| Hex | 9D | 82 | 43 | 0 | 11 | 39 | 26 | 2A | 28 | 2C |
| Octal | 235 | 202 | 103 | 0 | 21 | 71 | 46 | 52 | 50 | 54 |
| Binary | 10011101 | 10000010 | 1000011 | 0 | 10001 | 111001 | 100110 | 101010 | 101000 | 101100 |
Color Harmonies of #9D8243
Complementary color
Monochromatic Colors of #9D8243
Black with #9D8243
Text Example
Text Example
White with #9D8243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8243; }
p { color: rgb(157,130,67); }
H1.HeaderClassName
{
color: #9D8243;
}
.AnyTagClassName
{
color: #9D8243;
}
</style>
background-color css
<style>
a { background-color: #9D8243; }
a { background-color: rgb(157,130,67); }
div.DivClassName
{
background-color: #9D8243;
}
.BgClassName
{
background-color: #9D8243;
}
</style>
border-color css
<style>
span { border-color: #9D8243; }
span { border-color: rgb(157,130,67); }
td.TdClassName
{
border-color: #9D8243;
}
.TagClassName
{
border-color: #9D8243;
}
</style>