crispedge.com

Color picker

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

#daac8b hex color - Orange - Warm color - Information

#daac8b hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

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

0 Likes 0 Comments | 26 Views

Color Table

Hex Color Codedaac8b#daac8b
RGB Decimal218, 172, 139rgb(218, 172, 139)
RGB Percent85%, 67%, 55%rgb(85%, 67%, 55%)
CSS RGBa218, 172, 139,1rgba(218,172,139,1)
CMYK Modelcmyk(0%,21%,36%,15%)
HSL Color Space25,52% ,70%hsl(25,52% ,70%)
HSV Color Space25°, 36%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101010110010001011
Octal332254213
Decimal218172139
Hexdaac8b

Different shades of #daac8b color code.

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

Light Shade of #daac8b
#e6c8b2
Dark Shade of #daac8b
#ce9064
Saturated Shade of #daac8b
#e2ab83
Desaturated Shade of #daac8b
#d2ad93
Grey scale Shade of #daac8b
#b3b3b3
Brighten Shade
#f3c5a4
Most Readable Shade
#000000

Shades of #daac8b color code

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

#daac8b
#c1987b
#a9856c
#91725c
#795f4d
#604c3d
#48392e
#30261e
#18130f
#000000

Similar Color like #daac8b color

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

#dbad8c
#dcae8d
#ddaf8e
#deb08f
#dfb190
#e0b291
#e1b392
#e2b493
#e3b594
#e4b695
#e5b796
#e6b897
#e7b998
#e8ba99
#d9ab8a
#d8aa89
#d7a988
#d6a887
#d5a786
#d4a685
#d3a584
#d2a483
#d1a382
#d0a281
#cfa180
#cea07f
#cd9f7e
#cc9e7d

Monochromatic Color with #daac8b

#daac8b
#050403
#30261f
#5a473a
#856955
#af8a70

Tints of #daac8b Color

#daac8b
#deb597
#e2bea4
#e6c7b1
#ead0be
#eedacb
#f2e3d8
#f6ece5
#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

#daac8b
#8bb9da

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

Split Complementary

#daac8b
#8bdad4
#8b91da

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

Analogous Color

#da8c8b
#da9c8b
#daac8b
#dabc8b
#dacc8b

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

#daac8b
#8bdaac
#ac8bda

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

#daac8b
#92da8b
#8bb9da
#d38bda

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

#daac8b
#8bb9da
#8b91da
#dad48b

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

#daac8b Color Code Preview on Black Background Color

This is how #daac8b Color will look on black background color. Color contrast ratio is 10.25

#daac8b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daac8b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daac8b

#daac8b color code is use for CSS Background Color

Background color for the above div is #daac8b

HTML with inline CSS

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

#daac8b color code is use for CSS Border Color

CSS Border color for the above div is #daac8b

HTML with inline CSS

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

CSS Border Left color for the above div is #daac8b

HTML with inline CSS

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

CSS Border Right color for the above div is #daac8b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #daac8b

HTML with inline CSS

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

CSS Border Top color for the above div is #daac8b

HTML with inline CSS

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

#daac8b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#daac8b Color code Preview on White Background

This is how #daac8b Color code will look on white background color. Color contrast ratio is 2.05

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

Related Gradients

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

0 Likes 0 Comments | 26 Views

Post your comment:-

By submitting comment you agree to our privacy policy.