crispedge.com

Color picker

Loading...

#dfc3ae hex color - Orange - Warm color - Information

#dfc3ae hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #dfc3ae Color code in RGB color code model is created after adding 87.45% red color, 76.47% green color and 68.24% blue color. Hex #dfc3ae Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 22% yellow and 13% black.

Hex #dfc3ae color code is between #ddbbaa web safe hex color code and #eeccbb web safe hex color code. #ddbbaa is the nearest web safe color code. You can see here many more shades of #dfc3ae color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codedfc3ae#dfc3ae
RGB Decimal223, 195, 174rgb(223, 195, 174)
RGB Percent87%, 76%, 68%rgb(87%, 76%, 68%)
CSS RGBa223, 195, 174,1rgba(223,195,174,1)
CMYK Modelcmyk(0%,13%,22%,13%)
HSL Color Space26,43% ,78%hsl(26,43% ,78%)
HSV Color Space26°, 22%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111100001110101110
Octal337303256
Decimal223195174
Hexdfc3ae

Different shades of #dfc3ae color code.

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

Light Shade of #dfc3ae
#edded3
Dark Shade of #dfc3ae
#d1a889
Saturated Shade of #dfc3ae
#e5c2a8
Desaturated Shade of #dfc3ae
#d9c4b4
Grey scale Shade of #dfc3ae
#c6c6c6
Brighten Shade
#f8dcc7
Most Readable Shade
#000000

Shades of #dfc3ae color code

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

#dfc3ae
#c6ad9a
#ad9787
#948274
#7b6c60
#63564d
#4a413a
#312b26
#181513
#000000

Similar Color like #dfc3ae color

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

#e0c4af
#e1c5b0
#e2c6b1
#e3c7b2
#e4c8b3
#e5c9b4
#e6cab5
#e7cbb6
#e8ccb7
#e9cdb8
#eaceb9
#ebcfba
#ecd0bb
#edd1bc
#dec2ad
#ddc1ac
#dcc0ab
#dbbfaa
#dabea9
#d9bda8
#d8bca7
#d7bba6
#d6baa5
#d5b9a4
#d4b8a3
#d3b7a2
#d2b6a1
#d1b5a0

Monochromatic Color with #dfc3ae

#dfc3ae
#0a0908
#352e29
#5f544b
#8a796c
#b49e8d

Tints of #dfc3ae Color

#dfc3ae
#e2c9b7
#e6d0c0
#e9d7c9
#edddd2
#f0e4db
#f4ebe4
#f7f1ed
#fbf8f6
#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

#dfc3ae
#aecadf

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

Split Complementary

#dfc3ae
#aedfdc
#aeb2df

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

Analogous Color

#dfafae
#dfb9ae
#dfc3ae
#dfcdae
#dfd7ae

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

#dfc3ae
#aedfc3
#c3aedf

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

#dfc3ae
#b1dfae
#aecadf
#dbaedf

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

#dfc3ae
#aecadf
#aeb2df
#dfdbae

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

#dfc3ae Color Code Preview on Black Background Color

This is how #dfc3ae Color will look on black background color. Color contrast ratio is 12.55

#dfc3ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfc3ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfc3ae

#dfc3ae color code is use for CSS Background Color

Background color for the above div is #dfc3ae

HTML with inline CSS

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

#dfc3ae color code is use for CSS Border Color

CSS Border color for the above div is #dfc3ae

HTML with inline CSS

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

CSS Border Left color for the above div is #dfc3ae

HTML with inline CSS

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

CSS Border Right color for the above div is #dfc3ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfc3ae

HTML with inline CSS

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

CSS Border Top color for the above div is #dfc3ae

HTML with inline CSS

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

#dfc3ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfc3ae Color code Preview on White Background

This is how #dfc3ae Color code will look on white background color. Color contrast ratio is 1.67

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.