crispedge.com

Color picker

Loading...

#c9ac25 hex color - Yellow - Warm color - Information

#c9ac25 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #c9ac25 Color code in RGB color code model is created after adding 78.82% red color, 67.45% green color and 14.51% blue color. Hex #c9ac25 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 82% yellow and 21% black.

Hex #c9ac25 color code is between #ccaa22 web safe hex color code and #bbbb33 web safe hex color code. #ccaa22 is the nearest web safe color code. You can see here many more shades of #c9ac25 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec9ac25#c9ac25
RGB Decimal201, 172, 37rgb(201, 172, 37)
RGB Percent79%, 67%, 15%rgb(79%, 67%, 15%)
CSS RGBa201, 172, 37,1rgba(201,172,37,1)
CMYK Modelcmyk(0%,14%,82%,21%)
HSL Color Space49,69% ,47%hsl(49,69% ,47%)
HSV Color Space49°, 82%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010011010110000100101
Octal31125445
Decimal20117237
Hexc9ac25

Different shades of #c9ac25 color code.

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

Light Shade of #c9ac25
#ddc244
Dark Shade of #c9ac25
#9e871d
Saturated Shade of #c9ac25
#d5b419
Desaturated Shade of #c9ac25
#bda431
Grey scale Shade of #c9ac25
#777777
Brighten Shade
#e2c53e
Most Readable Shade
#000000

Shades of #c9ac25 color code

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

#c9ac25
#b29820
#9c851c
#867218
#6f5f14
#594c10
#43390c
#2c2608
#161304
#000000

Similar Color like #c9ac25 color

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

#caad26
#cbae27
#ccaf28
#cdb029
#ceb12a
#cfb22b
#d0b32c
#d1b42d
#d2b52e
#d3b62f
#d4b730
#d5b831
#d6b932
#d7ba33
#c8ab24
#c7aa23
#c6a922
#c5a821
#c4a720
#c3a61f
#c2a51e
#c1a41d
#c0a31c
#bfa21b
#bea11a
#bda019
#bc9f18
#bb9e17

Monochromatic Color with #c9ac25

#c9ac25
#f3d02d
#1f1b06
#493f0e
#746315
#9e881d

Tints of #c9ac25 Color

#c9ac25
#cfb53d
#d5be55
#dbc76d
#e1d085
#e7da9e
#ede3b6
#f3ecce
#f9f5e6
#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

#c9ac25
#2542c9

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

Split Complementary

#c9ac25
#2594c9
#5a25c9

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

Analogous Color

#c96a25
#c98b25
#c9ac25
#c5c925
#a4c925

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

#c9ac25
#25c9ac
#ac25c9

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

#c9ac25
#25c95a
#2542c9
#c92594

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

#c9ac25
#2542c9
#5a25c9
#94c925

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 #c9ac25 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.

#c9ac25 Color Code Preview on Black Background Color

This is how #c9ac25 Color will look on black background color. Color contrast ratio is 9.41

#c9ac25 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c9ac25

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c9ac25

#c9ac25 color code is use for CSS Background Color

Background color for the above div is #c9ac25

HTML with inline CSS

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

#c9ac25 color code is use for CSS Border Color

CSS Border color for the above div is #c9ac25

HTML with inline CSS

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

CSS Border Left color for the above div is #c9ac25

HTML with inline CSS

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

CSS Border Right color for the above div is #c9ac25

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c9ac25

HTML with inline CSS

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

CSS Border Top color for the above div is #c9ac25

HTML with inline CSS

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

#c9ac25 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c9ac25 Color code Preview on White Background

This is how #c9ac25 Color code will look on white background color. Color contrast ratio is 2.23

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 #c9ac25; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c9ac25; }

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(201,172,37,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(37,66,201,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(201,172,37,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.