crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ccbf66 hex color - Yellow - Warm color - Information

#ccbf66 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #ccbf66 Color code in RGB color code model is created after adding 80% red color, 74.9% green color and 40% blue color. Hex #ccbf66 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 6% magenta, 50% yellow and 20% black.

Hex #ccbf66 color code is between #bbbb55 web safe hex color code and #ddcc77 web safe hex color code. #bbbb55 is the nearest web safe color code. You can see here many more shades of #ccbf66 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeccbf66#ccbf66
RGB Decimal204, 191, 102rgb(204, 191, 102)
RGB Percent80%, 75%, 40%rgb(80%, 75%, 40%)
CSS RGBa204, 191, 102,1rgba(204,191,102,1)
CMYK Modelcmyk(0%,6%,50%,20%)
HSL Color Space52,50% ,60%hsl(52,50% ,60%)
HSV Color Space52°, 50%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001011111101100110
Octal314277146
Decimal204191102
Hexccbf66

Different shades of #ccbf66 color code.

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

Light Shade of #ccbf66
#d9cf8c
Dark Shade of #ccbf66
#bfaf40
Saturated Shade of #ccbf66
#d6c75c
Desaturated Shade of #ccbf66
#c2b770
Grey scale Shade of #ccbf66
#999999
Brighten Shade
#e5d87f
Most Readable Shade
#000000

Shades of #ccbf66 color code

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

#ccbf66
#b5a95a
#9e944f
#887f44
#716a38
#5a542d
#443f22
#2d2a16
#16150b
#000000

Similar Color like #ccbf66 color

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

#cdc067
#cec168
#cfc269
#d0c36a
#d1c46b
#d2c56c
#d3c66d
#d4c76e
#d5c86f
#d6c970
#d7ca71
#d8cb72
#d9cc73
#dacd74
#cbbe65
#cabd64
#c9bc63
#c8bb62
#c7ba61
#c6b960
#c5b85f
#c4b75e
#c3b65d
#c2b55c
#c1b45b
#c0b35a
#bfb259
#beb158

Monochromatic Color with #ccbf66

#ccbf66
#f6e77b
#222011
#4c4826
#776f3b
#a19751

Tints of #ccbf66 Color

#ccbf66
#d1c677
#d7cd88
#ddd499
#e2dbaa
#e8e2bb
#eee9cc
#f3f0dd
#f9f7ee
#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

#ccbf66
#6673cc

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

Split Complementary

#ccbf66
#66a6cc
#8c66cc

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

Analogous Color

#cc9666
#ccab66
#ccbf66
#c5cc66
#b0cc66

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

#ccbf66
#66ccbf
#bf66cc

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

#ccbf66
#66cc8c
#6673cc
#cc66a6

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

#ccbf66
#6673cc
#8c66cc
#a6cc66

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

#ccbf66 Color Code Preview on Black Background Color

This is how #ccbf66 Color will look on black background color. Color contrast ratio is 11.21

#ccbf66 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccbf66

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccbf66

#ccbf66 color code is use for CSS Background Color

Background color for the above div is #ccbf66

HTML with inline CSS

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

#ccbf66 color code is use for CSS Border Color

CSS Border color for the above div is #ccbf66

HTML with inline CSS

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

CSS Border Left color for the above div is #ccbf66

HTML with inline CSS

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

CSS Border Right color for the above div is #ccbf66

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccbf66

HTML with inline CSS

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

CSS Border Top color for the above div is #ccbf66

HTML with inline CSS

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

#ccbf66 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccbf66 Color code Preview on White Background

This is how #ccbf66 Color code will look on white background color. Color contrast ratio is 1.87

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.