#9D9311

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

Shades of Lucky #9D9311

Tints of Lucky #9D9311

Color information

#9D9311 (or 0x9D9311) is unknown color: approx Lucky. HEX triplet: 9D, 93 and 11. RGB value is (157,147,17). Sum of RGB (Red+Green+Blue) = 157+147+17=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9311 is #626CEE. Grayscale: #878787. Windows color (decimal): -6450415 or 1151901. OLE color: 1151901.

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

Color convert

RGB15714717-
CMYK00.060.890.38
HSL55.71º80.46%34.12%-
HSV(B)55.71º89.17%61.57%-
XYZ24.4428.084.66-
YUV135.1761.31143.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.91%
GREEN value IS 147 (57.81% from 255) = 45.79%
BLUE value IS 17 (7.03% from 255) = 5.30%
R=48.91%
G=45.79%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571471700.060.890.3855.7180.4634.12
Hex9D9311065926385022
Octal2352232106131467012042
Binary100111011001001110001011010110011001101110001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,147,17); }

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

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

 a { background-color: rgb(157,147,17); }

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

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

 span { border-color: rgb(157,147,17); }

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