crispedge.com

#dab64d hex color - Yellow - Warm color - Information

#dab64d hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #dab64d Color code in RGB color code model is created after adding 85.49% red color, 71.37% green color and 30.2% blue color. Hex #dab64d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 65% yellow and 15% black.

Hex #dab64d color code is between #ddbb55 web safe hex color code and #ccaa44 web safe hex color code. #ddbb55 is the nearest web safe color code. You can see here many more shades of #dab64d color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codedab64d#dab64d
RGB Decimal218, 182, 77rgb(218, 182, 77)
RGB Percent85%, 71%, 30%rgb(85%, 71%, 30%)
CSS RGBa218, 182, 77,1rgba(218,182,77,1)
CMYK Modelcmyk(0%,17%,65%,15%)
HSL Color Space45,66% ,58%hsl(45,66% ,58%)
HSV Color Space45°, 65%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101011011001001101
Octal332266115
Decimal21818277
Hexdab64d

Different shades of #dab64d color code.

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

Light Shade of #dab64d
#e3c777
Dark Shade of #dab64d
#caa12a
Saturated Shade of #dab64d
#e5bb42
Desaturated Shade of #dab64d
#cfb158
Grey scale Shade of #dab64d
#939393
Brighten Shade
#f3cf66
Most Readable Shade
#000000

Shades of #dab64d color code

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

#dab64d
#c1a144
#a98d3b
#917933
#79652a
#605022
#483c19
#302811
#181408
#000000

Similar Color like #dab64d color

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

#dbb74e
#dcb84f
#ddb950
#deba51
#dfbb52
#e0bc53
#e1bd54
#e2be55
#e3bf56
#e4c057
#e5c158
#e6c259
#e7c35a
#e8c45b
#d9b54c
#d8b44b
#d7b34a
#d6b249
#d5b148
#d4b047
#d3af46
#d2ae45
#d1ad44
#d0ac43
#cfab42
#ceaa41
#cda940
#cca83f

Monochromatic Color with #dab64d

#dab64d
#050502
#302811
#5a4c20
#856f2f
#af933e

Tints of #dab64d Color

#dab64d
#debe60
#e2c674
#e6ce88
#ead69c
#eedeaf
#f2e6c3
#f6eed7
#faf6eb
#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

#dab64d
#4d71da

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

Split Complementary

#dab64d
#4db8da
#6f4dda

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

Analogous Color

#da7e4d
#da9a4d
#dab64d
#dad24d
#c6da4d

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

#dab64d
#4ddab6
#b64dda

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

#dab64d
#4dda6f
#4d71da
#da4db7

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

#dab64d
#4d71da
#6f4dda
#b8da4d

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

#dab64d Color Code Preview on Black Background Color

This is how #dab64d Color will look on black background color. Color contrast ratio is 10.78

#dab64d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dab64d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dab64d

#dab64d color code is use for CSS Background Color

Background color for the above div is #dab64d

HTML with inline CSS

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

#dab64d color code is use for CSS Border Color

CSS Border color for the above div is #dab64d

HTML with inline CSS

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

CSS Border Left color for the above div is #dab64d

HTML with inline CSS

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

CSS Border Right color for the above div is #dab64d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dab64d

HTML with inline CSS

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

CSS Border Top color for the above div is #dab64d

HTML with inline CSS

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

#dab64d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dab64d Color code Preview on White Background

This is how #dab64d Color code will look on white background color. Color contrast ratio is 1.95

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

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

< /html>