crispedge.com

Color picker

Loading...

#dac8aa hex color - Orange - Warm color - Information

#dac8aa hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #dac8aa Color code in RGB color code model is created after adding 85.49% red color, 78.43% green color and 66.67% blue color. Hex #dac8aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 22% yellow and 15% black.

Hex #dac8aa color code is between #ddcc99 web safe hex color code and #ccbbbb web safe hex color code. #ddcc99 is the nearest web safe color code. You can see here many more shades of #dac8aa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedac8aa#dac8aa
RGB Decimal218, 200, 170rgb(218, 200, 170)
RGB Percent85%, 78%, 67%rgb(85%, 78%, 67%)
CSS RGBa218, 200, 170,1rgba(218,200,170,1)
CMYK Modelcmyk(0%,8%,22%,15%)
HSL Color Space38,39% ,76%hsl(38,39% ,76%)
HSV Color Space38°, 22%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101100100010101010
Octal332310252
Decimal218200170
Hexdac8aa

Different shades of #dac8aa color code.

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

Light Shade of #dac8aa
#e9dfce
Dark Shade of #dac8aa
#cbb186
Saturated Shade of #dac8aa
#e0caa4
Desaturated Shade of #dac8aa
#d4c6b0
Grey scale Shade of #dac8aa
#c2c2c2
Brighten Shade
#f3e1c3
Most Readable Shade
#000000

Shades of #dac8aa color code

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

#dac8aa
#c1b197
#a99b84
#918571
#796f5e
#60584b
#484238
#302c25
#181612
#000000

Similar Color like #dac8aa color

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

#dbc9ab
#dccaac
#ddcbad
#deccae
#dfcdaf
#e0ceb0
#e1cfb1
#e2d0b2
#e3d1b3
#e4d2b4
#e5d3b5
#e6d4b6
#e7d5b7
#e8d6b8
#d9c7a9
#d8c6a8
#d7c5a7
#d6c4a6
#d5c3a5
#d4c2a4
#d3c1a3
#d2c0a2
#d1bfa1
#d0bea0
#cfbd9f
#cebc9e
#cdbb9d
#ccba9c

Monochromatic Color with #dac8aa

#dac8aa
#050504
#302c25
#5a5347
#857a68
#afa189

Tints of #dac8aa Color

#dac8aa
#deceb3
#e2d4bc
#e6dac6
#eae0cf
#eee6d9
#f2ece2
#f6f2ec
#faf8f5
#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

#dac8aa
#aabcda

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

Split Complementary

#dac8aa
#aad4da
#b0aada

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

Analogous Color

#dab5aa
#dabeaa
#dac8aa
#dad2aa
#d9daaa

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

#dac8aa
#aadac8
#c8aada

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

#dac8aa
#aadab0
#aabcda
#daaad4

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

#dac8aa
#aabcda
#b0aada
#d4daaa

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

#dac8aa Color Code Preview on Black Background Color

This is how #dac8aa Color will look on black background color. Color contrast ratio is 12.82

#dac8aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dac8aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dac8aa

#dac8aa color code is use for CSS Background Color

Background color for the above div is #dac8aa

HTML with inline CSS

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

#dac8aa color code is use for CSS Border Color

CSS Border color for the above div is #dac8aa

HTML with inline CSS

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

CSS Border Left color for the above div is #dac8aa

HTML with inline CSS

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

CSS Border Right color for the above div is #dac8aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dac8aa

HTML with inline CSS

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

CSS Border Top color for the above div is #dac8aa

HTML with inline CSS

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

#dac8aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dac8aa Color code Preview on White Background

This is how #dac8aa Color code will look on white background color. Color contrast ratio is 1.64

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

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,200,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,188,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,200,170,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.