crispedge.com

Color picker

Loading...

#dabf6f hex color - Yellow - Warm color - Information

#dabf6f hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #dabf6f Color code in RGB color code model is created after adding 85.49% red color, 74.9% green color and 43.53% blue color. Hex #dabf6f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 49% yellow and 15% black.

Hex #dabf6f color code is between #ddbb77 web safe hex color code and #cccc66 web safe hex color code. #ddbb77 is the nearest web safe color code. You can see here many more shades of #dabf6f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedabf6f#dabf6f
RGB Decimal218, 191, 111rgb(218, 191, 111)
RGB Percent85%, 75%, 44%rgb(85%, 75%, 44%)
CSS RGBa218, 191, 111,1rgba(218,191,111,1)
CMYK Modelcmyk(0%,12%,49%,15%)
HSL Color Space45,59% ,65%hsl(45,59% ,65%)
HSV Color Space45°, 49%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101011111101101111
Octal332277157
Decimal218191111
Hexdabf6f

Different shades of #dabf6f color code.

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

Light Shade of #dabf6f
#e4d198
Dark Shade of #dabf6f
#d0ad46
Saturated Shade of #dabf6f
#e3c366
Desaturated Shade of #dabf6f
#d1ba78
Grey scale Shade of #dabf6f
#a4a4a4
Brighten Shade
#f3d888
Most Readable Shade
#000000

Shades of #dabf6f color code

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

#dabf6f
#c1a962
#a99456
#917f4a
#796a3d
#605431
#483f25
#302a18
#18150c
#000000

Similar Color like #dabf6f color

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

#dbc070
#dcc171
#ddc272
#dec373
#dfc474
#e0c575
#e1c676
#e2c777
#e3c878
#e4c979
#e5ca7a
#e6cb7b
#e7cc7c
#e8cd7d
#d9be6e
#d8bd6d
#d7bc6c
#d6bb6b
#d5ba6a
#d4b969
#d3b868
#d2b767
#d1b666
#d0b565
#cfb464
#ceb363
#cdb262
#ccb161

Monochromatic Color with #dabf6f

#dabf6f
#050503
#302a18
#5a4f2e
#857544
#af9a59

Tints of #dabf6f Color

#dabf6f
#dec67f
#e2cd8f
#e6d49f
#eadbaf
#eee2bf
#f2e9cf
#f6f0df
#faf7ef
#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

#dabf6f
#6f8ada

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

Split Complementary

#dabf6f
#6fc0da
#8a6fda

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

Analogous Color

#da946f
#daaa6f
#dabf6f
#dad46f
#cada6f

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

#dabf6f
#6fdabf
#bf6fda

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

#dabf6f
#6fda89
#6f8ada
#da6fbf

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

#dabf6f
#6f8ada
#8a6fda
#c0da6f

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

#dabf6f Color Code Preview on Black Background Color

This is how #dabf6f Color will look on black background color. Color contrast ratio is 11.66

#dabf6f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dabf6f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dabf6f

#dabf6f color code is use for CSS Background Color

Background color for the above div is #dabf6f

HTML with inline CSS

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

#dabf6f color code is use for CSS Border Color

CSS Border color for the above div is #dabf6f

HTML with inline CSS

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

CSS Border Left color for the above div is #dabf6f

HTML with inline CSS

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

CSS Border Right color for the above div is #dabf6f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dabf6f

HTML with inline CSS

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

CSS Border Top color for the above div is #dabf6f

HTML with inline CSS

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

#dabf6f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dabf6f Color code Preview on White Background

This is how #dabf6f Color code will look on white background color. Color contrast ratio is 1.80

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

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,191,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(111,138,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,191,111,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.