#9E7C00

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

Shades of Dark Goldenrod #9E7C00

Tints of Dark Goldenrod #9E7C00

Color information

#9E7C00 (or 0x9E7C00) is unknown color: approx Dark Goldenrod. HEX triplet: 9E, 7C and 00. RGB value is (158,124,0). Sum of RGB (Red+Green+Blue) = 158+124+0=282 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.03% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7C00 is #6183FF. Grayscale: #787878. Windows color (decimal): -6390784 or 31902. OLE color: 31902.

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

Color convert

RGB1581240-
CMYK00.2210.38
HSL47.09º100%30.98%-
HSV(B)47.09º100%61.96%-
XYZ21.3121.683.06-
YUV120.0360.26155.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.03%
GREEN value IS 124 (48.83% from 255) = 43.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.03%
G=43.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158124000.2210.3847.0910030.98
Hex9E7C001664262f641f
Octal2361740026144465714437
Binary10011110111110000101101100100100110101111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,124,0); }

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

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

 a { background-color: rgb(158,124,0); }

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

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

 span { border-color: rgb(158,124,0); }

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