crispedge.com

Color picker

Loading...

#caa66b hex color - Yellow - Warm color - Information

#caa66b hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #caa66b Color code in RGB color code model is created after adding 79.22% red color, 65.1% green color and 41.96% blue color. Hex #caa66b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 47% yellow and 21% black.

Hex #caa66b color code is between #ccaa66 web safe hex color code and #bb9977 web safe hex color code. #ccaa66 is the nearest web safe color code. You can see here many more shades of #caa66b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecaa66b#caa66b
RGB Decimal202, 166, 107rgb(202, 166, 107)
RGB Percent79%, 65%, 42%rgb(79%, 65%, 42%)
CSS RGBa202, 166, 107,1rgba(202,166,107,1)
CMYK Modelcmyk(0%,18%,47%,21%)
HSL Color Space37,47% ,61%hsl(37,47% ,61%)
HSV Color Space37°, 47%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010101010011001101011
Octal312246153
Decimal202166107
Hexcaa66b

Different shades of #caa66b color code.

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

Light Shade of #caa66b
#d7bd91
Dark Shade of #caa66b
#bd8f45
Saturated Shade of #caa66b
#d4a861
Desaturated Shade of #caa66b
#c0a475
Grey scale Shade of #caa66b
#9a9a9a
Brighten Shade
#e3bf84
Most Readable Shade
#000000

Shades of #caa66b color code

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

#caa66b
#b3935f
#9d8153
#866e47
#705c3b
#59492f
#433723
#2c2417
#16120b
#000000

Similar Color like #caa66b color

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

#cba76c
#cca86d
#cda96e
#ceaa6f
#cfab70
#d0ac71
#d1ad72
#d2ae73
#d3af74
#d4b075
#d5b176
#d6b277
#d7b378
#d8b479
#c9a56a
#c8a469
#c7a368
#c6a267
#c5a166
#c4a065
#c39f64
#c29e63
#c19d62
#c09c61
#bf9b60
#be9a5f
#bd995e
#bc985d

Monochromatic Color with #caa66b

#caa66b
#f4c982
#201a11
#4a3d27
#75603e
#9f8354

Tints of #caa66b Color

#caa66b
#cfaf7b
#d5b98b
#dbc39c
#e1cdac
#e7d7bd
#ede1cd
#f3ebde
#f9f5ee
#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

#caa66b
#6b8fca

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

Split Complementary

#caa66b
#6bbfca
#776bca

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

Analogous Color

#ca806b
#ca936b
#caa66b
#cab96b
#c8ca6b

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

#caa66b
#6bcaa6
#a66bca

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

#caa66b
#6bca76
#6b8fca
#ca6bbe

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

#caa66b
#6b8fca
#776bca
#beca6b

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

#caa66b Color Code Preview on Black Background Color

This is how #caa66b Color will look on black background color. Color contrast ratio is 9.18

#caa66b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #caa66b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #caa66b

#caa66b color code is use for CSS Background Color

Background color for the above div is #caa66b

HTML with inline CSS

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

#caa66b color code is use for CSS Border Color

CSS Border color for the above div is #caa66b

HTML with inline CSS

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

CSS Border Left color for the above div is #caa66b

HTML with inline CSS

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

CSS Border Right color for the above div is #caa66b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #caa66b

HTML with inline CSS

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

CSS Border Top color for the above div is #caa66b

HTML with inline CSS

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

#caa66b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#caa66b Color code Preview on White Background

This is how #caa66b Color code will look on white background color. Color contrast ratio is 2.29

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

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(202,166,107,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(107,143,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(202,166,107,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.