crispedge.com

Color picker

Loading...

#dccf97 hex color - Yellow - Warm color - Information

#dccf97 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #dccf97 Color code in RGB color code model is created after adding 86.27% red color, 81.18% green color and 59.22% blue color. Hex #dccf97 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 6% magenta, 31% yellow and 14% black.

Hex #dccf97 color code is between #ddcc99 web safe hex color code and #ccdd88 web safe hex color code. #ddcc99 is the nearest web safe color code. You can see here many more shades of #dccf97 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedccf97#dccf97
RGB Decimal220, 207, 151rgb(220, 207, 151)
RGB Percent86%, 81%, 59%rgb(86%, 81%, 59%)
CSS RGBa220, 207, 151,1rgba(220,207,151,1)
CMYK Modelcmyk(0%,6%,31%,14%)
HSL Color Space49,50% ,73%hsl(49,50% ,73%)
HSV Color Space49°, 31%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001100111110010111
Octal334317227
Decimal220207151
Hexdccf97

Different shades of #dccf97 color code.

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

Light Shade of #dccf97
#e9e1bd
Dark Shade of #dccf97
#cfbd71
Saturated Shade of #dccf97
#e3d390
Desaturated Shade of #dccf97
#d5cb9e
Grey scale Shade of #dccf97
#b9b9b9
Brighten Shade
#f5e8b0
Most Readable Shade
#000000

Shades of #dccf97 color code

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

#dccf97
#c3b886
#aba175
#928a64
#7a7353
#615c43
#494532
#302e21
#181710
#000000

Similar Color like #dccf97 color

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

#ddd098
#ded199
#dfd29a
#e0d39b
#e1d49c
#e2d59d
#e3d69e
#e4d79f
#e5d8a0
#e6d9a1
#e7daa2
#e8dba3
#e9dca4
#eadda5
#dbce96
#dacd95
#d9cc94
#d8cb93
#d7ca92
#d6c991
#d5c890
#d4c78f
#d3c68e
#d2c58d
#d1c48c
#d0c38b
#cfc28a
#cec189

Monochromatic Color with #dccf97

#dccf97
#070705
#322f22
#5c573f
#877f5d
#b1a77a

Tints of #dccf97 Color

#dccf97
#dfd4a2
#e3d9ae
#e7dfb9
#ebe4c5
#efe9d0
#f3efdc
#f7f4e7
#fbf9f3
#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

#dccf97
#97a4dc

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

Split Complementary

#dccf97
#97c7dc
#ac97dc

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

Analogous Color

#dcb397
#dcc197
#dccf97
#dbdc97
#cddc97

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

#dccf97
#97dccf
#cf97dc

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

#dccf97
#97dcac
#97a4dc
#dc97c6

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

#dccf97
#97a4dc
#ac97dc
#c7dc97

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

#dccf97 Color Code Preview on Black Background Color

This is how #dccf97 Color will look on black background color. Color contrast ratio is 13.42

#dccf97 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dccf97

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dccf97

#dccf97 color code is use for CSS Background Color

Background color for the above div is #dccf97

HTML with inline CSS

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

#dccf97 color code is use for CSS Border Color

CSS Border color for the above div is #dccf97

HTML with inline CSS

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

CSS Border Left color for the above div is #dccf97

HTML with inline CSS

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

CSS Border Right color for the above div is #dccf97

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dccf97

HTML with inline CSS

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

CSS Border Top color for the above div is #dccf97

HTML with inline CSS

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

#dccf97 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dccf97 Color code Preview on White Background

This is how #dccf97 Color code will look on white background color. Color contrast ratio is 1.57

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

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(220,207,151,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(151,164,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(220,207,151,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.