crispedge.com

#dfa51e hex color - Yellow - Warm color - Information

#dfa51e hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #dfa51e Color code in RGB color code model is created after adding 87.45% red color, 64.71% green color and 11.76% blue color. Hex #dfa51e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 87% yellow and 13% black.

Hex #dfa51e color code is between #ddaa22 web safe hex color code and #ee9911 web safe hex color code. #ddaa22 is the nearest web safe color code. You can see here many more shades of #dfa51e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedfa51e#dfa51e
RGB Decimal223, 165, 30rgb(223, 165, 30)
RGB Percent87%, 65%, 12%rgb(87%, 65%, 12%)
CSS RGBa223, 165, 30,1rgba(223,165,30,1)
CMYK Modelcmyk(0%,26%,87%,13%)
HSL Color Space42,76% ,50%hsl(42,76% ,50%)
HSV Color Space42°, 87%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111010010100011110
Octal33724536
Decimal22316530
Hexdfa51e

Different shades of #dfa51e color code.

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

Light Shade of #dfa51e
#e7b749
Dark Shade of #dfa51e
#b28418
Saturated Shade of #dfa51e
#ecaa11
Desaturated Shade of #dfa51e
#d2a02b
Grey scale Shade of #dfa51e
#7e7e7e
Brighten Shade
#f8be37
Most Readable Shade
#000000

Shades of #dfa51e color code

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

#dfa51e
#c6921a
#ad8017
#946e14
#7b5b10
#63490d
#4a370a
#312406
#181203
#000000

Similar Color like #dfa51e color

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

#e0a61f
#e1a720
#e2a821
#e3a922
#e4aa23
#e5ab24
#e6ac25
#e7ad26
#e8ae27
#e9af28
#eab029
#ebb12a
#ecb22b
#edb32c
#dea41d
#dda31c
#dca21b
#dba11a
#daa019
#d99f18
#d89e17
#d79d16
#d69c15
#d59b14
#d49a13
#d39912
#d29811
#d19710

Monochromatic Color with #dfa51e

#dfa51e
#0a0801
#352707
#5f470d
#8a6613
#b48618

Tints of #dfa51e Color

#dfa51e
#e2af37
#e6b950
#e9c369
#edcd82
#f0d79b
#f4e1b4
#f7ebcd
#fbf5e6
#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

#dfa51e
#1e58df

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

Split Complementary

#dfa51e
#1eb9df
#441edf

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

Analogous Color

#df581e
#df7e1e
#dfa51e
#dfcc1e
#ccdf1e

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

#dfa51e
#1edfa5
#a51edf

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

#dfa51e
#1edf44
#1e58df
#df1eb8

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

#dfa51e
#1e58df
#441edf
#b8df1e

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

#dfa51e Color Code Preview on Black Background Color

This is how #dfa51e Color will look on black background color. Color contrast ratio is 9.54

#dfa51e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfa51e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfa51e

#dfa51e color code is use for CSS Background Color

Background color for the above div is #dfa51e

HTML with inline CSS

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

#dfa51e color code is use for CSS Border Color

CSS Border color for the above div is #dfa51e

HTML with inline CSS

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

CSS Border Left color for the above div is #dfa51e

HTML with inline CSS

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

CSS Border Right color for the above div is #dfa51e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfa51e

HTML with inline CSS

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

CSS Border Top color for the above div is #dfa51e

HTML with inline CSS

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

#dfa51e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfa51e Color code Preview on White Background

This is how #dfa51e Color code will look on white background color. Color contrast ratio is 2.20

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

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,165,30,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(30,88,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,165,30,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.

< /html>