#9D9715

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

Shades of Lucky #9D9715

Tints of Lucky #9D9715

Color information

#9D9715 (or 0x9D9715) is unknown color: approx Lucky. HEX triplet: 9D, 97 and 15. RGB value is (157,151,21). Sum of RGB (Red+Green+Blue) = 157+151+21=329 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.72% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9715 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9715 is #6268EA. Grayscale: #8A8A8A. Windows color (decimal): -6449387 or 1415069. OLE color: 1415069.

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

Color convert

RGB15715121-
CMYK00.040.870.38
HSL57.35º76.4%34.9%-
HSV(B)57.35º86.62%61.57%-
XYZ25.1129.365.05-
YUV137.9761.99141.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.72%
GREEN value IS 151 (59.38% from 255) = 45.90%
BLUE value IS 21 (8.59% from 255) = 6.38%
R=47.72%
G=45.90%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571512100.040.870.3857.3576.434.9
Hex9D9715045726394c23
Octal2352272504127467111443
Binary100111011001011110101010010101111001101110011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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