Html Css Color HEX #9F8302 Dark Goldenrod

📋 copy color: '#9F8302'

red 159 ◦ green 131 ◦ blue 2

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

Shades of Dark Goldenrod #9F8302

Tints of Dark Goldenrod #9F8302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 54.45%
G = 44.86%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F8302 (or 0x9F8302) is known color: Dark Goldenrod. HEX triplet: 9F, 83 and 02. RGB value is (159,131,2). Sum of RGB (Red+Green+Blue) = 159+131+2=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8302 is #607CFD. Grayscale: #7D7D7D. Windows color (decimal): -6323454 or 164767. OLE color: 164767.

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

Color convert

RGB 159 131 2 -
CMYK 0 0.18 0.99 0.38
HSL 49.3º 0.98% 0.32% -
HSV(B) 49.3º 0.99% 0.62% -
XYZ 22.43 23.61 3.43 -
YUV 124.67 58.78 152.49 -
System Red Green Blue C M Y K H S L
Decimal 159 131 2 0 0.18 0.99 0.38 49.3 0.98 0.32
Hex 9F 83 2 0 12 63 26 31 62 20
Octal 237 203 2 0 22 143 46 61 142 40
Binary 10011111 10000011 10 0 10010 1100011 100110 110001 1100010 100000

Color Harmonies of #9F8302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8302

Black with #9F8302

Text Example


Text Example

White with #9F8302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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