Shades of Rich Gold #9D5821
Tints of Rich Gold #9D5821
RGB
CMYK
RGB Variations
Color information
#9D5821 (or 0x9D5821) is known color: Rich Gold. HEX triplet: 9D, 58 and 21. RGB value is (157,88,33). Sum of RGB (Red+Green+Blue) = 157+88+33=278 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.47% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5821 is #62A7DE. Grayscale: #666666. Windows color (decimal): -6465503 or 2185373. OLE color: 2185373.
HSL color Cylindrical-coordinate representation of color #9D5821: hue angle of 26.61º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D5821 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 88 | 33 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.38 |
| HSL | 26.61º | 0.65% | 0.37% | - |
| HSV(B) | 26.61º | 0.79% | 0.62% | - |
| XYZ | 17.67 | 14.26 | 3.26 | - |
| YUV | 102.36 | 88.86 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 88 | 33 | 0 | 0.44 | 0.79 | 0.38 | 26.61 | 0.65 | 0.37 |
| Hex | 9D | 58 | 21 | 0 | 2C | 4F | 26 | 1B | 41 | 25 |
| Octal | 235 | 130 | 41 | 0 | 54 | 117 | 46 | 33 | 101 | 45 |
| Binary | 10011101 | 1011000 | 100001 | 0 | 101100 | 1001111 | 100110 | 11011 | 1000001 | 100101 |
Color Harmonies of #9D5821
Complementary color
Monochromatic Colors of #9D5821
Black with #9D5821
Text Example
Text Example
White with #9D5821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5821; }
p { color: rgb(157,88,33); }
H1.HeaderClassName
{
color: #9D5821;
}
.AnyTagClassName
{
color: #9D5821;
}
</style>
background-color css
<style>
a { background-color: #9D5821; }
a { background-color: rgb(157,88,33); }
div.DivClassName
{
background-color: #9D5821;
}
.BgClassName
{
background-color: #9D5821;
}
</style>
border-color css
<style>
span { border-color: #9D5821; }
span { border-color: rgb(157,88,33); }
td.TdClassName
{
border-color: #9D5821;
}
.TagClassName
{
border-color: #9D5821;
}
</style>