crispedge.com

Color picker

Loading...

#daa28d hex color - Red - Warm color - Information

#daa28d hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #daa28d Color code in RGB color code model is created after adding 85.49% red color, 63.53% green color and 55.29% blue color. Hex #daa28d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 35% yellow and 15% black.

Hex #daa28d 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 #daa28d color code.

0 Likes 0 Comments | 8 Views

RGB Chart

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

Color Table

Hex Color Codedaa28d#daa28d
RGB Decimal218, 162, 141rgb(218, 162, 141)
RGB Percent85%, 64%, 55%rgb(85%, 64%, 55%)
CSS RGBa218, 162, 141,1rgba(218,162,141,1)
CMYK Modelcmyk(0%,26%,35%,15%)
HSL Color Space16,51% ,70%hsl(16,51% ,70%)
HSV Color Space16°, 35%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101010001010001101
Octal332242215
Decimal218162141
Hexdaa28d

Different shades of #daa28d color code.

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

Light Shade of #daa28d
#e6c1b3
Dark Shade of #daa28d
#cd8366
Saturated Shade of #daa28d
#e29f85
Desaturated Shade of #daa28d
#d2a595
Grey scale Shade of #daa28d
#b3b3b3
Brighten Shade
#f3bba6
Most Readable Shade
#000000

Shades of #daa28d color code

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

#daa28d
#c1907d
#a97e6d
#916c5e
#795a4e
#60483e
#48362f
#30241f
#18120f
#000000

Similar Color like #daa28d color

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

#dba38e
#dca48f
#dda590
#dea691
#dfa792
#e0a893
#e1a994
#e2aa95
#e3ab96
#e4ac97
#e5ad98
#e6ae99
#e7af9a
#e8b09b
#d9a18c
#d8a08b
#d79f8a
#d69e89
#d59d88
#d49c87
#d39b86
#d29a85
#d19984
#d09883
#cf9782
#ce9681
#cd9580
#cc947f

Monochromatic Color with #daa28d

#daa28d
#050404
#30241f
#5a433b
#856356
#af8272

Tints of #daa28d Color

#daa28d
#deac99
#e2b6a6
#e6c1b3
#eacbbf
#eed5cc
#f2e0d9
#f6eae5
#faf4f2
#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

#daa28d
#8dc5da

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

Split Complementary

#daa28d
#8ddac8
#8d9fda

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

Analogous Color

#da8d97
#da938d
#daa28d
#dab18d
#dac18d

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

#daa28d
#8ddaa2
#a28dda

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

#daa28d
#9eda8d
#8dc5da
#c88dda

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

#daa28d
#8dc5da
#8d9fda
#dac98d

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

#daa28d Color Code Preview on Black Background Color

This is how #daa28d Color will look on black background color. Color contrast ratio is 9.53

#daa28d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daa28d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daa28d

#daa28d color code is use for CSS Background Color

Background color for the above div is #daa28d

HTML with inline CSS

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

#daa28d color code is use for CSS Border Color

CSS Border color for the above div is #daa28d

HTML with inline CSS

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

CSS Border Left color for the above div is #daa28d

HTML with inline CSS

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

CSS Border Right color for the above div is #daa28d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #daa28d

HTML with inline CSS

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

CSS Border Top color for the above div is #daa28d

HTML with inline CSS

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

#daa28d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#daa28d Color code Preview on White Background

This is how #daa28d Color code will look on white background color. Color contrast ratio is 2.20

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

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,162,141,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(141,197,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,162,141,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 8 Views

Post your comment:-

By submitting comment you agree to our privacy policy.