#9D8D09

Color #9D8D09 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #9D8D09

Tints of Lucky #9D8D09

Color information

#9D8D09 (or 0x9D8D09) is unknown color: approx Lucky. HEX triplet: 9D, 8D and 09. RGB value is (157,141,9). Sum of RGB (Red+Green+Blue) = 157+141+9=307 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.14% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8D09 is #6272F6. Grayscale: #838383. Windows color (decimal): -6451959 or 626077. OLE color: 626077.

HSL color Cylindrical-coordinate representation of color #9D8D09: hue angle of 53.51º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D8D09 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB1571419-
CMYK00.100.940.38
HSL53.51º89.16%32.55%-
HSV(B)53.51º94.27%61.57%-
XYZ23.4826.244.09-
YUV130.7459.3146.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.14%
GREEN value IS 141 (55.47% from 255) = 45.93%
BLUE value IS 9 (3.91% from 255) = 2.93%
R=51.14%
G=45.93%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157141900.100.940.3853.5189.1632.55
Hex9D8D90A5E26365921
Octal23521511012136466613141
Binary100111011000110110010101010111101001101101101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,141,9); }

 H1.HeaderClassName
 {
   color: #9D8D09;
 }
 .AnyTagClassName
 {
   color: #9D8D09;
 }
</style>
background-color css

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

 a { background-color: rgb(157,141,9); }

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

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

 span { border-color: rgb(157,141,9); }

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