crispedge.com

Color picker

Loading...

#dfa57c hex color - Brown - Warm color - Information

#dfa57c hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #dfa57c Color code in RGB color code model is created after adding 87.45% red color, 64.71% green color and 48.63% blue color. Hex #dfa57c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 44% yellow and 13% black.

Hex #dfa57c color code is between #ddaa77 web safe hex color code and #ee9988 web safe hex color code. #ddaa77 is the nearest web safe color code. You can see here many more shades of #dfa57c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedfa57c#dfa57c
RGB Decimal223, 165, 124rgb(223, 165, 124)
RGB Percent87%, 65%, 49%rgb(87%, 65%, 49%)
CSS RGBa223, 165, 124,1rgba(223,165,124,1)
CMYK Modelcmyk(0%,26%,44%,13%)
HSL Color Space25,61% ,68%hsl(25,61% ,68%)
HSV Color Space25°, 44%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111010010101111100
Octal337245174
Decimal223165124
Hexdfa57c

Different shades of #dfa57c color code.

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

Light Shade of #dfa57c
#e9c1a5
Dark Shade of #dfa57c
#d58953
Saturated Shade of #dfa57c
#e7a474
Desaturated Shade of #dfa57c
#d7a684
Grey scale Shade of #dfa57c
#adadad
Brighten Shade
#f8be95
Most Readable Shade
#000000

Shades of #dfa57c color code

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

#dfa57c
#c6926e
#ad8060
#946e52
#7b5b44
#634937
#4a3729
#31241b
#18120d
#000000

Similar Color like #dfa57c color

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

#e0a67d
#e1a77e
#e2a87f
#e3a980
#e4aa81
#e5ab82
#e6ac83
#e7ad84
#e8ae85
#e9af86
#eab087
#ebb188
#ecb289
#edb38a
#dea47b
#dda37a
#dca279
#dba178
#daa077
#d99f76
#d89e75
#d79d74
#d69c73
#d59b72
#d49a71
#d39970
#d2986f
#d1976e

Monochromatic Color with #dfa57c

#dfa57c
#0a0806
#35271d
#5f4735
#8a664d
#b48664

Tints of #dfa57c Color

#dfa57c
#e2af8a
#e6b999
#e9c3a7
#edcdb6
#f0d7c4
#f4e1d3
#f7ebe1
#fbf5f0
#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

#dfa57c
#7cb6df

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

Split Complementary

#dfa57c
#7cdfd7
#7c84df

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

Analogous Color

#df7d7c
#df917c
#dfa57c
#dfb97c
#dfcd7c

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

#dfa57c
#7cdfa5
#a57cdf

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

#dfa57c
#84df7c
#7cb6df
#d67cdf

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

#dfa57c
#7cb6df
#7c84df
#dfd77c

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

#dfa57c Color Code Preview on Black Background Color

This is how #dfa57c Color will look on black background color. Color contrast ratio is 9.81

#dfa57c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfa57c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfa57c

#dfa57c color code is use for CSS Background Color

Background color for the above div is #dfa57c

HTML with inline CSS

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

#dfa57c color code is use for CSS Border Color

CSS Border color for the above div is #dfa57c

HTML with inline CSS

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

CSS Border Left color for the above div is #dfa57c

HTML with inline CSS

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

CSS Border Right color for the above div is #dfa57c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfa57c

HTML with inline CSS

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

CSS Border Top color for the above div is #dfa57c

HTML with inline CSS

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

#dfa57c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfa57c Color code Preview on White Background

This is how #dfa57c Color code will look on white background color. Color contrast ratio is 2.14

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

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,165,124,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(124,182,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,165,124,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.