Shades of Rich Gold #99471D
Tints of Rich Gold #99471D
RGB
CMYK
RGB Variations
Color information
#99471D (or 0x99471D) is known color: Rich Gold. HEX triplet: 99, 47 and 1D. RGB value is (153,71,29). Sum of RGB (Red+Green+Blue) = 153+71+29=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #99471D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99471D is #66B8E2. Grayscale: #5A5A5A. Windows color (decimal): -6732003 or 1918873. OLE color: 1918873.
HSL color Cylindrical-coordinate representation of color #99471D: hue angle of 20.32º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #99471D is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 71 | 29 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.4 |
| HSL | 20.32º | 0.68% | 0.36% | - |
| HSV(B) | 20.32º | 0.81% | 0.6% | - |
| XYZ | 15.61 | 11.37 | 2.53 | - |
| YUV | 90.73 | 93.17 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 29 | 0 | 0.54 | 0.81 | 0.4 | 20.32 | 0.68 | 0.36 |
| Hex | 99 | 47 | 1D | 0 | 36 | 51 | 28 | 14 | 44 | 24 |
| Octal | 231 | 107 | 35 | 0 | 66 | 121 | 50 | 24 | 104 | 44 |
| Binary | 10011001 | 1000111 | 11101 | 0 | 110110 | 1010001 | 101000 | 10100 | 1000100 | 100100 |
Color Harmonies of #99471D
Complementary color
Monochromatic Colors of #99471D
Black with #99471D
Text Example
Text Example
White with #99471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99471D; }
p { color: rgb(153,71,29); }
H1.HeaderClassName
{
color: #99471D;
}
.AnyTagClassName
{
color: #99471D;
}
</style>
background-color css
<style>
a { background-color: #99471D; }
a { background-color: rgb(153,71,29); }
div.DivClassName
{
background-color: #99471D;
}
.BgClassName
{
background-color: #99471D;
}
</style>
border-color css
<style>
span { border-color: #99471D; }
span { border-color: rgb(153,71,29); }
td.TdClassName
{
border-color: #99471D;
}
.TagClassName
{
border-color: #99471D;
}
</style>