#9F7C01

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

Shades of Dark Goldenrod #9F7C01

Tints of Dark Goldenrod #9F7C01

Color information

#9F7C01 (or 0x9F7C01) is unknown color: approx Dark Goldenrod. HEX triplet: 9F, 7C and 01. RGB value is (159,124,1). Sum of RGB (Red+Green+Blue) = 159+124+1=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7C01 is #6083FE. Grayscale: #787878. Windows color (decimal): -6325247 or 97439. OLE color: 97439.

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

Color convert

RGB1591241-
CMYK00.220.990.38
HSL46.71º98.75%31.37%-
HSV(B)46.71º99.37%62.35%-
XYZ21.5121.793.1-
YUV120.4460.6155.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.99%
GREEN value IS 124 (48.83% from 255) = 43.66%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=55.99%
G=43.66%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159124100.220.990.3846.7198.7531.37
Hex9F7C101663262f631f
Octal2371741026143465714337
Binary10011111111110010101101100011100110101111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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