#9D5016

Color #9D5016 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #9D5016

Tints of Rich Gold #9D5016

Color information

#9D5016 (or 0x9D5016) is unknown color: approx Rich Gold. HEX triplet: 9D, 50 and 16. RGB value is (157,80,22). Sum of RGB (Red+Green+Blue) = 157+80+22=259 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.62% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5016 is #62AFE9. Grayscale: #606060. Windows color (decimal): -6467562 or 1462429. OLE color: 1462429.

HSL color Cylindrical-coordinate representation of color #9D5016: hue angle of 25.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D5016 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB1578022-
CMYK00.490.860.38
HSL25.78º75.42%35.1%-
HSV(B)25.78º85.99%61.57%-
XYZ16.9212.962.37-
YUV96.4186.01171.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 60.62%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 22 (8.98% from 255) = 8.49%
R=60.62%
G=30.89%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157802200.490.860.3825.7875.4235.1
Hex9D501603156261a4b23
Octal23512026061126463211343
Binary1001110110100001011001100011010110100110110101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D5016; }

 p { color: rgb(157,80,22); }

 H1.HeaderClassName
 {
   color: #9D5016;
 }
 .AnyTagClassName
 {
   color: #9D5016;
 }
</style>
background-color css

<style>
 a { background-color: #9D5016; }

 a { background-color: rgb(157,80,22); }

 div.DivClassName
 {
   background-color: #9D5016;
 }
 .BgClassName
 {
   background-color: #9D5016;
 }
</style>
border-color css

<style>
 span { border-color: #9D5016; }

 span { border-color: rgb(157,80,22); }

 td.TdClassName
 {
   border-color: #9D5016;
 }
 .TagClassName
 {
   border-color: #9D5016;
 }
</style>