crispedge.com

Color picker

Loading...

#dad788 hex color - Yellow - Warm color - Information

#dad788 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #dad788 Color code in RGB color code model is created after adding 85.49% red color, 84.31% green color and 53.33% blue color. Hex #dad788 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 1% magenta, 38% yellow and 15% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedad788#dad788
RGB Decimal218, 215, 136rgb(218, 215, 136)
RGB Percent85%, 84%, 53%rgb(85%, 84%, 53%)
CSS RGBa218, 215, 136,1rgba(218,215,136,1)
CMYK Modelcmyk(0%,1%,38%,15%)
HSL Color Space58,53% ,69%hsl(58,53% ,69%)
HSV Color Space58°, 38%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101101011110001000
Octal332327210
Decimal218215136
Hexdad788

Different shades of #dad788 color code.

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

Light Shade of #dad788
#e6e4af
Dark Shade of #dad788
#ceca61
Saturated Shade of #dad788
#e2de80
Desaturated Shade of #dad788
#d2d090
Grey scale Shade of #dad788
#b1b1b1
Brighten Shade
#f3f0a1
Most Readable Shade
#000000

Shades of #dad788 color code

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

#dad788
#c1bf78
#a9a769
#918f5a
#79774b
#605f3c
#48472d
#302f1e
#18170f
#000000

Similar Color like #dad788 color

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

#dbd889
#dcd98a
#ddda8b
#dedb8c
#dfdc8d
#e0dd8e
#e1de8f
#e2df90
#e3e091
#e4e192
#e5e293
#e6e394
#e7e495
#e8e596
#d9d687
#d8d586
#d7d485
#d6d384
#d5d283
#d4d182
#d3d081
#d2cf80
#d1ce7f
#d0cd7e
#cfcc7d
#cecb7c
#cdca7b
#ccc97a

Monochromatic Color with #dad788

#dad788
#050503
#302f1e
#5a5938
#858353
#afad6d

Tints of #dad788 Color

#dad788
#dedb95
#e2dfa2
#e6e4af
#eae8bc
#eeedca
#f2f1d7
#f6f6e4
#fafaf1
#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

#dad788
#888bda

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

Split Complementary

#dad788
#88b4da
#ae88da

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

Analogous Color

#dab688
#dac788
#dad788
#cdda88
#bcda88

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

#dad788
#88dad7
#d788da

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

#dad788
#88daae
#888bda
#da88b4

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

#dad788
#888bda
#ae88da
#b4da88

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

#dad788 Color Code Preview on Black Background Color

This is how #dad788 Color will look on black background color. Color contrast ratio is 14.06

#dad788 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dad788

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dad788

#dad788 color code is use for CSS Background Color

Background color for the above div is #dad788

HTML with inline CSS

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

#dad788 color code is use for CSS Border Color

CSS Border color for the above div is #dad788

HTML with inline CSS

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

CSS Border Left color for the above div is #dad788

HTML with inline CSS

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

CSS Border Right color for the above div is #dad788

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dad788

HTML with inline CSS

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

CSS Border Top color for the above div is #dad788

HTML with inline CSS

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

#dad788 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dad788 Color code Preview on White Background

This is how #dad788 Color code will look on white background color. Color contrast ratio is 1.49

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

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,215,136,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(136,139,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,215,136,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.