crispedge.com

Color picker

Loading...

#ddad9f hex color - Red - Warm color - Information

#ddad9f hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

Hex #ddad9f Color code in RGB color code model is created after adding 86.67% red color, 67.84% green color and 62.35% blue color. Hex #ddad9f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 28% yellow and 13% black.

Hex #ddad9f color code is between #ccaa99 web safe hex color code and #eebbaa web safe hex color code. #ccaa99 is the nearest web safe color code. You can see here many more shades of #ddad9f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeddad9f#ddad9f
RGB Decimal221, 173, 159rgb(221, 173, 159)
RGB Percent87%, 68%, 62%rgb(87%, 68%, 62%)
CSS RGBa221, 173, 159,1rgba(221,173,159,1)
CMYK Modelcmyk(0%,22%,28%,13%)
HSL Color Space14,48% ,75%hsl(14,48% ,75%)
HSV Color Space14°, 28%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011010110110011111
Octal335255237
Decimal221173159
Hexddad9f

Different shades of #ddad9f color code.

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

Light Shade of #ddad9f
#eacdc5
Dark Shade of #ddad9f
#d08d79
Saturated Shade of #ddad9f
#e3a998
Desaturated Shade of #ddad9f
#d6b1a5
Grey scale Shade of #ddad9f
#bebebe
Brighten Shade
#f6c6b8
Most Readable Shade
#000000

Shades of #ddad9f color code

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

#ddad9f
#c4998d
#ab867b
#93736a
#7a6058
#624c46
#493935
#312623
#181311
#000000

Similar Color like #ddad9f color

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

#deaea0
#dfafa1
#e0b0a2
#e1b1a3
#e2b2a4
#e3b3a5
#e4b4a6
#e5b5a7
#e6b6a8
#e7b7a9
#e8b8aa
#e9b9ab
#eabaac
#ebbbad
#dcac9e
#dbab9d
#daaa9c
#d9a99b
#d8a89a
#d7a799
#d6a698
#d5a597
#d4a496
#d3a395
#d2a294
#d1a193
#d0a092
#cf9f91

Monochromatic Color with #ddad9f

#ddad9f
#080706
#332825
#5d4943
#886a62
#b38c80

Tints of #ddad9f Color

#ddad9f
#e0b6a9
#e4bfb4
#e8c8bf
#ecd1c9
#efdad4
#f3e3df
#f7ece9
#fbf5f4
#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

#ddad9f
#9fcfdd

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

Split Complementary

#ddad9f
#9fddcc
#9fb0dd

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

Analogous Color

#dd9faa
#dda19f
#ddad9f
#ddb99f
#ddc69f

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

#ddad9f
#9fddad
#ad9fdd

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

#ddad9f
#b0dd9f
#9fcfdd
#cc9fdd

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

#ddad9f
#9fcfdd
#9fb0dd
#ddcc9f

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

#ddad9f Color Code Preview on Black Background Color

This is how #ddad9f Color will look on black background color. Color contrast ratio is 10.55

#ddad9f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddad9f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddad9f

#ddad9f color code is use for CSS Background Color

Background color for the above div is #ddad9f

HTML with inline CSS

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

#ddad9f color code is use for CSS Border Color

CSS Border color for the above div is #ddad9f

HTML with inline CSS

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

CSS Border Left color for the above div is #ddad9f

HTML with inline CSS

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

CSS Border Right color for the above div is #ddad9f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddad9f

HTML with inline CSS

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

CSS Border Top color for the above div is #ddad9f

HTML with inline CSS

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

#ddad9f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddad9f Color code Preview on White Background

This is how #ddad9f Color code will look on white background color. Color contrast ratio is 1.99

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

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(221,173,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(159,207,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,173,159,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.