crispedge.com

Color picker

Loading...

#dfc75c hex color - Green - Warm color - Information

#dfc75c hex color - Green - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Green

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

Hex #dfc75c color code is between #ddcc55 web safe hex color code and #eebb66 web safe hex color code. #ddcc55 is the nearest web safe color code. You can see here many more shades of #dfc75c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedfc75c#dfc75c
RGB Decimal223, 199, 92rgb(223, 199, 92)
RGB Percent87%, 78%, 36%rgb(87%, 78%, 36%)
CSS RGBa223, 199, 92,1rgba(223,199,92,1)
CMYK Modelcmyk(0%,11%,59%,13%)
HSL Color Space49,67% ,62%hsl(49,67% ,62%)
HSV Color Space49°, 59%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111100011101011100
Octal337307134
Decimal22319992
Hexdfc75c

Different shades of #dfc75c color code.

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

Light Shade of #dfc75c
#e7d687
Dark Shade of #dfc75c
#d7b831
Saturated Shade of #dfc75c
#e9cd52
Desaturated Shade of #dfc75c
#d5c166
Grey scale Shade of #dfc75c
#9d9d9d
Brighten Shade
#f8e075
Most Readable Shade
#000000

Shades of #dfc75c color code

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

#dfc75c
#c6b051
#ad9a47
#94843d
#7b6e33
#635828
#4a421e
#312c14
#18160a
#000000

Similar Color like #dfc75c color

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

#e0c85d
#e1c95e
#e2ca5f
#e3cb60
#e4cc61
#e5cd62
#e6ce63
#e7cf64
#e8d065
#e9d166
#ead267
#ebd368
#ecd469
#edd56a
#dec65b
#ddc55a
#dcc459
#dbc358
#dac257
#d9c156
#d8c055
#d7bf54
#d6be53
#d5bd52
#d4bc51
#d3bb50
#d2ba4f
#d1b94e

Monochromatic Color with #dfc75c

#dfc75c
#0a0904
#352f16
#5f5527
#8a7b39
#b4a14a

Tints of #dfc75c Color

#dfc75c
#e2cd6e
#e6d380
#e9d992
#eddfa4
#f0e6b6
#f4ecc8
#f7f2da
#fbf8ec
#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

#dfc75c
#5c74df

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

Split Complementary

#dfc75c
#5cb5df
#855cdf

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

Analogous Color

#df935c
#dfad5c
#dfc75c
#dddf5c
#c3df5c

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

#dfc75c
#5cdfc7
#c75cdf

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

#dfc75c
#5cdf85
#5c74df
#df5cb5

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

#dfc75c
#5c74df
#855cdf
#b6df5c

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

#dfc75c Color Code Preview on Black Background Color

This is how #dfc75c Color will look on black background color. Color contrast ratio is 12.46

#dfc75c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfc75c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfc75c

#dfc75c color code is use for CSS Background Color

Background color for the above div is #dfc75c

HTML with inline CSS

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

#dfc75c color code is use for CSS Border Color

CSS Border color for the above div is #dfc75c

HTML with inline CSS

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

CSS Border Left color for the above div is #dfc75c

HTML with inline CSS

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

CSS Border Right color for the above div is #dfc75c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfc75c

HTML with inline CSS

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

CSS Border Top color for the above div is #dfc75c

HTML with inline CSS

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

#dfc75c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfc75c Color code Preview on White Background

This is how #dfc75c Color code will look on white background color. Color contrast ratio is 1.69

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

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,199,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(92,116,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,199,92,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.