#9E8303

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

Shades of Dark Goldenrod #9E8303

Tints of Dark Goldenrod #9E8303

Color information

#9E8303 (or 0x9E8303) is unknown color: approx Dark Goldenrod. HEX triplet: 9E, 83 and 03. RGB value is (158,131,3). Sum of RGB (Red+Green+Blue) = 158+131+3=292 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.11% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8303 is #617CFC. Grayscale: #7D7D7D. Windows color (decimal): -6388989 or 230302. OLE color: 230302.

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

Color convert

RGB1581313-
CMYK00.170.980.38
HSL49.55º96.27%31.57%-
HSV(B)49.55º98.1%61.96%-
XYZ22.2323.513.45-
YUV124.4859.45151.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.11%
GREEN value IS 131 (51.56% from 255) = 44.86%
BLUE value IS 3 (1.56% from 255) = 1.03%
R=54.11%
G=44.86%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158131300.170.980.3849.5596.2731.57
Hex9E8330116226326020
Octal2362033021142466214040
Binary10011110100000111101000111000101001101100101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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