@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#daab74 hex color - Brown - Warm color - Information

#daab74 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #daab74 Color code in RGB color code model is created after adding 85.49% red color, 67.06% green color and 45.49% blue color. Hex #daab74 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 47% yellow and 14.51% black.

Hex #daab74 color code is between #ddaa77 web safe hex color code and #ccbb66 web safe hex color code. #ddaa77 is the nearest web safe color code. You can see here many more shades of #daab74 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code daab74 #daab74
RGB Decimal 218, 171, 116 rgb(218, 171, 116)
RGB Percent 85%, 67%, 45% rgb(85%, 67%, 45%)
CSS RGBa 218, 171, 116,1 rgba(218,171,116,1)
CMYK Model cmyk(0%,22%,47%,14.51%)
HSL Color Space 32,58% ,65% hsl(32,58% ,65%)
HSV Color Space 32°, 47%, 85%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011010 10101011 01110100
Octal 332 253 164
Decimal 218 171 116
Hex da ab 74

Different shades of #daab74 color code.

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

Light Shade of #daab74
#e5c39c
Dark Shade of #daab74
#cf934c
Saturated Shade of #daab74
#e3ac6b
Desaturated Shade of #daab74
#d1aa7d
Grey scale Shade of #daab74
#a7a7a7
Brighten Shade
#f3c48d
Most Readable Shade
#000000

Shades of #daab74 color code

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

#daab74
#c19867
#a9855a
#91724d
#795f40
#604c33
#483926
#302619
#18130c
#000000

Similar Color like #daab74 color

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

#dbac75
#dcad76
#ddae77
#deaf78
#dfb079
#e0b17a
#e1b27b
#e2b37c
#e3b47d
#e4b57e
#e5b67f
#e6b780
#e7b881
#e8b982
#d9aa73
#d8a972
#d7a871
#d6a770
#d5a66f
#d4a56e
#d3a46d
#d2a36c
#d1a26b
#d0a16a
#cfa069
#ce9f68
#cd9e67
#cc9d66

Monochromatic Color with #daab74

#daab74
#050403
#30261a
#5a4730
#856847
#af8a5d

Tints of #daab74 Color

#daab74
#deb483
#e2bd92
#e6c7a2
#ead0b1
#eed9c1
#f2e3d0
#f6ece0
#faf5ef
#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

#daab74
#74a3da

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

Split Complementary

#daab74
#74d6da
#7874da

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

Analogous Color

#da8274
#da9774
#daab74
#dabf74
#dad474

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

#daab74
#74daab
#ab74da

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

#daab74
#74da78
#74a3da
#da74d6

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

#daab74
#74a3da
#7874da
#d6da74

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

#daab74 Color Code Preview on Black Background Color

This is how #daab74 Color will look on black background color. Color contrast ratio is 10.06

#daab74 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daab74

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daab74

#daab74 color code is use for CSS Background Color

Background color for the above div is #daab74

HTML with inline CSS

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

#daab74 color code is use for CSS Border Color

CSS Border color for the above div is #daab74

HTML with inline CSS

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

CSS Border Left color for the above div is #daab74

HTML with inline CSS

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

CSS Border Right color for the above div is #daab74

HTML with inline CSS

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

CSS Border Bottom color for the above div is #daab74

HTML with inline CSS

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

CSS Border Top color for the above div is #daab74

HTML with inline CSS

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

#daab74 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#daab74 Color code Preview on White Background

This is how #daab74 Color code will look on white background color. Color contrast ratio is 2.09

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

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,171,116,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(116,163,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,171,116,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.