crispedge.com

Color picker

Loading...

#dfc68a hex color - Yellow - Warm color - Information

#dfc68a hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #dfc68a Color code in RGB color code model is created after adding 87.45% red color, 77.65% green color and 54.12% blue color. Hex #dfc68a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 38% yellow and 13% black.

Hex #dfc68a color code is between #ddcc88 web safe hex color code and #eebb99 web safe hex color code. #ddcc88 is the nearest web safe color code. You can see here many more shades of #dfc68a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedfc68a#dfc68a
RGB Decimal223, 198, 138rgb(223, 198, 138)
RGB Percent87%, 78%, 54%rgb(87%, 78%, 54%)
CSS RGBa223, 198, 138,1rgba(223,198,138,1)
CMYK Modelcmyk(0%,11%,38%,13%)
HSL Color Space42,57% ,71%hsl(42,57% ,71%)
HSV Color Space42°, 38%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111100011010001010
Octal337306212
Decimal223198138
Hexdfc68a

Different shades of #dfc68a color code.

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

Light Shade of #dfc68a
#eadab2
Dark Shade of #dfc68a
#d4b262
Saturated Shade of #dfc68a
#e6c983
Desaturated Shade of #dfc68a
#d8c391
Grey scale Shade of #dfc68a
#b4b4b4
Brighten Shade
#f8dfa3
Most Readable Shade
#000000

Shades of #dfc68a color code

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

#dfc68a
#c6b07a
#ad9a6b
#94845c
#7b6e4c
#63583d
#4a422e
#312c1e
#18160f
#000000

Similar Color like #dfc68a color

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

#e0c78b
#e1c88c
#e2c98d
#e3ca8e
#e4cb8f
#e5cc90
#e6cd91
#e7ce92
#e8cf93
#e9d094
#ead195
#ebd296
#ecd397
#edd498
#dec589
#ddc488
#dcc387
#dbc286
#dac185
#d9c084
#d8bf83
#d7be82
#d6bd81
#d5bc80
#d4bb7f
#d3ba7e
#d2b97d
#d1b87c

Monochromatic Color with #dfc68a

#dfc68a
#0a0906
#352f21
#5f553b
#8a7b55
#b4a070

Tints of #dfc68a Color

#dfc68a
#e2cc97
#e6d2a4
#e9d9b1
#eddfbe
#f0e5cb
#f4ecd8
#f7f2e5
#fbf8f2
#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

#dfc68a
#8aa3df

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

Split Complementary

#dfc68a
#8acddf
#9c8adf

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

Analogous Color

#dfa48a
#dfb58a
#dfc68a
#dfd78a
#d6df8a

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

#dfc68a
#8adfc6
#c68adf

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

#dfc68a
#8adf9b
#8aa3df
#df8acd

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

#dfc68a
#8aa3df
#9c8adf
#cddf8a

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

#dfc68a Color Code Preview on Black Background Color

This is how #dfc68a Color will look on black background color. Color contrast ratio is 12.58

#dfc68a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfc68a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfc68a

#dfc68a color code is use for CSS Background Color

Background color for the above div is #dfc68a

HTML with inline CSS

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

#dfc68a color code is use for CSS Border Color

CSS Border color for the above div is #dfc68a

HTML with inline CSS

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

CSS Border Left color for the above div is #dfc68a

HTML with inline CSS

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

CSS Border Right color for the above div is #dfc68a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfc68a

HTML with inline CSS

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

CSS Border Top color for the above div is #dfc68a

HTML with inline CSS

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

#dfc68a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfc68a Color code Preview on White Background

This is how #dfc68a Color code will look on white background color. Color contrast ratio is 1.67

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

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,198,138,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(138,163,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,198,138,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.