#9F8804

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

Shades of Dark Goldenrod #9F8804

Tints of Dark Goldenrod #9F8804

Color information

#9F8804 (or 0x9F8804) is unknown color: approx Dark Goldenrod. HEX triplet: 9F, 88 and 04. RGB value is (159,136,4). Sum of RGB (Red+Green+Blue) = 159+136+4=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8804 is #6077FB. Grayscale: #808080. Windows color (decimal): -6322172 or 297119. OLE color: 297119.

HSL color Cylindrical-coordinate representation of color #9F8804: hue angle of 51.1º 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 #9F8804 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB1591364-
CMYK00.140.970.38
HSL51.1º95.09%31.96%-
HSV(B)51.1º97.48%62.35%-
XYZ23.1224.993.72-
YUV127.8358.12150.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.18%
GREEN value IS 136 (53.52% from 255) = 45.48%
BLUE value IS 4 (1.95% from 255) = 1.34%
R=53.18%
G=45.48%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159136400.140.970.3851.195.0931.96
Hex9F8840E6126335f20
Octal2372104016141466313740
Binary10011111100010001000111011000011001101100111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,136,4); }

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

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

 a { background-color: rgb(159,136,4); }

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

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

 span { border-color: rgb(159,136,4); }

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