#9F8800

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

Shades of Dark Goldenrod #9F8800

Tints of Dark Goldenrod #9F8800

Color information

#9F8800 (or 0x9F8800) is unknown color: approx Dark Goldenrod. HEX triplet: 9F, 88 and 00. RGB value is (159,136,0). Sum of RGB (Red+Green+Blue) = 159+136+0=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8800 is #6077FF. Grayscale: #7F7F7F. Windows color (decimal): -6322176 or 34975. OLE color: 34975.

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

Color convert

RGB1591360-
CMYK00.1410.38
HSL51.32º100%31.18%-
HSV(B)51.32º100%62.35%-
XYZ23.124.983.6-
YUV127.3756.12150.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.90%
GREEN value IS 136 (53.52% from 255) = 46.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.90%
G=46.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159136000.1410.3851.3210031.18
Hex9F8800E642633641f
Octal2372100016144466314437
Binary10011111100010000011101100100100110110011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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