crispedge.com

Color picker

Loading...

#dfa76e hex color - Yellow - Warm color - Information

#dfa76e hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #dfa76e Color code in RGB color code model is created after adding 87.45% red color, 65.49% green color and 43.14% blue color. Hex #dfa76e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 25% magenta, 51% yellow and 13% black.

Hex #dfa76e color code is between #ddaa66 web safe hex color code and #ee9977 web safe hex color code. #ddaa66 is the nearest web safe color code. You can see here many more shades of #dfa76e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedfa76e#dfa76e
RGB Decimal223, 167, 110rgb(223, 167, 110)
RGB Percent87%, 65%, 43%rgb(87%, 65%, 43%)
CSS RGBa223, 167, 110,1rgba(223,167,110,1)
CMYK Modelcmyk(0%,25%,51%,13%)
HSL Color Space30,64% ,65%hsl(30,64% ,65%)
HSV Color Space30°, 51%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111010011101101110
Octal337247156
Decimal223167110
Hexdfa76e

Different shades of #dfa76e color code.

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

Light Shade of #dfa76e
#e8c098
Dark Shade of #dfa76e
#d68e44
Saturated Shade of #dfa76e
#e8a765
Desaturated Shade of #dfa76e
#d6a777
Grey scale Shade of #dfa76e
#a6a6a6
Brighten Shade
#f8c087
Most Readable Shade
#000000

Shades of #dfa76e color code

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

#dfa76e
#c69461
#ad8155
#946f49
#7b5c3d
#634a30
#4a3724
#312518
#18120c
#000000

Similar Color like #dfa76e color

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

#e0a86f
#e1a970
#e2aa71
#e3ab72
#e4ac73
#e5ad74
#e6ae75
#e7af76
#e8b077
#e9b178
#eab279
#ebb37a
#ecb47b
#edb57c
#dea66d
#dda56c
#dca46b
#dba36a
#daa269
#d9a168
#d8a067
#d79f66
#d69e65
#d59d64
#d49c63
#d39b62
#d29a61
#d19960

Monochromatic Color with #dfa76e

#dfa76e
#0a0805
#35281a
#5f482f
#8a6744
#b48759

Tints of #dfa76e Color

#dfa76e
#e2b07e
#e6ba8e
#e9c49e
#edceae
#f0d7be
#f4e1ce
#f7ebde
#fbf5ee
#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

#dfa76e
#6ea6df

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

Split Complementary

#dfa76e
#6edfdf
#6f6edf

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

Analogous Color

#df7a6e
#df906e
#dfa76e
#dfbe6e
#dfd46e

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

#dfa76e
#6edfa7
#a76edf

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

#dfa76e
#6edf6e
#6ea6df
#df6ede

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

#dfa76e
#6ea6df
#6f6edf
#dfdf6e

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

#dfa76e Color Code Preview on Black Background Color

This is how #dfa76e Color will look on black background color. Color contrast ratio is 9.89

#dfa76e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfa76e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfa76e

#dfa76e color code is use for CSS Background Color

Background color for the above div is #dfa76e

HTML with inline CSS

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

#dfa76e color code is use for CSS Border Color

CSS Border color for the above div is #dfa76e

HTML with inline CSS

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

CSS Border Left color for the above div is #dfa76e

HTML with inline CSS

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

CSS Border Right color for the above div is #dfa76e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfa76e

HTML with inline CSS

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

CSS Border Top color for the above div is #dfa76e

HTML with inline CSS

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

#dfa76e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfa76e Color code Preview on White Background

This is how #dfa76e Color code will look on white background color. Color contrast ratio is 2.12

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

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,167,110,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(110,166,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,167,110,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.