#9D9708

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

Shades of Lucky #9D9708

Tints of Lucky #9D9708

Color information

#9D9708 (or 0x9D9708) is unknown color: approx Lucky. HEX triplet: 9D, 97 and 08. RGB value is (157,151,8). Sum of RGB (Red+Green+Blue) = 157+151+8=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9708 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9708 is #6268F7. Grayscale: #898989. Windows color (decimal): -6449400 or 563101. OLE color: 563101.

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

Color convert

RGB1571518-
CMYK00.040.950.38
HSL57.58º90.3%32.35%-
HSV(B)57.58º94.9%61.57%-
XYZ25.0229.324.57-
YUV136.4955.49142.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.68%
GREEN value IS 151 (59.38% from 255) = 47.78%
BLUE value IS 8 (3.52% from 255) = 2.53%
R=49.68%
G=47.78%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157151800.040.950.3857.5890.332.35
Hex9D978045F263a5a20
Octal2352271004137467213240
Binary10011101100101111000010010111111001101110101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,151,8); }

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

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

 a { background-color: rgb(157,151,8); }

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

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

 span { border-color: rgb(157,151,8); }

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