crispedge.com

Color picker

Loading...

#dfb28d hex color - Orange - Warm color - Information

#dfb28d hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

Hex #dfb28d color code is between #ddaa88 web safe hex color code and #eebb99 web safe hex color code. #ddaa88 is the nearest web safe color code. You can see here many more shades of #dfb28d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedfb28d#dfb28d
RGB Decimal223, 178, 141rgb(223, 178, 141)
RGB Percent87%, 70%, 55%rgb(87%, 70%, 55%)
CSS RGBa223, 178, 141,1rgba(223,178,141,1)
CMYK Modelcmyk(0%,20%,37%,13%)
HSL Color Space27,56% ,71%hsl(27,56% ,71%)
HSV Color Space27°, 37%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111011001010001101
Octal337262215
Decimal223178141
Hexdfb28d

Different shades of #dfb28d color code.

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

Light Shade of #dfb28d
#eacdb5
Dark Shade of #dfb28d
#d49765
Saturated Shade of #dfb28d
#e6b186
Desaturated Shade of #dfb28d
#d8b394
Grey scale Shade of #dfb28d
#b6b6b6
Brighten Shade
#f8cba6
Most Readable Shade
#000000

Shades of #dfb28d color code

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

#dfb28d
#c69e7d
#ad8a6d
#94765e
#7b624e
#634f3e
#4a3b2f
#31271f
#18130f
#000000

Similar Color like #dfb28d color

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

#e0b38e
#e1b48f
#e2b590
#e3b691
#e4b792
#e5b893
#e6b994
#e7ba95
#e8bb96
#e9bc97
#eabd98
#ebbe99
#ecbf9a
#edc09b
#deb18c
#ddb08b
#dcaf8a
#dbae89
#daad88
#d9ac87
#d8ab86
#d7aa85
#d6a984
#d5a883
#d4a782
#d3a681
#d2a580
#d1a47f

Monochromatic Color with #dfb28d

#dfb28d
#0a0807
#352a22
#5f4c3c
#8a6e57
#b49072

Tints of #dfb28d Color

#dfb28d
#e2ba99
#e6c3a6
#e9cbb3
#edd4bf
#f0dccc
#f4e5d9
#f7ede5
#fbf6f2
#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

#dfb28d
#8dbadf

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

Split Complementary

#dfb28d
#8ddfdb
#8d91df

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

Analogous Color

#df918d
#dfa28d
#dfb28d
#dfc28d
#dfd38d

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

#dfb28d
#8ddfb2
#b28ddf

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

#dfb28d
#91df8d
#8dbadf
#db8ddf

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

#dfb28d
#8dbadf
#8d91df
#dfdb8d

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

#dfb28d Color Code Preview on Black Background Color

This is how #dfb28d Color will look on black background color. Color contrast ratio is 10.89

#dfb28d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfb28d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfb28d

#dfb28d color code is use for CSS Background Color

Background color for the above div is #dfb28d

HTML with inline CSS

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

#dfb28d color code is use for CSS Border Color

CSS Border color for the above div is #dfb28d

HTML with inline CSS

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

CSS Border Left color for the above div is #dfb28d

HTML with inline CSS

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

CSS Border Right color for the above div is #dfb28d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfb28d

HTML with inline CSS

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

CSS Border Top color for the above div is #dfb28d

HTML with inline CSS

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

#dfb28d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfb28d Color code Preview on White Background

This is how #dfb28d Color code will look on white background color. Color contrast ratio is 1.93

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

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