@
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.

#daac52 hex color - Yellow - Warm color - Information

#daac52 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

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

Hex #daac52 color code is between #ddaa55 web safe hex color code and #ccbb44 web safe hex color code. #ddaa55 is the nearest web safe color code. You can see here many more shades of #daac52 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 daac52 #daac52
RGB Decimal 218, 172, 82 rgb(218, 172, 82)
RGB Percent 85%, 67%, 32% rgb(85%, 67%, 32%)
CSS RGBa 218, 172, 82,1 rgba(218,172,82,1)
CMYK Model cmyk(0%,21%,62%,14.51%)
HSL Color Space 40,65% ,59% hsl(40,65% ,59%)
HSV Color Space 40°, 62%, 85%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011010 10101100 01010010
Octal 332 254 122
Decimal 218 172 82
Hex da ac 52

Different shades of #daac52 color code.

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

Light Shade of #daac52
#e3c07c
Dark Shade of #daac52
#cd972c
Saturated Shade of #daac52
#e4af47
Desaturated Shade of #daac52
#cfa95c
Grey scale Shade of #daac52
#969696
Brighten Shade
#f3c56b
Most Readable Shade
#000000

Shades of #daac52 color code

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

#daac52
#c19848
#a9853f
#917236
#795f2d
#604c24
#48391b
#302612
#181309
#000000

Similar Color like #daac52 color

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

#dbad53
#dcae54
#ddaf55
#deb056
#dfb157
#e0b258
#e1b359
#e2b45a
#e3b55b
#e4b65c
#e5b75d
#e6b85e
#e7b95f
#e8ba60
#d9ab51
#d8aa50
#d7a94f
#d6a84e
#d5a74d
#d4a64c
#d3a54b
#d2a44a
#d1a349
#d0a248
#cfa147
#cea046
#cd9f45
#cc9e44

Monochromatic Color with #daac52

#daac52
#050402
#302612
#5a4722
#856932
#af8a42

Tints of #daac52 Color

#daac52
#deb565
#e2be78
#e6c78b
#ead09e
#eedab2
#f2e3c5
#f6ecd8
#faf5eb
#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

#daac52
#5280da

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

Split Complementary

#daac52
#52c4da
#6852da

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

Analogous Color

#da7652
#da9152
#daac52
#dac752
#d2da52

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

#daac52
#52daac
#ac52da

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

#daac52
#52da68
#5280da
#da52c4

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

#daac52
#5280da
#6852da
#c4da52

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

#daac52 Color Code Preview on Black Background Color

This is how #daac52 Color will look on black background color. Color contrast ratio is 10.00

#daac52 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daac52

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daac52

#daac52 color code is use for CSS Background Color

Background color for the above div is #daac52

HTML with inline CSS

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

#daac52 color code is use for CSS Border Color

CSS Border color for the above div is #daac52

HTML with inline CSS

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

CSS Border Left color for the above div is #daac52

HTML with inline CSS

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

CSS Border Right color for the above div is #daac52

HTML with inline CSS

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

CSS Border Bottom color for the above div is #daac52

HTML with inline CSS

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

CSS Border Top color for the above div is #daac52

HTML with inline CSS

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

#daac52 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#daac52 Color code Preview on White Background

This is how #daac52 Color code will look on white background color. Color contrast ratio is 2.10

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

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,172,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(82,128,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,172,82,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.