crispedge.com

Color picker

Loading...

#dfb57e hex color - Orange - Warm color - Information

#dfb57e hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #dfb57e Color code in RGB color code model is created after adding 87.45% red color, 70.98% green color and 49.41% blue color. Hex #dfb57e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 19% magenta, 43% yellow and 13% black.

Hex #dfb57e color code is between #ddbb77 web safe hex color code and #eeaa88 web safe hex color code. #ddbb77 is the nearest web safe color code. You can see here many more shades of #dfb57e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedfb57e#dfb57e
RGB Decimal223, 181, 126rgb(223, 181, 126)
RGB Percent87%, 71%, 49%rgb(87%, 71%, 49%)
CSS RGBa223, 181, 126,1rgba(223,181,126,1)
CMYK Modelcmyk(0%,19%,43%,13%)
HSL Color Space34,60% ,68%hsl(34,60% ,68%)
HSV Color Space34°, 43%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111011010101111110
Octal337265176
Decimal223181126
Hexdfb57e

Different shades of #dfb57e color code.

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

Light Shade of #dfb57e
#e9cca7
Dark Shade of #dfb57e
#d59e55
Saturated Shade of #dfb57e
#e7b676
Desaturated Shade of #dfb57e
#d7b486
Grey scale Shade of #dfb57e
#aeaeae
Brighten Shade
#f8ce97
Most Readable Shade
#000000

Shades of #dfb57e color code

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

#dfb57e
#c6a070
#ad8c62
#947854
#7b6446
#635038
#4a3c2a
#31281c
#18140e
#000000

Similar Color like #dfb57e color

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

#e0b67f
#e1b780
#e2b881
#e3b982
#e4ba83
#e5bb84
#e6bc85
#e7bd86
#e8be87
#e9bf88
#eac089
#ebc18a
#ecc28b
#edc38c
#deb47d
#ddb37c
#dcb27b
#dbb17a
#dab079
#d9af78
#d8ae77
#d7ad76
#d6ac75
#d5ab74
#d4aa73
#d3a972
#d2a871
#d1a770

Monochromatic Color with #dfb57e

#dfb57e
#0a0906
#352b1e
#5f4e36
#8a704e
#b49366

Tints of #dfb57e Color

#dfb57e
#e2bd8c
#e6c59a
#e9cda9
#edd5b7
#f0dec5
#f4e6d4
#f7eee2
#fbf6f0
#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

#dfb57e
#7ea8df

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

Split Complementary

#dfb57e
#7ed9df
#857edf

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

Analogous Color

#df8e7e
#dfa27e
#dfb57e
#dfc87e
#dfdc7e

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

#dfb57e
#7edfb5
#b57edf

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

#dfb57e
#7edf85
#7ea8df
#df7ed8

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

#dfb57e
#7ea8df
#857edf
#d9df7e

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

#dfb57e Color Code Preview on Black Background Color

This is how #dfb57e Color will look on black background color. Color contrast ratio is 11.05

#dfb57e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfb57e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfb57e

#dfb57e color code is use for CSS Background Color

Background color for the above div is #dfb57e

HTML with inline CSS

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

#dfb57e color code is use for CSS Border Color

CSS Border color for the above div is #dfb57e

HTML with inline CSS

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

CSS Border Left color for the above div is #dfb57e

HTML with inline CSS

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

CSS Border Right color for the above div is #dfb57e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfb57e

HTML with inline CSS

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

CSS Border Top color for the above div is #dfb57e

HTML with inline CSS

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

#dfb57e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfb57e Color code Preview on White Background

This is how #dfb57e Color code will look on white background color. Color contrast ratio is 1.90

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

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,181,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(126,168,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,181,126,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.