crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ddcbac hex color - Orange - Warm color - Information

#ddcbac hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

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

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Codeddcbac#ddcbac
RGB Decimal221, 203, 172rgb(221, 203, 172)
RGB Percent87%, 80%, 67%rgb(87%, 80%, 67%)
CSS RGBa221, 203, 172,1rgba(221,203,172,1)
CMYK Modelcmyk(0%,8%,22%,13%)
HSL Color Space38,42% ,77%hsl(38,42% ,77%)
HSV Color Space38°, 22%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011100101110101100
Octal335313254
Decimal221203172
Hexddcbac

Different shades of #ddcbac color code.

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

Light Shade of #ddcbac
#ece2d0
Dark Shade of #ddcbac
#ceb488
Saturated Shade of #ddcbac
#e3cda6
Desaturated Shade of #ddcbac
#d7c9b2
Grey scale Shade of #ddcbac
#c4c4c4
Brighten Shade
#f6e4c5
Most Readable Shade
#000000

Shades of #ddcbac color code

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

#ddcbac
#c4b498
#ab9d85
#938772
#7a705f
#625a4c
#494339
#312d26
#181613
#000000

Similar Color like #ddcbac color

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

#deccad
#dfcdae
#e0ceaf
#e1cfb0
#e2d0b1
#e3d1b2
#e4d2b3
#e5d3b4
#e6d4b5
#e7d5b6
#e8d6b7
#e9d7b8
#ead8b9
#ebd9ba
#dccaab
#dbc9aa
#dac8a9
#d9c7a8
#d8c6a7
#d7c5a6
#d6c4a5
#d5c3a4
#d4c2a3
#d3c1a2
#d2c0a1
#d1bfa0
#d0be9f
#cfbd9e

Monochromatic Color with #ddcbac

#ddcbac
#080807
#332f28
#5d5649
#887d6a
#b3a48b

Tints of #ddcbac Color

#ddcbac
#e0d0b5
#e4d6be
#e8dcc7
#ece2d0
#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

#ddcbac
#acbedd

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

Split Complementary

#ddcbac
#acd7dd
#b3acdd

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

Analogous Color

#ddb7ac
#ddc1ac
#ddcbac
#ddd5ac
#dbddac

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

#ddcbac
#acddcb
#cbacdd

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

#ddcbac
#acddb2
#acbedd
#ddacd6

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

#ddcbac
#acbedd
#b3acdd
#d7ddac

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

#ddcbac Color Code Preview on Black Background Color

This is how #ddcbac Color will look on black background color. Color contrast ratio is 13.21

#ddcbac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddcbac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddcbac

#ddcbac color code is use for CSS Background Color

Background color for the above div is #ddcbac

HTML with inline CSS

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

#ddcbac color code is use for CSS Border Color

CSS Border color for the above div is #ddcbac

HTML with inline CSS

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

CSS Border Left color for the above div is #ddcbac

HTML with inline CSS

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

CSS Border Right color for the above div is #ddcbac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddcbac

HTML with inline CSS

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

CSS Border Top color for the above div is #ddcbac

HTML with inline CSS

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

#ddcbac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddcbac Color code Preview on White Background

This is how #ddcbac Color code will look on white background color. Color contrast ratio is 1.59

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.