crispedge.com

Color picker

Loading...

#dfb07f hex color - Orange - Warm color - Information

#dfb07f hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codedfb07f#dfb07f
RGB Decimal223, 176, 127rgb(223, 176, 127)
RGB Percent87%, 69%, 50%rgb(87%, 69%, 50%)
CSS RGBa223, 176, 127,1rgba(223,176,127,1)
CMYK Modelcmyk(0%,21%,43%,13%)
HSL Color Space31,60% ,69%hsl(31,60% ,69%)
HSV Color Space31°, 43%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111011000001111111
Octal337260177
Decimal223176127
Hexdfb07f

Different shades of #dfb07f color code.

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

Light Shade of #dfb07f
#e9c9a8
Dark Shade of #dfb07f
#d59756
Saturated Shade of #dfb07f
#e7b077
Desaturated Shade of #dfb07f
#d7b087
Grey scale Shade of #dfb07f
#afafaf
Brighten Shade
#f8c998
Most Readable Shade
#000000

Shades of #dfb07f color code

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

#dfb07f
#c69c70
#ad8862
#947554
#7b6146
#634e38
#4a3a2a
#31271c
#18130e
#000000

Similar Color like #dfb07f color

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

#e0b180
#e1b281
#e2b382
#e3b483
#e4b584
#e5b685
#e6b786
#e7b887
#e8b988
#e9ba89
#eabb8a
#ebbc8b
#ecbd8c
#edbe8d
#deaf7e
#ddae7d
#dcad7c
#dbac7b
#daab7a
#d9aa79
#d8a978
#d7a877
#d6a776
#d5a675
#d4a574
#d3a473
#d2a372
#d1a271

Monochromatic Color with #dfb07f

#dfb07f
#0a0806
#352a1e
#5f4b36
#8a6d4f
#b48e67

Tints of #dfb07f Color

#dfb07f
#e2b88d
#e6c19b
#e9caa9
#edd3b7
#f0dbc6
#f4e4d4
#f7ede2
#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

#dfb07f
#7faedf

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

Split Complementary

#dfb07f
#7fdedf
#807fdf

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

Analogous Color

#df8a7f
#df9d7f
#dfb07f
#dfc37f
#dfd67f

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

#dfb07f
#7fdfb0
#b07fdf

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

#dfb07f
#7fdf80
#7faedf
#df7fde

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

#dfb07f
#7faedf
#807fdf
#dedf7f

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

#dfb07f Color Code Preview on Black Background Color

This is how #dfb07f Color will look on black background color. Color contrast ratio is 10.65

#dfb07f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfb07f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfb07f

#dfb07f color code is use for CSS Background Color

Background color for the above div is #dfb07f

HTML with inline CSS

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

#dfb07f color code is use for CSS Border Color

CSS Border color for the above div is #dfb07f

HTML with inline CSS

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

CSS Border Left color for the above div is #dfb07f

HTML with inline CSS

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

CSS Border Right color for the above div is #dfb07f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfb07f

HTML with inline CSS

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

CSS Border Top color for the above div is #dfb07f

HTML with inline CSS

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

#dfb07f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfb07f Color code Preview on White Background

This is how #dfb07f Color code will look on white background color. Color contrast ratio is 1.97

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.