#9F8004

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

Shades of Dark Goldenrod #9F8004

Tints of Dark Goldenrod #9F8004

Color information

#9F8004 (or 0x9F8004) is unknown color: approx Dark Goldenrod. HEX triplet: 9F, 80 and 04. RGB value is (159,128,4). Sum of RGB (Red+Green+Blue) = 159+128+4=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8004 is #607FFB. Grayscale: #7B7B7B. Windows color (decimal): -6324220 or 295071. OLE color: 295071.

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

Color convert

RGB1591284-
CMYK00.190.970.38
HSL48º95.09%31.96%-
HSV(B)48º97.48%62.35%-
XYZ22.0422.823.36-
YUV123.1360.77153.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.64%
GREEN value IS 128 (50.39% from 255) = 43.99%
BLUE value IS 4 (1.95% from 255) = 1.37%
R=54.64%
G=43.99%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159128400.190.970.384895.0931.96
Hex9F8040136126305f20
Octal2372004023141466013740
Binary100111111000000010001001111000011001101100001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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