Html Css Color HEX #9E8203 Dark Goldenrod

📋 copy color: '#9E8203'

red 158 ◦ green 130 ◦ blue 3

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

Shades of Dark Goldenrod #9E8203

Tints of Dark Goldenrod #9E8203

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.67%

 BLUE value IS 3 (1.56% from 255) = 1.03%

R = 54.3%
G = 44.67%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.38

RGB Variations

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

Color information

#9E8203 (or 0x9E8203) is known color: Dark Goldenrod. HEX triplet: 9E, 82 and 03. RGB value is (158,130,3). Sum of RGB (Red+Green+Blue) = 158+130+3=291 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.30% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8203 is #617DFC. Grayscale: #7C7C7C. Windows color (decimal): -6389245 or 230046. OLE color: 230046.

HSL color Cylindrical-coordinate representation of color #9E8203: hue angle of 49.16º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E8203 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 130 3 -
CMYK 0 0.18 0.98 0.38
HSL 49.16º 0.96% 0.32% -
HSV(B) 49.16º 0.98% 0.62% -
XYZ 22.1 23.24 3.41 -
YUV 123.89 59.78 152.33 -
System Red Green Blue C M Y K H S L
Decimal 158 130 3 0 0.18 0.98 0.38 49.16 0.96 0.32
Hex 9E 82 3 0 12 62 26 31 60 20
Octal 236 202 3 0 22 142 46 61 140 40
Binary 10011110 10000010 11 0 10010 1100010 100110 110001 1100000 100000

Color Harmonies of #9E8203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8203

Black with #9E8203

Text Example


Text Example

White with #9E8203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,130,3); }

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

background-color css

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

 a { background-color: rgb(158,130,3); }

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

border-color css

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

 span { border-color: rgb(158,130,3); }

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