crispedge.com

Color picker

Loading...

#daa58c hex color - Red - Warm color - Information

#daa58c hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #daa58c Color code in RGB color code model is created after adding 85.49% red color, 64.71% green color and 54.9% blue color. Hex #daa58c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 36% yellow and 15% black.

Hex #daa58c color code is between #ddaa88 web safe hex color code and #cc9999 web safe hex color code. #ddaa88 is the nearest web safe color code. You can see here many more shades of #daa58c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedaa58c#daa58c
RGB Decimal218, 165, 140rgb(218, 165, 140)
RGB Percent85%, 65%, 55%rgb(85%, 65%, 55%)
CSS RGBa218, 165, 140,1rgba(218,165,140,1)
CMYK Modelcmyk(0%,24%,36%,15%)
HSL Color Space19,51% ,70%hsl(19,51% ,70%)
HSV Color Space19°, 36%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101010010110001100
Octal332245214
Decimal218165140
Hexdaa58c

Different shades of #daa58c color code.

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

Light Shade of #daa58c
#e6c3b3
Dark Shade of #daa58c
#ce8765
Saturated Shade of #daa58c
#e2a284
Desaturated Shade of #daa58c
#d2a894
Grey scale Shade of #daa58c
#b3b3b3
Brighten Shade
#f3bea5
Most Readable Shade
#000000

Shades of #daa58c color code

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

#daa58c
#c1927c
#a9806c
#916e5d
#795b4d
#60493e
#48372e
#30241f
#18120f
#000000

Similar Color like #daa58c color

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

#dba68d
#dca78e
#dda88f
#dea990
#dfaa91
#e0ab92
#e1ac93
#e2ad94
#e3ae95
#e4af96
#e5b097
#e6b198
#e7b299
#e8b39a
#d9a48b
#d8a38a
#d7a289
#d6a188
#d5a087
#d49f86
#d39e85
#d29d84
#d19c83
#d09b82
#cf9a81
#ce9980
#cd987f
#cc977e

Monochromatic Color with #daa58c

#daa58c
#050404
#30241f
#5a453a
#856555
#af8571

Tints of #daa58c Color

#daa58c
#deaf98
#e2b9a5
#e6c3b2
#eacdbf
#eed7cb
#f2e1d8
#f6ebe5
#faf5f2
#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

#daa58c
#8cc1da

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

Split Complementary

#daa58c
#8cdacc
#8c9ada

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

Analogous Color

#da8c92
#da958c
#daa58c
#dab58c
#dac48c

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

#daa58c
#8cdaa5
#a58cda

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

#daa58c
#9ada8c
#8cc1da
#cc8cda

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

#daa58c
#8cc1da
#8c9ada
#dacc8c

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

#daa58c Color Code Preview on Black Background Color

This is how #daa58c Color will look on black background color. Color contrast ratio is 9.74

#daa58c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daa58c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daa58c

#daa58c color code is use for CSS Background Color

Background color for the above div is #daa58c

HTML with inline CSS

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

#daa58c color code is use for CSS Border Color

CSS Border color for the above div is #daa58c

HTML with inline CSS

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

CSS Border Left color for the above div is #daa58c

HTML with inline CSS

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

CSS Border Right color for the above div is #daa58c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #daa58c

HTML with inline CSS

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

CSS Border Top color for the above div is #daa58c

HTML with inline CSS

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

#daa58c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#daa58c Color code Preview on White Background

This is how #daa58c Color code will look on white background color. Color contrast ratio is 2.16

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

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(218,165,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(140,193,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,165,140,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.