Skip to main content Skip to docs navigation

#dad8a2 hex color | Download Light Yellow BG image | Information

Color Picker

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

Color Info

Woow we have a nearby visually matching color name available. It's name is Garden Glade and its hex is #D9D7A1 Nearest Color Name

Color Hue/Base color: Yellow

Hex #dad8a2 Color code in RGB color code model is created after adding 85.49% red color, 84.71% green color and 63.53% blue color. Hex #dad8a2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 1% magenta, 26% yellow and 14.51% black.

Hex #dad8a2 color code is between #ddddaa web safe hex color code and #cccc99 web safe hex color code. #ddddaa is the nearest web safe color code. You can see here many more shades of #dad8a2 color code.

RGB Chart

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

Color Table

Hex Color Code dad8a2 #dad8a2
RGB Decimal 218, 216, 162 218, 216, 162
RGB Percent 85%, 85%, 64% rgb(85%, 85%, 64%)
CSS RGBa 218, 216, 162,1 rgba(218,216,162,1)
CMYK Model cmyk(0%,1%,26%,14.51%)
HSL Color Space 58,43% ,75% hsl(58,43% ,75%)
HSV Color Space 58°, 26%, 85%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011010 11011000 10100010
Octal 332 330 242
Decimal 218 216 162
Hex da d8 a2

Different shades of #dad8a2 color code.

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

Darkest of #dad8a2
#a29f41
Darker of #dad8a2
#bdb959
Dark of #dad8a2
#cbc97e
Base of #dad8a2
#dad8a2
Light of #dad8a2
#e9e7c6
Lighter
#f7f7eb
Lightest
#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

#dad8a2
#a2a4da

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

Split Complementary

#dad8a2
#a2c0da
#bca2da

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

Analogous Color

#dab7a2
#dac1a2
#dad8a2
#c9daa2
#b2daa2

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

#dad8a2
#d8a2da
#a2dad8

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

#dad8a2
#a2dad8
#a2a4da
#daa2a4

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#dad8a2
#a2dabc
#a2a4da
#daa2c0

Square 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).

Monochromatic Color with #dad8a2

#7e7b32
#a29f41
#bdb959
#cbc97e
#dad8a2
#e9e7c6
#f7f7eb
#ffffff
#ffffff

Tints of #dad8a2 Color

#dad8a2
#dedcac
#e2e0b6
#e6e5c1
#eae9cb
#eeedd5
#f2f2e0
#f6f6ea
#fafaf4
#ffffff

Shades of #dad8a2 color code

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

#dad8a2
#c1c090
#a9a87e
#91906c
#79785a
#606048
#484836
#303024
#181812
#000000

Tones

#dad8a2
#cdccaf
#c0c0bc
#bebebe
#bebebe

Tones

Similar Color like #dad8a2 color

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

#dbd9a3
#dcdaa4
#dddba5
#dedca6
#dfdda7
#e0dea8
#e1dfa9
#e2e0aa
#e3e1ab
#e4e2ac
#e5e3ad
#e6e4ae
#e7e5af
#e8e6b0
#d9d7a1
#d8d6a0
#d7d59f
#d6d49e
#d5d39d
#d4d29c
#d3d19b
#d2d09a
#d1cf99
#d0ce98
#cfcd97
#cecc96
#cdcb95
#ccca94

Download this Light Yellow

Hex #dad8a2 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.

#dad8a2 Color Code Preview on Black Background Color

This is how #dad8a2 Color will look on black background color. Color contrast ratio is 14.33

#dad8a2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dad8a2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dad8a2

#dad8a2 color code is use for CSS Background Color

Background color for the above div is #dad8a2

HTML with inline CSS

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

#dad8a2 color code is use for CSS Border Color

CSS Border color for the above div is #dad8a2

HTML with inline CSS

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

CSS Border Left color for the above div is #dad8a2

HTML with inline CSS

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

CSS Border Right color for the above div is #dad8a2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dad8a2

HTML with inline CSS

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

CSS Border Top color for the above div is #dad8a2

HTML with inline CSS

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

#dad8a2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dad8a2 Color code Preview on White Background

This is how #dad8a2 Color code will look on white background color. Color contrast ratio is 1.47

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(218,216,162,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(162,164,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,216,162,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }