crispedge.com

Color picker

Loading...

#ccab4f hex color - Yellow - Warm color - Information

#ccab4f hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #ccab4f Color code in RGB color code model is created after adding 80% red color, 67.06% green color and 30.98% blue color. Hex #ccab4f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 61% yellow and 20% black.

Hex #ccab4f color code is between #bbaa55 web safe hex color code and #ddbb44 web safe hex color code. #bbaa55 is the nearest web safe color code. You can see here many more shades of #ccab4f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeccab4f#ccab4f
RGB Decimal204, 171, 79rgb(204, 171, 79)
RGB Percent80%, 67%, 31%rgb(80%, 67%, 31%)
CSS RGBa204, 171, 79,1rgba(204,171,79,1)
CMYK Modelcmyk(0%,16%,61%,20%)
HSL Color Space44,55% ,55%hsl(44,55% ,55%)
HSV Color Space44°, 61%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001010101101001111
Octal314253117
Decimal20417179
Hexccab4f

Different shades of #ccab4f color code.

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

Light Shade of #ccab4f
#d7be77
Dark Shade of #ccab4f
#b49234
Saturated Shade of #ccab4f
#d7b044
Desaturated Shade of #ccab4f
#c1a65a
Grey scale Shade of #ccab4f
#8d8d8d
Brighten Shade
#e5c468
Most Readable Shade
#000000

Shades of #ccab4f color code

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

#ccab4f
#b59846
#9e853d
#887234
#715f2b
#5a4c23
#44391a
#2d2611
#161308
#000000

Similar Color like #ccab4f color

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

#cdac50
#cead51
#cfae52
#d0af53
#d1b054
#d2b155
#d3b256
#d4b357
#d5b458
#d6b559
#d7b65a
#d8b75b
#d9b85c
#dab95d
#cbaa4e
#caa94d
#c9a84c
#c8a74b
#c7a64a
#c6a549
#c5a448
#c4a347
#c3a246
#c2a145
#c1a044
#c09f43
#bf9e42
#be9d41

Monochromatic Color with #ccab4f

#ccab4f
#f6cf5f
#221c0d
#4c401e
#77642e
#a1873f

Tints of #ccab4f Color

#ccab4f
#d1b462
#d7bd76
#ddc789
#e2d09d
#e8d9b0
#eee3c4
#f3ecd7
#f9f5eb
#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

#ccab4f
#4f70cc

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

Split Complementary

#ccab4f
#4fafcc
#6d4fcc

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

Analogous Color

#cc794f
#cc924f
#ccab4f
#ccc44f
#bbcc4f

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

#ccab4f
#4fccab
#ab4fcc

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

#ccab4f
#4fcc6d
#4f70cc
#cc4fae

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

#ccab4f
#4f70cc
#6d4fcc
#afcc4f

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

#ccab4f Color Code Preview on Black Background Color

This is how #ccab4f Color will look on black background color. Color contrast ratio is 9.51

#ccab4f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccab4f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccab4f

#ccab4f color code is use for CSS Background Color

Background color for the above div is #ccab4f

HTML with inline CSS

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

#ccab4f color code is use for CSS Border Color

CSS Border color for the above div is #ccab4f

HTML with inline CSS

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

CSS Border Left color for the above div is #ccab4f

HTML with inline CSS

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

CSS Border Right color for the above div is #ccab4f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccab4f

HTML with inline CSS

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

CSS Border Top color for the above div is #ccab4f

HTML with inline CSS

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

#ccab4f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccab4f Color code Preview on White Background

This is how #ccab4f Color code will look on white background color. Color contrast ratio is 2.21

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

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,171,79,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(79,112,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,171,79,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.