Shades of Rich Gold #9D511A
Tints of Rich Gold #9D511A
RGB
CMYK
RGB Variations
Color information
#9D511A (or 0x9D511A) is known color: Rich Gold. HEX triplet: 9D, 51 and 1A. RGB value is (157,81,26). Sum of RGB (Red+Green+Blue) = 157+81+26=264 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.47% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 157 - color contains mainly: red. Hex color #9D511A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D511A is #62AEE5. Grayscale: #616161. Windows color (decimal): -6467302 or 1724829. OLE color: 1724829.
HSL color Cylindrical-coordinate representation of color #9D511A: hue angle of 25.19º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D511A is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 81 | 26 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.38 |
| HSL | 25.19º | 0.72% | 0.36% | - |
| HSV(B) | 25.19º | 0.83% | 0.62% | - |
| XYZ | 17.03 | 13.13 | 2.61 | - |
| YUV | 97.45 | 87.68 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 81 | 26 | 0 | 0.48 | 0.83 | 0.38 | 25.19 | 0.72 | 0.36 |
| Hex | 9D | 51 | 1A | 0 | 30 | 53 | 26 | 19 | 48 | 24 |
| Octal | 235 | 121 | 32 | 0 | 60 | 123 | 46 | 31 | 110 | 44 |
| Binary | 10011101 | 1010001 | 11010 | 0 | 110000 | 1010011 | 100110 | 11001 | 1001000 | 100100 |
Color Harmonies of #9D511A
Complementary color
Monochromatic Colors of #9D511A
Black with #9D511A
Text Example
Text Example
White with #9D511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D511A; }
p { color: rgb(157,81,26); }
H1.HeaderClassName
{
color: #9D511A;
}
.AnyTagClassName
{
color: #9D511A;
}
</style>
background-color css
<style>
a { background-color: #9D511A; }
a { background-color: rgb(157,81,26); }
div.DivClassName
{
background-color: #9D511A;
}
.BgClassName
{
background-color: #9D511A;
}
</style>
border-color css
<style>
span { border-color: #9D511A; }
span { border-color: rgb(157,81,26); }
td.TdClassName
{
border-color: #9D511A;
}
.TagClassName
{
border-color: #9D511A;
}
</style>