crispedge.com

Color picker

Loading...

#dfa76c hex color - Yellow - Warm color - Information

#dfa76c hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

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

Hex #dfa76c 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 #dfa76c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedfa76c#dfa76c
RGB Decimal223, 167, 108rgb(223, 167, 108)
RGB Percent87%, 65%, 42%rgb(87%, 65%, 42%)
CSS RGBa223, 167, 108,1rgba(223,167,108,1)
CMYK Modelcmyk(0%,25%,52%,13%)
HSL Color Space31,64% ,65%hsl(31,64% ,65%)
HSV Color Space31°, 52%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111010011101101100
Octal337247154
Decimal223167108
Hexdfa76c

Different shades of #dfa76c color code.

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

Light Shade of #dfa76c
#e8c096
Dark Shade of #dfa76c
#d68e42
Saturated Shade of #dfa76c
#e8a763
Desaturated Shade of #dfa76c
#d6a775
Grey scale Shade of #dfa76c
#a5a5a5
Brighten Shade
#f8c085
Most Readable Shade
#000000

Shades of #dfa76c color code

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

#dfa76c
#c69460
#ad8154
#946f48
#7b5c3c
#634a30
#4a3724
#312518
#18120c
#000000

Similar Color like #dfa76c color

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

#e0a86d
#e1a96e
#e2aa6f
#e3ab70
#e4ac71
#e5ad72
#e6ae73
#e7af74
#e8b075
#e9b176
#eab277
#ebb378
#ecb479
#edb57a
#dea66b
#dda56a
#dca469
#dba368
#daa267
#d9a166
#d8a065
#d79f64
#d69e63
#d59d62
#d49c61
#d39b60
#d29a5f
#d1995e

Monochromatic Color with #dfa76c

#dfa76c
#0a0805
#35281a
#5f482e
#8a6743
#b48757

Tints of #dfa76c Color

#dfa76c
#e2b07c
#e6ba8c
#e9c49d
#edcead
#f0d7bd
#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

#dfa76c
#6ca4df

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

Split Complementary

#dfa76c
#6cdedf
#6e6cdf

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

Analogous Color

#df796c
#df906c
#dfa76c
#dfbe6c
#dfd56c

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

#dfa76c
#6cdfa7
#a76cdf

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

#dfa76c
#6cdf6d
#6ca4df
#df6cdd

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

#dfa76c
#6ca4df
#6e6cdf
#dedf6c

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

#dfa76c Color Code Preview on Black Background Color

This is how #dfa76c Color will look on black background color. Color contrast ratio is 9.88

#dfa76c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfa76c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfa76c

#dfa76c color code is use for CSS Background Color

Background color for the above div is #dfa76c

HTML with inline CSS

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

#dfa76c color code is use for CSS Border Color

CSS Border color for the above div is #dfa76c

HTML with inline CSS

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

CSS Border Left color for the above div is #dfa76c

HTML with inline CSS

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

CSS Border Right color for the above div is #dfa76c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfa76c

HTML with inline CSS

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

CSS Border Top color for the above div is #dfa76c

HTML with inline CSS

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

#dfa76c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfa76c Color code Preview on White Background

This is how #dfa76c Color code will look on white background color. Color contrast ratio is 2.13

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

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