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

#ddbc89 hex color - Orange - Warm color - Information

#ddbc89 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #ddbc89 Color code in RGB color code model is created after adding 86.67% red color, 73.73% green color and 53.73% blue color. Hex #ddbc89 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 38% yellow and 13.33% black.

Hex #ddbc89 color code is between #ccbb88 web safe hex color code and #eecc99 web safe hex color code. #ccbb88 is the nearest web safe color code. You can see here many more shades of #ddbc89 color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Code ddbc89 #ddbc89
RGB Decimal 221, 188, 137 rgb(221, 188, 137)
RGB Percent 87%, 74%, 54% rgb(87%, 74%, 54%)
CSS RGBa 221, 188, 137,1 rgba(221,188,137,1)
CMYK Model cmyk(0%,15%,38%,13.33%)
HSL Color Space 36,55% ,70% hsl(36,55% ,70%)
HSV Color Space 36°, 38%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011101 10111100 10001001
Octal 335 274 211
Decimal 221 188 137
Hex dd bc 89

Different shades of #ddbc89 color code.

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

Light Shade of #ddbc89
#e8d2b1
Dark Shade of #ddbc89
#d2a661
Saturated Shade of #ddbc89
#e5be81
Desaturated Shade of #ddbc89
#d5ba91
Grey scale Shade of #ddbc89
#b3b3b3
Brighten Shade
#f6d5a2
Most Readable Shade
#000000

Shades of #ddbc89 color code

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

#ddbc89
#c4a779
#ab926a
#937d5b
#7a684c
#62533c
#493e2d
#31291e
#18140f
#000000

Similar Color like #ddbc89 color

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

#debd8a
#dfbe8b
#e0bf8c
#e1c08d
#e2c18e
#e3c28f
#e4c390
#e5c491
#e6c592
#e7c693
#e8c794
#e9c895
#eac996
#ebca97
#dcbb88
#dbba87
#dab986
#d9b885
#d8b784
#d7b683
#d6b582
#d5b481
#d4b380
#d3b27f
#d2b17e
#d1b07d
#d0af7c
#cfae7b

Monochromatic Color with #ddbc89

#ddbc89
#080705
#332b20
#5d503a
#887454
#b3986f

Tints of #ddbc89 Color

#ddbc89
#e0c396
#e4caa3
#e8d2b0
#ecd9bd
#efe1ca
#f3e8d7
#f7f0e4
#fbf7f1
#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

#ddbc89
#89aadd

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

Split Complementary

#ddbc89
#89d4dd
#9289dd

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

Analogous Color

#dd9a89
#ddab89
#ddbc89
#ddcd89
#dcdd89

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

#ddbc89
#89ddbc
#bc89dd

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

#ddbc89
#89dd92
#89aadd
#dd89d4

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

#ddbc89
#89aadd
#9289dd
#d4dd89

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

#ddbc89 Color Code Preview on Black Background Color

This is how #ddbc89 Color will look on black background color. Color contrast ratio is 11.63

#ddbc89 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddbc89

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddbc89

#ddbc89 color code is use for CSS Background Color

Background color for the above div is #ddbc89

HTML with inline CSS

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

#ddbc89 color code is use for CSS Border Color

CSS Border color for the above div is #ddbc89

HTML with inline CSS

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

CSS Border Left color for the above div is #ddbc89

HTML with inline CSS

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

CSS Border Right color for the above div is #ddbc89

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddbc89

HTML with inline CSS

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

CSS Border Top color for the above div is #ddbc89

HTML with inline CSS

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

#ddbc89 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddbc89 Color code Preview on White Background

This is how #ddbc89 Color code will look on white background color. Color contrast ratio is 1.81

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

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.