#9F8001

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

Shades of Dark Goldenrod #9F8001

Tints of Dark Goldenrod #9F8001

Color information

#9F8001 (or 0x9F8001) is unknown color: approx Dark Goldenrod. HEX triplet: 9F, 80 and 01. RGB value is (159,128,1). Sum of RGB (Red+Green+Blue) = 159+128+1=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8001 is #607FFE. Grayscale: #7B7B7B. Windows color (decimal): -6324223 or 98463. OLE color: 98463.

HSL color Cylindrical-coordinate representation of color #9F8001: hue angle of 48.23º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F8001 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB1591281-
CMYK00.190.990.38
HSL48.23º98.75%31.37%-
HSV(B)48.23º99.37%62.35%-
XYZ22.0222.813.27-
YUV122.7959.27153.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.21%
GREEN value IS 128 (50.39% from 255) = 44.44%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=55.21%
G=44.44%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159128100.190.990.3848.2398.7531.37
Hex9F801013632630631f
Octal2372001023143466014337
Binary100111111000000010100111100011100110110000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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