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

#ddbc96 hex color - Orange - Warm color - Information

#ddbc96 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

Hex #ddbc96 color code is between #ccbb99 web safe hex color code and #eecc88 web safe hex color code. #ccbb99 is the nearest web safe color code. You can see here many more shades of #ddbc96 color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeddbc96#ddbc96
RGB Decimal221, 188, 150rgb(221, 188, 150)
RGB Percent87%, 74%, 59%rgb(87%, 74%, 59%)
CSS RGBa221, 188, 150,1rgba(221,188,150,1)
CMYK Modelcmyk(0%,15%,32%,13.33%)
HSL Color Space32,51% ,73%hsl(32,51% ,73%)
HSV Color Space32°, 32%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011011110010010110
Octal335274226
Decimal221188150
Hexddbc96

Different shades of #ddbc96 color code.

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

Light Shade of #ddbc96
#e9d5bd
Dark Shade of #ddbc96
#d1a36f
Saturated Shade of #ddbc96
#e4bc8f
Desaturated Shade of #ddbc96
#d6bb9d
Grey scale Shade of #ddbc96
#b9b9b9
Brighten Shade
#f6d5af
Most Readable Shade
#000000

Shades of #ddbc96 color code

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

#ddbc96
#c4a785
#ab9274
#937d64
#7a6853
#625342
#493e32
#312921
#181410
#000000

Similar Color like #ddbc96 color

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

#debd97
#dfbe98
#e0bf99
#e1c09a
#e2c19b
#e3c29c
#e4c39d
#e5c49e
#e6c59f
#e7c6a0
#e8c7a1
#e9c8a2
#eac9a3
#ebcaa4
#dcbb95
#dbba94
#dab993
#d9b892
#d8b791
#d7b690
#d6b58f
#d5b48e
#d4b38d
#d3b28c
#d2b18b
#d1b08a
#d0af89
#cfae88

Monochromatic Color with #ddbc96

#ddbc96
#080706
#332b23
#5d503f
#88745c
#b39879

Tints of #ddbc96 Color

#ddbc96
#e0c3a1
#e4caad
#e8d2b9
#ecd9c4
#efe1d0
#f3e8dc
#f7f0e7
#fbf7f3
#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

#ddbc96
#96b7dd

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

Split Complementary

#ddbc96
#96dbdd
#9996dd

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

Analogous Color

#dda096
#ddae96
#ddbc96
#ddca96
#ddd896

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

#ddbc96
#96ddbc
#bc96dd

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

#ddbc96
#96dd98
#96b7dd
#dd96da

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

#ddbc96
#96b7dd
#9996dd
#dbdd96

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

#ddbc96 Color Code Preview on Black Background Color

This is how #ddbc96 Color will look on black background color. Color contrast ratio is 11.71

#ddbc96 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddbc96

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddbc96

#ddbc96 color code is use for CSS Background Color

Background color for the above div is #ddbc96

HTML with inline CSS

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

#ddbc96 color code is use for CSS Border Color

CSS Border color for the above div is #ddbc96

HTML with inline CSS

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

CSS Border Left color for the above div is #ddbc96

HTML with inline CSS

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

CSS Border Right color for the above div is #ddbc96

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddbc96

HTML with inline CSS

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

CSS Border Top color for the above div is #ddbc96

HTML with inline CSS

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

#ddbc96 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddbc96 Color code Preview on White Background

This is how #ddbc96 Color code will look on white background color. Color contrast ratio is 1.79

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.