crispedge.com

Color picker

Loading...

#9c8321 hex color - Yellow - Warm color - Information

#9c8321 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #9c8321 Color code in RGB color code model is created after adding 61.18% red color, 51.37% green color and 12.94% blue color. Hex #9c8321 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 79% yellow and 39% black.

Hex #9c8321 color code is between #998822 web safe hex color code and #aa7711 web safe hex color code. #998822 is the nearest web safe color code. You can see here many more shades of #9c8321 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code9c8321#9c8321
RGB Decimal156, 131, 33rgb(156, 131, 33)
RGB Percent61%, 51%, 13%rgb(61%, 51%, 13%)
CSS RGBa156, 131, 33,1rgba(156,131,33,1)
CMYK Modelcmyk(0%,16%,79%,39%)
HSL Color Space48,65% ,37%hsl(48,65% ,37%)
HSV Color Space48°, 79%, 61%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100111001000001100100001
Octal23420341
Decimal15613133
Hex9c8321

Different shades of #9c8321 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #9c8321
#c6a62a
Dark Shade of #9c8321
#726018
Saturated Shade of #9c8321
#a58918
Desaturated Shade of #9c8321
#937d2a
Grey scale Shade of #9c8321
#5e5e5e
Brighten Shade
#b59c3a
Most Readable Shade
#FFFFFF

Shades of #9c8321 color code

Generate more color scales with scales (color stack) generator.

#9c8321
#8a741d
#796519
#685716
#564812
#453a0e
#342b0b
#221d07
#110e03
#000000

Similar Color like #9c8321 color

Find visually similar hex color codes nearing to #9c8321 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#9d8422
#9e8523
#9f8624
#a08725
#a18826
#a28927
#a38a28
#a48b29
#a58c2a
#a68d2b
#a78e2c
#a88f2d
#a9902e
#aa912f
#9b8220
#9a811f
#99801e
#987f1d
#977e1c
#967d1b
#957c1a
#947b19
#937a18
#927917
#917816
#907715
#8f7614
#8e7513

Monochromatic Color with #9c8321

#9c8321
#c6a72a
#f1ca33
#1c1806
#473c0f
#715f18

Tints of #9c8321 Color

#9c8321
#a79039
#b29e52
#bdac6b
#c8ba83
#d3c79c
#ded5b5
#e9e3cd
#f4f1e6
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#9c8321
#213a9c

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#9c8321
#21789c
#46219c

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#9c5221
#9c6a21
#9c8321
#9c9c21
#849c21

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#9c8321
#219c83
#83219c

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#9c8321
#219c45
#213a9c
#9c2177

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#9c8321
#213a9c
#45219c
#789c21

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #9c8321 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#9c8321 Color Code Preview on Black Background Color

This is how #9c8321 Color will look on black background color. Color contrast ratio is 5.68

#9c8321 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#9c8321">Your Example Paragraph content text in with font color #9c8321 </p>

Your Example Paragraph content text in with font color #9c8321

HTML with inline CSS

<div style="color:#9c8321">Your Paragraph text in with font color #9c8321 </div>

Your Example Paragraph content text in with font color #9c8321

#9c8321 color code is use for CSS Background Color

Background color for the above div is #9c8321

HTML with inline CSS

<div style="background-color:#9c8321;"></div>

#9c8321 color code is use for CSS Border Color

CSS Border color for the above div is #9c8321

HTML with inline CSS

<div style="border:5px solid #9c8321;"></div>

CSS Border Left color for the above div is #9c8321

HTML with inline CSS

<div style="border-left:5px solid #9c8321;"></div>

CSS Border Right color for the above div is #9c8321

HTML with inline CSS

<div style="border-right:5px solid #9c8321;"></div>

CSS Border Bottom color for the above div is #9c8321

HTML with inline CSS

<div style="border-bottom:5px solid #9c8321;"></div>

CSS Border Top color for the above div is #9c8321

HTML with inline CSS

<div style="border-top:5px solid #9c8321;"></div>

#9c8321 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#9c8321; } .examplecolorclass {color:#9c8321; } .examplebordercolor {border:3px solid #9c8321; }

#9c8321 Color code Preview on White Background

This is how #9c8321 Color code will look on white background color. Color contrast ratio is 3.70

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #9c8321; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #9c8321; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(156,131,33,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(33,58,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(156,131,33,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.