crispedge.com

Color picker

Loading...

#dfa74f hex color - Yellow - Warm color - Information

#dfa74f hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

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

Hex #dfa74f color code is between #ddaa55 web safe hex color code and #ee9944 web safe hex color code. #ddaa55 is the nearest web safe color code. You can see here many more shades of #dfa74f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedfa74f#dfa74f
RGB Decimal223, 167, 79rgb(223, 167, 79)
RGB Percent87%, 65%, 31%rgb(87%, 65%, 31%)
CSS RGBa223, 167, 79,1rgba(223,167,79,1)
CMYK Modelcmyk(0%,25%,65%,13%)
HSL Color Space37,69% ,59%hsl(37,69% ,59%)
HSV Color Space37°, 65%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111010011101001111
Octal337247117
Decimal22316779
Hexdfa74f

Different shades of #dfa74f color code.

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

Light Shade of #dfa74f
#e7bd7a
Dark Shade of #dfa74f
#d49127
Saturated Shade of #dfa74f
#e9a945
Desaturated Shade of #dfa74f
#d5a559
Grey scale Shade of #dfa74f
#979797
Brighten Shade
#f8c068
Most Readable Shade
#000000

Shades of #dfa74f color code

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

#dfa74f
#c69446
#ad813d
#946f34
#7b5c2b
#634a23
#4a371a
#312511
#181208
#000000

Similar Color like #dfa74f color

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

#e0a850
#e1a951
#e2aa52
#e3ab53
#e4ac54
#e5ad55
#e6ae56
#e7af57
#e8b058
#e9b159
#eab25a
#ebb35b
#ecb45c
#edb55d
#dea64e
#dda54d
#dca44c
#dba34b
#daa24a
#d9a149
#d8a048
#d79f47
#d69e46
#d59d45
#d49c44
#d39b43
#d29a42
#d19941

Monochromatic Color with #dfa74f

#dfa74f
#0a0804
#352813
#5f4822
#8a6731
#b48740

Tints of #dfa74f Color

#dfa74f
#e2b062
#e6ba76
#e9c489
#edce9d
#f0d7b0
#f4e1c4
#f7ebd7
#fbf5eb
#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

#dfa74f
#4f87df

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

Split Complementary

#dfa74f
#4fcfdf
#5f4fdf

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

Analogous Color

#df6d4f
#df8a4f
#dfa74f
#dfc44f
#dddf4f

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

#dfa74f
#4fdfa7
#a74fdf

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

#dfa74f
#4fdf5f
#4f87df
#df4fcf

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

#dfa74f
#4f87df
#5f4fdf
#cfdf4f

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

#dfa74f Color Code Preview on Black Background Color

This is how #dfa74f Color will look on black background color. Color contrast ratio is 9.78

#dfa74f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfa74f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfa74f

#dfa74f color code is use for CSS Background Color

Background color for the above div is #dfa74f

HTML with inline CSS

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

#dfa74f color code is use for CSS Border Color

CSS Border color for the above div is #dfa74f

HTML with inline CSS

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

CSS Border Left color for the above div is #dfa74f

HTML with inline CSS

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

CSS Border Right color for the above div is #dfa74f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfa74f

HTML with inline CSS

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

CSS Border Top color for the above div is #dfa74f

HTML with inline CSS

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

#dfa74f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfa74f Color code Preview on White Background

This is how #dfa74f Color code will look on white background color. Color contrast ratio is 2.15

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

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