crispedge.com

Color picker

Loading...

#dfcdaa hex color - Yellow - Warm color - Information

#dfcdaa hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #dfcdaa Color code in RGB color code model is created after adding 87.45% red color, 80.39% green color and 66.67% blue color. Hex #dfcdaa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 24% yellow and 13% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codedfcdaa#dfcdaa
RGB Decimal223, 205, 170rgb(223, 205, 170)
RGB Percent87%, 80%, 67%rgb(87%, 80%, 67%)
CSS RGBa223, 205, 170,1rgba(223,205,170,1)
CMYK Modelcmyk(0%,8%,24%,13%)
HSL Color Space40,45% ,77%hsl(40,45% ,77%)
HSV Color Space40°, 24%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111100110110101010
Octal337315252
Decimal223205170
Hexdfcdaa

Different shades of #dfcdaa color code.

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

Light Shade of #dfcdaa
#ede3cf
Dark Shade of #dfcdaa
#d1b785
Saturated Shade of #dfcdaa
#e5cfa4
Desaturated Shade of #dfcdaa
#d9cbb0
Grey scale Shade of #dfcdaa
#c4c4c4
Brighten Shade
#f8e6c3
Most Readable Shade
#000000

Shades of #dfcdaa color code

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

#dfcdaa
#c6b697
#ad9f84
#948871
#7b715e
#635b4b
#4a4438
#312d25
#181612
#000000

Similar Color like #dfcdaa color

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

#e0ceab
#e1cfac
#e2d0ad
#e3d1ae
#e4d2af
#e5d3b0
#e6d4b1
#e7d5b2
#e8d6b3
#e9d7b4
#ead8b5
#ebd9b6
#ecdab7
#eddbb8
#decca9
#ddcba8
#dccaa7
#dbc9a6
#dac8a5
#d9c7a4
#d8c6a3
#d7c5a2
#d6c4a1
#d5c3a0
#d4c29f
#d3c19e
#d2c09d
#d1bf9c

Monochromatic Color with #dfcdaa

#dfcdaa
#0a0a08
#353128
#5f5849
#8a7f69
#b4a68a

Tints of #dfcdaa Color

#dfcdaa
#e2d2b3
#e6d8bc
#e9ddc6
#ede3cf
#f0e8d9
#f4eee2
#f7f3ec
#fbf9f5
#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

#dfcdaa
#aabcdf

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

Split Complementary

#dfcdaa
#aad6df
#b3aadf

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

Analogous Color

#dfb8aa
#dfc2aa
#dfcdaa
#dfd8aa
#dcdfaa

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

#dfcdaa
#aadfcd
#cdaadf

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

#dfcdaa
#aadfb2
#aabcdf
#dfaad6

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

#dfcdaa
#aabcdf
#b3aadf
#d7dfaa

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

#dfcdaa Color Code Preview on Black Background Color

This is how #dfcdaa Color will look on black background color. Color contrast ratio is 13.45

#dfcdaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfcdaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfcdaa

#dfcdaa color code is use for CSS Background Color

Background color for the above div is #dfcdaa

HTML with inline CSS

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

#dfcdaa color code is use for CSS Border Color

CSS Border color for the above div is #dfcdaa

HTML with inline CSS

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

CSS Border Left color for the above div is #dfcdaa

HTML with inline CSS

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

CSS Border Right color for the above div is #dfcdaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfcdaa

HTML with inline CSS

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

CSS Border Top color for the above div is #dfcdaa

HTML with inline CSS

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

#dfcdaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfcdaa Color code Preview on White Background

This is how #dfcdaa Color code will look on white background color. Color contrast ratio is 1.56

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

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(223,205,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,188,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,205,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.