Shades of Rich Gold #985319
Tints of Rich Gold #985319
RGB
CMYK
RGB Variations
Color information
#985319 (or 0x985319) is known color: Rich Gold. HEX triplet: 98, 53 and 19. RGB value is (152,83,25). Sum of RGB (Red+Green+Blue) = 152+83+25=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #985319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985319 is #67ACE6. Grayscale: #616161. Windows color (decimal): -6794471 or 1659800. OLE color: 1659800.
HSL color Cylindrical-coordinate representation of color #985319: hue angle of 27.4º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #985319 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 25 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.40 |
| HSL | 27.4º | 0.72% | 0.35% | - |
| HSV(B) | 27.4º | 0.84% | 0.6% | - |
| XYZ | 16.22 | 12.93 | 2.56 | - |
| YUV | 97.02 | 87.36 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 25 | 0 | 0.45 | 0.84 | 0.40 | 27.4 | 0.72 | 0.35 |
| Hex | 98 | 53 | 19 | 0 | 2D | 54 | 28 | 1B | 48 | 23 |
| Octal | 230 | 123 | 31 | 0 | 55 | 124 | 50 | 33 | 110 | 43 |
| Binary | 10011000 | 1010011 | 11001 | 0 | 101101 | 1010100 | 101000 | 11011 | 1001000 | 100011 |
Color Harmonies of #985319
Complementary color
Monochromatic Colors of #985319
Black with #985319
Text Example
Text Example
White with #985319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985319; }
p { color: rgb(152,83,25); }
H1.HeaderClassName
{
color: #985319;
}
.AnyTagClassName
{
color: #985319;
}
</style>
background-color css
<style>
a { background-color: #985319; }
a { background-color: rgb(152,83,25); }
div.DivClassName
{
background-color: #985319;
}
.BgClassName
{
background-color: #985319;
}
</style>
border-color css
<style>
span { border-color: #985319; }
span { border-color: rgb(152,83,25); }
td.TdClassName
{
border-color: #985319;
}
.TagClassName
{
border-color: #985319;
}
</style>