crispedge.com

Color picker

Loading...

#ddc9ad hex color - Orange - Warm color - Information

#ddc9ad hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

Hex #ddc9ad 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 #ddc9ad color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeddc9ad#ddc9ad
RGB Decimal221, 201, 173rgb(221, 201, 173)
RGB Percent87%, 79%, 68%rgb(87%, 79%, 68%)
CSS RGBa221, 201, 173,1rgba(221,201,173,1)
CMYK Modelcmyk(0%,9%,22%,13%)
HSL Color Space35,41% ,77%hsl(35,41% ,77%)
HSV Color Space35°, 22%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011100100110101101
Octal335311255
Decimal221201173
Hexddc9ad

Different shades of #ddc9ad color code.

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

Light Shade of #ddc9ad
#ece1d1
Dark Shade of #ddc9ad
#ceb189
Saturated Shade of #ddc9ad
#e3caa7
Desaturated Shade of #ddc9ad
#d7c8b3
Grey scale Shade of #ddc9ad
#c5c5c5
Brighten Shade
#f6e2c6
Most Readable Shade
#000000

Shades of #ddc9ad color code

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

#ddc9ad
#c4b299
#ab9c86
#938673
#7a6f60
#62594c
#494339
#312c26
#181613
#000000

Similar Color like #ddc9ad color

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

#decaae
#dfcbaf
#e0ccb0
#e1cdb1
#e2ceb2
#e3cfb3
#e4d0b4
#e5d1b5
#e6d2b6
#e7d3b7
#e8d4b8
#e9d5b9
#ead6ba
#ebd7bb
#dcc8ac
#dbc7ab
#dac6aa
#d9c5a9
#d8c4a8
#d7c3a7
#d6c2a6
#d5c1a5
#d4c0a4
#d3bfa3
#d2bea2
#d1bda1
#d0bca0
#cfbb9f

Monochromatic Color with #ddc9ad

#ddc9ad
#080807
#332e28
#5d5549
#887c6a
#b3a28c

Tints of #ddc9ad Color

#ddc9ad
#e0cfb6
#e4d5bf
#e8dbc8
#ece1d1
#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

#ddc9ad
#adc1dd

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

Split Complementary

#ddc9ad
#add9dd
#b1addd

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

Analogous Color

#ddb6ad
#ddbfad
#ddc9ad
#ddd3ad
#dddcad

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

#ddc9ad
#adddc9
#c9addd

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

#ddc9ad
#adddb1
#adc1dd
#ddadd9

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

#ddc9ad
#adc1dd
#b1addd
#d9ddad

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

#ddc9ad Color Code Preview on Black Background Color

This is how #ddc9ad Color will look on black background color. Color contrast ratio is 13.03

#ddc9ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddc9ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddc9ad

#ddc9ad color code is use for CSS Background Color

Background color for the above div is #ddc9ad

HTML with inline CSS

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

#ddc9ad color code is use for CSS Border Color

CSS Border color for the above div is #ddc9ad

HTML with inline CSS

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

CSS Border Left color for the above div is #ddc9ad

HTML with inline CSS

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

CSS Border Right color for the above div is #ddc9ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddc9ad

HTML with inline CSS

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

CSS Border Top color for the above div is #ddc9ad

HTML with inline CSS

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

#ddc9ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddc9ad Color code Preview on White Background

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

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