crispedge.com

Color picker

Loading...

#daaa2f hex color - Yellow - Warm color - Information

#daaa2f hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #daaa2f Color code in RGB color code model is created after adding 85.49% red color, 66.67% green color and 18.43% blue color. Hex #daaa2f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 78% yellow and 15% black.

Hex #daaa2f color code is between #dd9933 web safe hex color code and #ccbb22 web safe hex color code. #dd9933 is the nearest web safe color code. You can see here many more shades of #daaa2f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedaaa2f#daaa2f
RGB Decimal218, 170, 47rgb(218, 170, 47)
RGB Percent85%, 67%, 18%rgb(85%, 67%, 18%)
CSS RGBa218, 170, 47,1rgba(218,170,47,1)
CMYK Modelcmyk(0%,22%,78%,15%)
HSL Color Space43,70% ,52%hsl(43,70% ,52%)
HSV Color Space43°, 78%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101010101000101111
Octal33225257
Decimal21817047
Hexdaaa2f

Different shades of #daaa2f color code.

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

Light Shade of #daaa2f
#e2bc5a
Dark Shade of #daaa2f
#b68c20
Saturated Shade of #daaa2f
#e6af23
Desaturated Shade of #daaa2f
#cea53b
Grey scale Shade of #daaa2f
#848484
Brighten Shade
#f3c348
Most Readable Shade
#000000

Shades of #daaa2f color code

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

#daaa2f
#c19729
#a98424
#91711f
#795e1a
#604b14
#48380f
#30250a
#181205
#000000

Similar Color like #daaa2f color

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

#dbab30
#dcac31
#ddad32
#deae33
#dfaf34
#e0b035
#e1b136
#e2b237
#e3b338
#e4b439
#e5b53a
#e6b63b
#e7b73c
#e8b83d
#d9a92e
#d8a82d
#d7a72c
#d6a62b
#d5a52a
#d4a429
#d3a328
#d2a227
#d1a126
#d0a025
#cf9f24
#ce9e23
#cd9d22
#cc9c21

Monochromatic Color with #daaa2f

#daaa2f
#050401
#30250a
#5a4714
#85681d
#af8926

Tints of #daaa2f Color

#daaa2f
#deb346
#e2bc5d
#e6c674
#eacf8b
#eed9a2
#f2e2b9
#f6ecd0
#faf5e7
#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

#daaa2f
#2f5fda

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

Split Complementary

#daaa2f
#2fb4da
#552fda

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

Analogous Color

#da662f
#da882f
#daaa2f
#dacc2f
#c6da2f

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

#daaa2f
#2fdaaa
#aa2fda

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

#daaa2f
#2fda55
#2f5fda
#da2fb4

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

#daaa2f
#2f5fda
#552fda
#b5da2f

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

#daaa2f Color Code Preview on Black Background Color

This is how #daaa2f Color will look on black background color. Color contrast ratio is 9.77

#daaa2f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daaa2f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daaa2f

#daaa2f color code is use for CSS Background Color

Background color for the above div is #daaa2f

HTML with inline CSS

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

#daaa2f color code is use for CSS Border Color

CSS Border color for the above div is #daaa2f

HTML with inline CSS

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

CSS Border Left color for the above div is #daaa2f

HTML with inline CSS

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

CSS Border Right color for the above div is #daaa2f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #daaa2f

HTML with inline CSS

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

CSS Border Top color for the above div is #daaa2f

HTML with inline CSS

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

#daaa2f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#daaa2f Color code Preview on White Background

This is how #daaa2f Color code will look on white background color. Color contrast ratio is 2.15

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.