#9D9607

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

Shades of Lucky #9D9607

Tints of Lucky #9D9607

Color information

#9D9607 (or 0x9D9607) is unknown color: approx Lucky. HEX triplet: 9D, 96 and 07. RGB value is (157,150,7). Sum of RGB (Red+Green+Blue) = 157+150+7=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9607 is #6269F8. Grayscale: #888888. Windows color (decimal): -6449657 or 497309. OLE color: 497309.

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

Color convert

RGB1571507-
CMYK00.040.960.38
HSL57.2º91.46%32.16%-
HSV(B)57.2º95.54%61.57%-
XYZ24.85294.49-
YUV135.7955.32143.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50%
GREEN value IS 150 (58.98% from 255) = 47.77%
BLUE value IS 7 (3.12% from 255) = 2.23%
R=50%
G=47.77%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157150700.040.960.3857.291.4632.16
Hex9D967046026395b20
Octal235226704140467113340
Binary1001110110010110111010011000001001101110011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,150,7); }

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

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

 a { background-color: rgb(157,150,7); }

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

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

 span { border-color: rgb(157,150,7); }

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