#9D8504

Color #9D8504 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #9D8504

Tints of Dark Goldenrod #9D8504

Color information

#9D8504 (or 0x9D8504) is unknown color: approx Dark Goldenrod. HEX triplet: 9D, 85 and 04. RGB value is (157,133,4). Sum of RGB (Red+Green+Blue) = 157+133+4=294 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.40% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8504 is #627AFB. Grayscale: #7E7E7E. Windows color (decimal): -6454012 or 296349. OLE color: 296349.

HSL color Cylindrical-coordinate representation of color #9D8504: hue angle of 50.59º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D8504 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB1571334-
CMYK00.150.970.38
HSL50.59º95.03%31.57%-
HSV(B)50.59º97.45%61.57%-
XYZ22.3123.953.56-
YUV125.4759.45150.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.40%
GREEN value IS 133 (52.34% from 255) = 45.24%
BLUE value IS 4 (1.95% from 255) = 1.36%
R=53.40%
G=45.24%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157133400.150.970.3850.5995.0331.57
Hex9D8540F6126335f20
Octal2352054017141466313740
Binary10011101100001011000111111000011001101100111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,133,4); }

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

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

 a { background-color: rgb(157,133,4); }

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

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

 span { border-color: rgb(157,133,4); }

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