crispedge.com

Color picker

Loading...

#ccaa6f hex color - Yellow - Warm color - Information

#ccaa6f hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #ccaa6f Color code in RGB color code model is created after adding 80% red color, 66.67% green color and 43.53% blue color. Hex #ccaa6f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 46% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeccaa6f#ccaa6f
RGB Decimal204, 170, 111rgb(204, 170, 111)
RGB Percent80%, 67%, 44%rgb(80%, 67%, 44%)
CSS RGBa204, 170, 111,1rgba(204,170,111,1)
CMYK Modelcmyk(0%,17%,46%,20%)
HSL Color Space38,48% ,62%hsl(38,48% ,62%)
HSV Color Space38°, 46%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001010101001101111
Octal314252157
Decimal204170111
Hexccaa6f

Different shades of #ccaa6f color code.

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

Light Shade of #ccaa6f
#d9c095
Dark Shade of #ccaa6f
#bf9449
Saturated Shade of #ccaa6f
#d6ad65
Desaturated Shade of #ccaa6f
#c2a779
Grey scale Shade of #ccaa6f
#9d9d9d
Brighten Shade
#e5c388
Most Readable Shade
#000000

Shades of #ccaa6f color code

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

#ccaa6f
#b59762
#9e8456
#88714a
#715e3d
#5a4b31
#443825
#2d2518
#16120c
#000000

Similar Color like #ccaa6f color

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

#cdab70
#ceac71
#cfad72
#d0ae73
#d1af74
#d2b075
#d3b176
#d4b277
#d5b378
#d6b479
#d7b57a
#d8b67b
#d9b77c
#dab87d
#cba96e
#caa86d
#c9a76c
#c8a66b
#c7a56a
#c6a469
#c5a368
#c4a267
#c3a166
#c2a065
#c19f64
#c09e63
#bf9d62
#be9c61

Monochromatic Color with #ccaa6f

#ccaa6f
#f6cd86
#221c12
#4c402a
#776341
#a18758

Tints of #ccaa6f Color

#ccaa6f
#d1b37f
#d7bc8f
#ddc69f
#e2cfaf
#e8d9bf
#eee2cf
#f3ecdf
#f9f5ef
#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

#ccaa6f
#6f91cc

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

Split Complementary

#ccaa6f
#6fc0cc
#7b6fcc

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

Analogous Color

#cc856f
#cc976f
#ccaa6f
#ccbd6f
#c9cc6f

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

#ccaa6f
#6fccaa
#aa6fcc

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

#ccaa6f
#6fcc7b
#6f91cc
#cc6fbf

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

#ccaa6f
#6f91cc
#7b6fcc
#c0cc6f

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

#ccaa6f Color Code Preview on Black Background Color

This is how #ccaa6f Color will look on black background color. Color contrast ratio is 9.55

#ccaa6f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccaa6f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccaa6f

#ccaa6f color code is use for CSS Background Color

Background color for the above div is #ccaa6f

HTML with inline CSS

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

#ccaa6f color code is use for CSS Border Color

CSS Border color for the above div is #ccaa6f

HTML with inline CSS

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

CSS Border Left color for the above div is #ccaa6f

HTML with inline CSS

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

CSS Border Right color for the above div is #ccaa6f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccaa6f

HTML with inline CSS

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

CSS Border Top color for the above div is #ccaa6f

HTML with inline CSS

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

#ccaa6f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccaa6f Color code Preview on White Background

This is how #ccaa6f Color code will look on white background color. Color contrast ratio is 2.20

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

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(204,170,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(111,145,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,170,111,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.