crispedge.com

Color picker

Loading...

#dac65d hex color - Yellow - Warm color - Information

#dac65d hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #dac65d Color code in RGB color code model is created after adding 85.49% red color, 77.65% green color and 36.47% blue color. Hex #dac65d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 57% yellow and 15% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedac65d#dac65d
RGB Decimal218, 198, 93rgb(218, 198, 93)
RGB Percent85%, 78%, 36%rgb(85%, 78%, 36%)
CSS RGBa218, 198, 93,1rgba(218,198,93,1)
CMYK Modelcmyk(0%,9%,57%,15%)
HSL Color Space50,63% ,61%hsl(50,63% ,61%)
HSV Color Space50°, 57%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101100011001011101
Octal332306135
Decimal21819893
Hexdac65d

Different shades of #dac65d color code.

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

Light Shade of #dac65d
#e3d587
Dark Shade of #dac65d
#d1b733
Saturated Shade of #dac65d
#e4cd53
Desaturated Shade of #dac65d
#d0bf67
Grey scale Shade of #dac65d
#9b9b9b
Brighten Shade
#f3df76
Most Readable Shade
#000000

Shades of #dac65d color code

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

#dac65d
#c1b052
#a99a48
#91843e
#796e33
#605829
#48421f
#302c14
#18160a
#000000

Similar Color like #dac65d color

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

#dbc75e
#dcc85f
#ddc960
#deca61
#dfcb62
#e0cc63
#e1cd64
#e2ce65
#e3cf66
#e4d067
#e5d168
#e6d269
#e7d36a
#e8d46b
#d9c55c
#d8c45b
#d7c35a
#d6c259
#d5c158
#d4c057
#d3bf56
#d2be55
#d1bd54
#d0bc53
#cfbb52
#ceba51
#cdb950
#ccb84f

Monochromatic Color with #dac65d

#dac65d
#050502
#302c14
#5a5227
#857939
#af9f4b

Tints of #dac65d Color

#dac65d
#decc6f
#e2d281
#e6d993
#eadfa5
#eee5b7
#f2ecc9
#f6f2db
#faf8ed
#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

#dac65d
#5d71da

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

Split Complementary

#dac65d
#5dafda
#875dda

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

Analogous Color

#da945d
#daad5d
#dac65d
#d5da5d
#bcda5d

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

#dac65d
#5ddac6
#c65dda

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

#dac65d
#5dda88
#5d71da
#da5daf

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

#dac65d
#5d71da
#875dda
#b0da5d

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

#dac65d Color Code Preview on Black Background Color

This is how #dac65d Color will look on black background color. Color contrast ratio is 12.22

#dac65d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dac65d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dac65d

#dac65d color code is use for CSS Background Color

Background color for the above div is #dac65d

HTML with inline CSS

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

#dac65d color code is use for CSS Border Color

CSS Border color for the above div is #dac65d

HTML with inline CSS

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

CSS Border Left color for the above div is #dac65d

HTML with inline CSS

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

CSS Border Right color for the above div is #dac65d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dac65d

HTML with inline CSS

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

CSS Border Top color for the above div is #dac65d

HTML with inline CSS

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

#dac65d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dac65d Color code Preview on White Background

This is how #dac65d Color code will look on white background color. Color contrast ratio is 1.72

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

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,198,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,113,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,198,93,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.