crispedge.com

Color picker

Loading...

#dca95e hex color - Yellow - Warm color - Information

#dca95e hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #dca95e Color code in RGB color code model is created after adding 86.27% red color, 66.27% green color and 36.86% blue color. Hex #dca95e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 23% magenta, 57% yellow and 14% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codedca95e#dca95e
RGB Decimal220, 169, 94rgb(220, 169, 94)
RGB Percent86%, 66%, 37%rgb(86%, 66%, 37%)
CSS RGBa220, 169, 94,1rgba(220,169,94,1)
CMYK Modelcmyk(0%,23%,57%,14%)
HSL Color Space36,64% ,62%hsl(36,64% ,62%)
HSV Color Space36°, 57%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001010100101011110
Octal334251136
Decimal22016994
Hexdca95e

Different shades of #dca95e color code.

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

Light Shade of #dca95e
#e5bf88
Dark Shade of #dca95e
#d39334
Saturated Shade of #dca95e
#e6ab54
Desaturated Shade of #dca95e
#d2a768
Grey scale Shade of #dca95e
#9d9d9d
Brighten Shade
#f5c277
Most Readable Shade
#000000

Shades of #dca95e color code

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

#dca95e
#c39653
#ab8349
#92703e
#7a5d34
#614b29
#49381f
#302514
#18120a
#000000

Similar Color like #dca95e color

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

#ddaa5f
#deab60
#dfac61
#e0ad62
#e1ae63
#e2af64
#e3b065
#e4b166
#e5b267
#e6b368
#e7b469
#e8b56a
#e9b66b
#eab76c
#dba85d
#daa75c
#d9a65b
#d8a55a
#d7a459
#d6a358
#d5a257
#d4a156
#d3a055
#d29f54
#d19e53
#d09d52
#cf9c51
#ce9b50

Monochromatic Color with #dca95e

#dca95e
#070603
#322615
#5c4728
#87683a
#b1884c

Tints of #dca95e Color

#dca95e
#dfb26f
#e3bc81
#e7c593
#ebcfa5
#efd8b7
#f3e2c9
#f7ebdb
#fbf5ed
#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

#dca95e
#5e91dc

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

Split Complementary

#dca95e
#5ed0dc
#6a5edc

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

Analogous Color

#dc775e
#dc905e
#dca95e
#dcc25e
#dcdb5e

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

#dca95e
#5edca9
#a95edc

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

#dca95e
#5edc6a
#5e91dc
#dc5ed0

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

#dca95e
#5e91dc
#6a5edc
#d0dc5e

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

#dca95e Color Code Preview on Black Background Color

This is how #dca95e Color will look on black background color. Color contrast ratio is 9.88

#dca95e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dca95e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dca95e

#dca95e color code is use for CSS Background Color

Background color for the above div is #dca95e

HTML with inline CSS

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

#dca95e color code is use for CSS Border Color

CSS Border color for the above div is #dca95e

HTML with inline CSS

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

CSS Border Left color for the above div is #dca95e

HTML with inline CSS

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

CSS Border Right color for the above div is #dca95e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dca95e

HTML with inline CSS

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

CSS Border Top color for the above div is #dca95e

HTML with inline CSS

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

#dca95e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dca95e Color code Preview on White Background

This is how #dca95e Color code will look on white background color. Color contrast ratio is 2.13

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

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(220,169,94,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,145,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(220,169,94,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.