Html Css Color HEX #9F7F01 Dark Goldenrod

📋 copy color: '#9F7F01'

red 159 ◦ green 127 ◦ blue 1

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

Shades of Dark Goldenrod #9F7F01

Tints of Dark Goldenrod #9F7F01

RGB

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

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

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

R = 55.4%
G = 44.25%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F7F01 (or 0x9F7F01) is known color: Dark Goldenrod. HEX triplet: 9F, 7F and 01. RGB value is (159,127,1). Sum of RGB (Red+Green+Blue) = 159+127+1=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7F01 is #6080FE. Grayscale: #7A7A7A. Windows color (decimal): -6324479 or 98207. OLE color: 98207.

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

Color convert

RGB 159 127 1 -
CMYK 0 0.20 0.99 0.38
HSL 47.85º 0.99% 0.31% -
HSV(B) 47.85º 0.99% 0.62% -
XYZ 21.89 22.55 3.23 -
YUV 122.2 59.6 154.25 -
System Red Green Blue C M Y K H S L
Decimal 159 127 1 0 0.20 0.99 0.38 47.85 0.99 0.31
Hex 9F 7F 1 0 14 63 26 30 63 1F
Octal 237 177 1 0 24 143 46 60 143 37
Binary 10011111 1111111 1 0 10100 1100011 100110 110000 1100011 11111

Color Harmonies of #9F7F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7F01

Black with #9F7F01

Text Example


Text Example

White with #9F7F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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