crispedge.com

Color picker

Loading...

#dfc16f hex color - Yellow - Warm color - Information

#dfc16f hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #dfc16f Color code in RGB color code model is created after adding 87.45% red color, 75.69% green color and 43.53% blue color. Hex #dfc16f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 50% yellow and 13% black.

Hex #dfc16f color code is between #ddbb77 web safe hex color code and #eecc66 web safe hex color code. #ddbb77 is the nearest web safe color code. You can see here many more shades of #dfc16f color code.

0 Likes 0 Comments | 7 Views

RGB Chart

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

Color Table

Hex Color Codedfc16f#dfc16f
RGB Decimal223, 193, 111rgb(223, 193, 111)
RGB Percent87%, 76%, 44%rgb(87%, 76%, 44%)
CSS RGBa223, 193, 111,1rgba(223,193,111,1)
CMYK Modelcmyk(0%,13%,50%,13%)
HSL Color Space44,64% ,65%hsl(44,64% ,65%)
HSV Color Space44°, 50%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111100000101101111
Octal337301157
Decimal223193111
Hexdfc16f

Different shades of #dfc16f color code.

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

Light Shade of #dfc16f
#e8d399
Dark Shade of #dfc16f
#d6af45
Saturated Shade of #dfc16f
#e8c566
Desaturated Shade of #dfc16f
#d6bd78
Grey scale Shade of #dfc16f
#a7a7a7
Brighten Shade
#f8da88
Most Readable Shade
#000000

Shades of #dfc16f color code

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

#dfc16f
#c6ab62
#ad9656
#94804a
#7b6b3d
#635531
#4a4025
#312a18
#18150c
#000000

Similar Color like #dfc16f color

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

#e0c270
#e1c371
#e2c472
#e3c573
#e4c674
#e5c775
#e6c876
#e7c977
#e8ca78
#e9cb79
#eacc7a
#ebcd7b
#ecce7c
#edcf7d
#dec06e
#ddbf6d
#dcbe6c
#dbbd6b
#dabc6a
#d9bb69
#d8ba68
#d7b967
#d6b866
#d5b765
#d4b664
#d3b563
#d2b462
#d1b361

Monochromatic Color with #dfc16f

#dfc16f
#0a0905
#352e1a
#5f5330
#8a7745
#b49c5a

Tints of #dfc16f Color

#dfc16f
#e2c77f
#e6ce8f
#e9d59f
#eddcaf
#f0e3bf
#f4eacf
#f7f1df
#fbf8ef
#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

#dfc16f
#6f8ddf

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

Split Complementary

#dfc16f
#6fc5df
#896fdf

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

Analogous Color

#df946f
#dfab6f
#dfc16f
#dfd76f
#d0df6f

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

#dfc16f
#6fdfc1
#c16fdf

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

#dfc16f
#6fdf89
#6f8ddf
#df6fc5

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

#dfc16f
#6f8ddf
#896fdf
#c5df6f

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

#dfc16f Color Code Preview on Black Background Color

This is how #dfc16f Color will look on black background color. Color contrast ratio is 12.00

#dfc16f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfc16f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfc16f

#dfc16f color code is use for CSS Background Color

Background color for the above div is #dfc16f

HTML with inline CSS

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

#dfc16f color code is use for CSS Border Color

CSS Border color for the above div is #dfc16f

HTML with inline CSS

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

CSS Border Left color for the above div is #dfc16f

HTML with inline CSS

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

CSS Border Right color for the above div is #dfc16f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfc16f

HTML with inline CSS

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

CSS Border Top color for the above div is #dfc16f

HTML with inline CSS

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

#dfc16f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfc16f Color code Preview on White Background

This is how #dfc16f Color code will look on white background color. Color contrast ratio is 1.75

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

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,193,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(111,141,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,193,111,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.