Html Css Color HEX #9E7A00 Dark Goldenrod

📋 copy color: '#9E7A00'

red 158 ◦ green 122 ◦ blue 0

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

Shades of Dark Goldenrod #9E7A00

Tints of Dark Goldenrod #9E7A00

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.43%
G = 43.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9E7A00 (or 0x9E7A00) is known color: Dark Goldenrod. HEX triplet: 9E, 7A and 00. RGB value is (158,122,0). Sum of RGB (Red+Green+Blue) = 158+122+0=280 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.43% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7A00 is #6185FF. Grayscale: #777777. Windows color (decimal): -6391296 or 31390. OLE color: 31390.

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

Color convert

RGB 158 122 0 -
CMYK 0 0.23 1 0.38
HSL 46.33º 1% 0.31% -
HSV(B) 46.33º 1% 0.62% -
XYZ 21.06 21.19 2.98 -
YUV 118.86 60.93 155.92 -
System Red Green Blue C M Y K H S L
Decimal 158 122 0 0 0.23 1 0.38 46.33 1 0.31
Hex 9E 7A 0 0 17 64 26 2E 64 1F
Octal 236 172 0 0 27 144 46 56 144 37
Binary 10011110 1111010 0 0 10111 1100100 100110 101110 1100100 11111

Color Harmonies of #9E7A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7A00

Black with #9E7A00

Text Example


Text Example

White with #9E7A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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