Shades of Rich Gold #99501C
Tints of Rich Gold #99501C
RGB
CMYK
RGB Variations
Color information
#99501C (or 0x99501C) is known color: Rich Gold. HEX triplet: 99, 50 and 1C. RGB value is (153,80,28). Sum of RGB (Red+Green+Blue) = 153+80+28=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #99501C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99501C is #66AFE3. Grayscale: #606060. Windows color (decimal): -6729700 or 1855641. OLE color: 1855641.
HSL color Cylindrical-coordinate representation of color #99501C: hue angle of 24.96º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99501C is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 80 | 28 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.4 |
| HSL | 24.96º | 0.69% | 0.35% | - |
| HSV(B) | 24.96º | 0.82% | 0.6% | - |
| XYZ | 16.22 | 12.59 | 2.67 | - |
| YUV | 95.9 | 89.68 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 28 | 0 | 0.48 | 0.82 | 0.4 | 24.96 | 0.69 | 0.35 |
| Hex | 99 | 50 | 1C | 0 | 30 | 52 | 28 | 19 | 45 | 23 |
| Octal | 231 | 120 | 34 | 0 | 60 | 122 | 50 | 31 | 105 | 43 |
| Binary | 10011001 | 1010000 | 11100 | 0 | 110000 | 1010010 | 101000 | 11001 | 1000101 | 100011 |
Color Harmonies of #99501C
Complementary color
Monochromatic Colors of #99501C
Black with #99501C
Text Example
Text Example
White with #99501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99501C; }
p { color: rgb(153,80,28); }
H1.HeaderClassName
{
color: #99501C;
}
.AnyTagClassName
{
color: #99501C;
}
</style>
background-color css
<style>
a { background-color: #99501C; }
a { background-color: rgb(153,80,28); }
div.DivClassName
{
background-color: #99501C;
}
.BgClassName
{
background-color: #99501C;
}
</style>
border-color css
<style>
span { border-color: #99501C; }
span { border-color: rgb(153,80,28); }
td.TdClassName
{
border-color: #99501C;
}
.TagClassName
{
border-color: #99501C;
}
</style>