crispedge.com

Color picker

Loading...

#dfb25f hex color - Yellow - Warm color - Information

#dfb25f hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #dfb25f Color code in RGB color code model is created after adding 87.45% red color, 69.8% green color and 37.25% blue color. Hex #dfb25f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 57% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedfb25f#dfb25f
RGB Decimal223, 178, 95rgb(223, 178, 95)
RGB Percent87%, 70%, 37%rgb(87%, 70%, 37%)
CSS RGBa223, 178, 95,1rgba(223,178,95,1)
CMYK Modelcmyk(0%,20%,57%,13%)
HSL Color Space39,67% ,62%hsl(39,67% ,62%)
HSV Color Space39°, 57%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111011001001011111
Octal337262137
Decimal22317895
Hexdfb25f

Different shades of #dfb25f color code.

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

Light Shade of #dfb25f
#e7c689
Dark Shade of #dfb25f
#d69e34
Saturated Shade of #dfb25f
#e9b555
Desaturated Shade of #dfb25f
#d5af69
Grey scale Shade of #dfb25f
#9f9f9f
Brighten Shade
#f8cb78
Most Readable Shade
#000000

Shades of #dfb25f color code

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

#dfb25f
#c69e54
#ad8a49
#94763f
#7b6234
#634f2a
#4a3b1f
#312715
#18130a
#000000

Similar Color like #dfb25f color

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

#e0b360
#e1b461
#e2b562
#e3b663
#e4b764
#e5b865
#e6b966
#e7ba67
#e8bb68
#e9bc69
#eabd6a
#ebbe6b
#ecbf6c
#edc06d
#deb15e
#ddb05d
#dcaf5c
#dbae5b
#daad5a
#d9ac59
#d8ab58
#d7aa57
#d6a956
#d5a855
#d4a754
#d3a653
#d2a552
#d1a451

Monochromatic Color with #dfb25f

#dfb25f
#0a0804
#352a17
#5f4c29
#8a6e3b
#b4904d

Tints of #dfb25f Color

#dfb25f
#e2ba70
#e6c382
#e9cb94
#edd4a6
#f0dcb7
#f4e5c9
#f7eddb
#fbf6ed
#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

#dfb25f
#5f8cdf

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

Split Complementary

#dfb25f
#5fccdf
#725fdf

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

Analogous Color

#df7f5f
#df985f
#dfb25f
#dfcc5f
#d9df5f

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

#dfb25f
#5fdfb2
#b25fdf

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

#dfb25f
#5fdf72
#5f8cdf
#df5fcc

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

#dfb25f
#5f8cdf
#725fdf
#ccdf5f

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

#dfb25f Color Code Preview on Black Background Color

This is how #dfb25f Color will look on black background color. Color contrast ratio is 10.67

#dfb25f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfb25f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfb25f

#dfb25f color code is use for CSS Background Color

Background color for the above div is #dfb25f

HTML with inline CSS

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

#dfb25f color code is use for CSS Border Color

CSS Border color for the above div is #dfb25f

HTML with inline CSS

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

CSS Border Left color for the above div is #dfb25f

HTML with inline CSS

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

CSS Border Right color for the above div is #dfb25f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfb25f

HTML with inline CSS

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

CSS Border Top color for the above div is #dfb25f

HTML with inline CSS

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

#dfb25f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfb25f Color code Preview on White Background

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

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,178,95,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(95,140,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,178,95,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.