crispedge.com

Color picker

Loading...

#dfba8c hex color - Brown - Warm color - Information

#dfba8c hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #dfba8c Color code in RGB color code model is created after adding 87.45% red color, 72.94% green color and 54.9% blue color. Hex #dfba8c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 37% yellow and 13% black.

Hex #dfba8c color code is between #ddbb88 web safe hex color code and #eeaa99 web safe hex color code. #ddbb88 is the nearest web safe color code. You can see here many more shades of #dfba8c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedfba8c#dfba8c
RGB Decimal223, 186, 140rgb(223, 186, 140)
RGB Percent87%, 73%, 55%rgb(87%, 73%, 55%)
CSS RGBa223, 186, 140,1rgba(223,186,140,1)
CMYK Modelcmyk(0%,17%,37%,13%)
HSL Color Space33,56% ,71%hsl(33,56% ,71%)
HSV Color Space33°, 37%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111011101010001100
Octal337272214
Decimal223186140
Hexdfba8c

Different shades of #dfba8c color code.

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

Light Shade of #dfba8c
#ead2b4
Dark Shade of #dfba8c
#d4a264
Saturated Shade of #dfba8c
#e6bb85
Desaturated Shade of #dfba8c
#d8b993
Grey scale Shade of #dfba8c
#b5b5b5
Brighten Shade
#f8d3a5
Most Readable Shade
#000000

Shades of #dfba8c color code

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

#dfba8c
#c6a57c
#ad906c
#947c5d
#7b674d
#63523e
#4a3e2e
#31291f
#18140f
#000000

Similar Color like #dfba8c color

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

#e0bb8d
#e1bc8e
#e2bd8f
#e3be90
#e4bf91
#e5c092
#e6c193
#e7c294
#e8c395
#e9c496
#eac597
#ebc698
#ecc799
#edc89a
#deb98b
#ddb88a
#dcb789
#dbb688
#dab587
#d9b486
#d8b385
#d7b284
#d6b183
#d5b082
#d4af81
#d3ae80
#d2ad7f
#d1ac7e

Monochromatic Color with #dfba8c

#dfba8c
#0a0907
#352c21
#5f503c
#8a7357
#b49771

Tints of #dfba8c Color

#dfba8c
#e2c198
#e6c9a5
#e9d1b2
#edd8bf
#f0e0cb
#f4e8d8
#f7efe5
#fbf7f2
#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

#dfba8c
#8cb1df

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

Split Complementary

#dfba8c
#8cdbdf
#918cdf

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

Analogous Color

#df998c
#dfa98c
#dfba8c
#dfcb8c
#dfdb8c

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

#dfba8c
#8cdfba
#ba8cdf

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

#dfba8c
#8cdf90
#8cb1df
#df8cda

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

#dfba8c
#8cb1df
#918cdf
#dbdf8c

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

#dfba8c Color Code Preview on Black Background Color

This is how #dfba8c Color will look on black background color. Color contrast ratio is 11.54

#dfba8c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfba8c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfba8c

#dfba8c color code is use for CSS Background Color

Background color for the above div is #dfba8c

HTML with inline CSS

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

#dfba8c color code is use for CSS Border Color

CSS Border color for the above div is #dfba8c

HTML with inline CSS

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

CSS Border Left color for the above div is #dfba8c

HTML with inline CSS

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

CSS Border Right color for the above div is #dfba8c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfba8c

HTML with inline CSS

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

CSS Border Top color for the above div is #dfba8c

HTML with inline CSS

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

#dfba8c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfba8c Color code Preview on White Background

This is how #dfba8c Color code will look on white background color. Color contrast ratio is 1.82

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

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,186,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(140,177,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,186,140,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.