Html Css Color HEX #9E7F03 Dark Goldenrod

📋 copy color: '#9E7F03'

red 158 ◦ green 127 ◦ blue 3

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

Shades of Dark Goldenrod #9E7F03

Tints of Dark Goldenrod #9E7F03

RGB

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

 GREEN value IS 127 (50% from 255) = 44.1%

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

R = 54.86%
G = 44.1%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.38

RGB Variations

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

Color information

#9E7F03 (or 0x9E7F03) is known color: Dark Goldenrod. HEX triplet: 9E, 7F and 03. RGB value is (158,127,3). Sum of RGB (Red+Green+Blue) = 158+127+3=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7F03 is #6180FC. Grayscale: #7A7A7A. Windows color (decimal): -6390013 or 229278. OLE color: 229278.

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

Color convert

RGB 158 127 3 -
CMYK 0 0.20 0.98 0.38
HSL 48º 0.96% 0.32% -
HSV(B) 48º 0.98% 0.62% -
XYZ 21.71 22.45 3.28 -
YUV 122.13 60.77 153.58 -
System Red Green Blue C M Y K H S L
Decimal 158 127 3 0 0.20 0.98 0.38 48 0.96 0.32
Hex 9E 7F 3 0 14 62 26 30 60 20
Octal 236 177 3 0 24 142 46 60 140 40
Binary 10011110 1111111 11 0 10100 1100010 100110 110000 1100000 100000

Color Harmonies of #9E7F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7F03

Black with #9E7F03

Text Example


Text Example

White with #9E7F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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