crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#dac7ae hex color - Orange - Warm color - Information

#dac7ae hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #dac7ae Color code in RGB color code model is created after adding 85.49% red color, 78.04% green color and 68.24% blue color. Hex #dac7ae Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 20% yellow and 15% black.

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

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codedac7ae#dac7ae
RGB Decimal218, 199, 174rgb(218, 199, 174)
RGB Percent85%, 78%, 68%rgb(85%, 78%, 68%)
CSS RGBa218, 199, 174,1rgba(218,199,174,1)
CMYK Modelcmyk(0%,9%,20%,15%)
HSL Color Space34,37% ,77%hsl(34,37% ,77%)
HSV Color Space34°, 20%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101100011110101110
Octal332307256
Decimal218199174
Hexdac7ae

Different shades of #dac7ae color code.

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

Light Shade of #dac7ae
#eadfd1
Dark Shade of #dac7ae
#caaf8b
Saturated Shade of #dac7ae
#e0c8a8
Desaturated Shade of #dac7ae
#d4c6b4
Grey scale Shade of #dac7ae
#c4c4c4
Brighten Shade
#f3e0c7
Most Readable Shade
#000000

Shades of #dac7ae color code

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

#dac7ae
#c1b09a
#a99a87
#918474
#796e60
#60584d
#48423a
#302c26
#181613
#000000

Similar Color like #dac7ae color

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

#dbc8af
#dcc9b0
#ddcab1
#decbb2
#dfccb3
#e0cdb4
#e1ceb5
#e2cfb6
#e3d0b7
#e4d1b8
#e5d2b9
#e6d3ba
#e7d4bb
#e8d5bc
#d9c6ad
#d8c5ac
#d7c4ab
#d6c3aa
#d5c2a9
#d4c1a8
#d3c0a7
#d2bfa6
#d1bea5
#d0bda4
#cfbca3
#cebba2
#cdbaa1
#ccb9a0

Monochromatic Color with #dac7ae

#dac7ae
#050504
#302c26
#5a5348
#85796a
#afa08c

Tints of #dac7ae Color

#dac7ae
#decdb7
#e2d3c0
#e6d9c9
#eadfd2
#eee6db
#f2ece4
#f6f2ed
#faf8f6
#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

#dac7ae
#aec1da

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

Split Complementary

#dac7ae
#aed7da
#b1aeda

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

Analogous Color

#dab5ae
#dabeae
#dac7ae
#dad0ae
#dad9ae

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

#dac7ae
#aedac7
#c7aeda

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

#dac7ae
#aedab1
#aec1da
#daaed7

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

#dac7ae
#aec1da
#b1aeda
#d7daae

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

#dac7ae Color Code Preview on Black Background Color

This is how #dac7ae Color will look on black background color. Color contrast ratio is 12.76

#dac7ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dac7ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dac7ae

#dac7ae color code is use for CSS Background Color

Background color for the above div is #dac7ae

HTML with inline CSS

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

#dac7ae color code is use for CSS Border Color

CSS Border color for the above div is #dac7ae

HTML with inline CSS

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

CSS Border Left color for the above div is #dac7ae

HTML with inline CSS

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

CSS Border Right color for the above div is #dac7ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dac7ae

HTML with inline CSS

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

CSS Border Top color for the above div is #dac7ae

HTML with inline CSS

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

#dac7ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dac7ae Color code Preview on White Background

This is how #dac7ae Color code will look on white background color. Color contrast ratio is 1.65

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.