Html Css Color HEX #9F8304 Dark Goldenrod

📋 copy color: '#9F8304'

red 159 ◦ green 131 ◦ blue 4

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

Shades of Dark Goldenrod #9F8304

Tints of Dark Goldenrod #9F8304

RGB

 RED value IS 159 (62.5% from 255) = 54.08%

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

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

R = 54.08%
G = 44.56%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9F8304 (or 0x9F8304) is known color: Dark Goldenrod. HEX triplet: 9F, 83 and 04. RGB value is (159,131,4). Sum of RGB (Red+Green+Blue) = 159+131+4=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8304 is #607CFB. Grayscale: #7D7D7D. Windows color (decimal): -6323452 or 295839. OLE color: 295839.

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

Color convert

RGB 159 131 4 -
CMYK 0 0.18 0.97 0.38
HSL 49.16º 0.95% 0.32% -
HSV(B) 49.16º 0.97% 0.62% -
XYZ 22.44 23.61 3.49 -
YUV 124.89 59.78 152.33 -
System Red Green Blue C M Y K H S L
Decimal 159 131 4 0 0.18 0.97 0.38 49.16 0.95 0.32
Hex 9F 83 4 0 12 61 26 31 5F 20
Octal 237 203 4 0 22 141 46 61 137 40
Binary 10011111 10000011 100 0 10010 1100001 100110 110001 1011111 100000

Color Harmonies of #9F8304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8304

Black with #9F8304

Text Example


Text Example

White with #9F8304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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