Html Css Color HEX #9D990C Lucky

📋 copy color: '#9D990C'

red 157 ◦ green 153 ◦ blue 12

#9D990C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #9D990C

Tints of Lucky #9D990C

RGB

 RED value IS 157 (61.72% from 255) = 48.76%

 GREEN value IS 153 (60.16% from 255) = 47.52%

 BLUE value IS 12 (5.08% from 255) = 3.73%

R = 48.76%
G = 47.52%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9D990C (or 0x9D990C) is known color: Lucky. HEX triplet: 9D, 99 and 0C. RGB value is (157,153,12). Sum of RGB (Red+Green+Blue) = 157+153+12=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D990C is #6266F3. Grayscale: #8A8A8A. Windows color (decimal): -6448884 or 825757. OLE color: 825757.

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

Color convert

RGB 157 153 12 -
CMYK 0 0.03 0.92 0.38
HSL 58.34º 0.86% 0.33% -
HSV(B) 58.34º 0.92% 0.62% -
XYZ 25.36 29.98 4.8 -
YUV 138.12 56.83 141.46 -
System Red Green Blue C M Y K H S L
Decimal 157 153 12 0 0.03 0.92 0.38 58.34 0.86 0.33
Hex 9D 99 C 0 3 5C 26 3A 56 21
Octal 235 231 14 0 3 134 46 72 126 41
Binary 10011101 10011001 1100 0 11 1011100 100110 111010 1010110 100001

Color Harmonies of #9D990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D990C

Black with #9D990C

Text Example


Text Example

White with #9D990C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,153,12); }

 H1.HeaderClassName
 {
   color: #9D990C;
 }
 .AnyTagClassName
 {
   color: #9D990C;
 }
</style>

background-color css

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

 a { background-color: rgb(157,153,12); }

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

border-color css

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

 span { border-color: rgb(157,153,12); }

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