Html Css Color HEX #9F8101 Dark Goldenrod

📋 copy color: '#9F8101'

red 159 ◦ green 129 ◦ blue 1

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

Shades of Dark Goldenrod #9F8101

Tints of Dark Goldenrod #9F8101

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.64%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 55.02%
G = 44.64%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F8101 (or 0x9F8101) is known color: Dark Goldenrod. HEX triplet: 9F, 81 and 01. RGB value is (159,129,1). Sum of RGB (Red+Green+Blue) = 159+129+1=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8101 is #607EFE. Grayscale: #7B7B7B. Windows color (decimal): -6323967 or 98719. OLE color: 98719.

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

Color convert

RGB 159 129 1 -
CMYK 0 0.19 0.99 0.38
HSL 48.61º 0.99% 0.31% -
HSV(B) 48.61º 0.99% 0.62% -
XYZ 22.15 23.07 3.31 -
YUV 123.38 58.94 153.41 -
System Red Green Blue C M Y K H S L
Decimal 159 129 1 0 0.19 0.99 0.38 48.61 0.99 0.31
Hex 9F 81 1 0 13 63 26 31 63 1F
Octal 237 201 1 0 23 143 46 61 143 37
Binary 10011111 10000001 1 0 10011 1100011 100110 110001 1100011 11111

Color Harmonies of #9F8101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8101

Black with #9F8101

Text Example


Text Example

White with #9F8101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,129,1); }

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

background-color css

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

 a { background-color: rgb(159,129,1); }

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

border-color css

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

 span { border-color: rgb(159,129,1); }

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