Html Css Color HEX #9E8304 Dark Goldenrod

📋 copy color: '#9E8304'

red 158 ◦ green 131 ◦ blue 4

#9E8304
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #9E8304

Tints of Dark Goldenrod #9E8304

RGB

 RED value IS 158 (62.11% from 255) = 53.92%

 GREEN value IS 131 (51.56% from 255) = 44.71%

 BLUE value IS 4 (1.95% from 255) = 1.37%

R = 53.92%
G = 44.71%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9E8304 (or 0x9E8304) is known color: Dark Goldenrod. HEX triplet: 9E, 83 and 04. RGB value is (158,131,4). Sum of RGB (Red+Green+Blue) = 158+131+4=293 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.92% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8304 is #617CFB. Grayscale: #7D7D7D. Windows color (decimal): -6388988 or 295838. OLE color: 295838.

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

Color convert

RGB 158 131 4 -
CMYK 0 0.17 0.97 0.38
HSL 49.48º 0.95% 0.32% -
HSV(B) 49.48º 0.97% 0.62% -
XYZ 22.24 23.51 3.48 -
YUV 124.6 59.95 151.83 -
System Red Green Blue C M Y K H S L
Decimal 158 131 4 0 0.17 0.97 0.38 49.48 0.95 0.32
Hex 9E 83 4 0 11 61 26 31 5F 20
Octal 236 203 4 0 21 141 46 61 137 40
Binary 10011110 10000011 100 0 10001 1100001 100110 110001 1011111 100000

Color Harmonies of #9E8304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8304

Black with #9E8304

Text Example


Text Example

White with #9E8304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,131,4); }

 H1.HeaderClassName
 {
   color: #9E8304;
 }
 .AnyTagClassName
 {
   color: #9E8304;
 }
</style>

background-color css

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

 a { background-color: rgb(158,131,4); }

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

border-color css

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

 span { border-color: rgb(158,131,4); }

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