crispedge.com

Color picker

Loading...

#ddc9ac hex color - Orange - Warm color - Information

#ddc9ac hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

Hex #ddc9ac color code is between #ccccaa web safe hex color code and #eebbbb web safe hex color code. #ccccaa is the nearest web safe color code. You can see here many more shades of #ddc9ac color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeddc9ac#ddc9ac
RGB Decimal221, 201, 172rgb(221, 201, 172)
RGB Percent87%, 79%, 67%rgb(87%, 79%, 67%)
CSS RGBa221, 201, 172,1rgba(221,201,172,1)
CMYK Modelcmyk(0%,9%,22%,13%)
HSL Color Space36,42% ,77%hsl(36,42% ,77%)
HSV Color Space36°, 22%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011100100110101100
Octal335311254
Decimal221201172
Hexddc9ac

Different shades of #ddc9ac color code.

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

Light Shade of #ddc9ac
#ece1d0
Dark Shade of #ddc9ac
#ceb188
Saturated Shade of #ddc9ac
#e3caa6
Desaturated Shade of #ddc9ac
#d7c8b2
Grey scale Shade of #ddc9ac
#c4c4c4
Brighten Shade
#f6e2c5
Most Readable Shade
#000000

Shades of #ddc9ac color code

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

#ddc9ac
#c4b298
#ab9c85
#938672
#7a6f5f
#62594c
#494339
#312c26
#181613
#000000

Similar Color like #ddc9ac color

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

#decaad
#dfcbae
#e0ccaf
#e1cdb0
#e2ceb1
#e3cfb2
#e4d0b3
#e5d1b4
#e6d2b5
#e7d3b6
#e8d4b7
#e9d5b8
#ead6b9
#ebd7ba
#dcc8ab
#dbc7aa
#dac6a9
#d9c5a8
#d8c4a7
#d7c3a6
#d6c2a5
#d5c1a4
#d4c0a3
#d3bfa2
#d2bea1
#d1bda0
#d0bc9f
#cfbb9e

Monochromatic Color with #ddc9ac

#ddc9ac
#080807
#332e28
#5d5549
#887c6a
#b3a28b

Tints of #ddc9ac Color

#ddc9ac
#e0cfb5
#e4d5be
#e8dbc7
#ece1d0
#efe7da
#f3ede3
#f7f3ec
#fbf9f5
#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

#ddc9ac
#acc0dd

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

Split Complementary

#ddc9ac
#acd9dd
#b0acdd

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

Analogous Color

#ddb5ac
#ddbfac
#ddc9ac
#ddd3ac
#ddddac

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

#ddc9ac
#acddc9
#c9acdd

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

#ddc9ac
#acddb0
#acc0dd
#ddacd8

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

#ddc9ac
#acc0dd
#b0acdd
#d9ddac

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

#ddc9ac Color Code Preview on Black Background Color

This is how #ddc9ac Color will look on black background color. Color contrast ratio is 13.02

#ddc9ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddc9ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddc9ac

#ddc9ac color code is use for CSS Background Color

Background color for the above div is #ddc9ac

HTML with inline CSS

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

#ddc9ac color code is use for CSS Border Color

CSS Border color for the above div is #ddc9ac

HTML with inline CSS

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

CSS Border Left color for the above div is #ddc9ac

HTML with inline CSS

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

CSS Border Right color for the above div is #ddc9ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddc9ac

HTML with inline CSS

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

CSS Border Top color for the above div is #ddc9ac

HTML with inline CSS

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

#ddc9ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddc9ac Color code Preview on White Background

This is how #ddc9ac Color code will look on white background color. Color contrast ratio is 1.61

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

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,201,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(172,192,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,201,172,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.