crispedge.com

Color picker

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

#ddcbae hex color - Orange - Warm color - Information

#ddcbae hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

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

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Codeddcbae#ddcbae
RGB Decimal221, 203, 174rgb(221, 203, 174)
RGB Percent87%, 80%, 68%rgb(87%, 80%, 68%)
CSS RGBa221, 203, 174,1rgba(221,203,174,1)
CMYK Modelcmyk(0%,8%,21%,13%)
HSL Color Space37,41% ,77%hsl(37,41% ,77%)
HSV Color Space37°, 21%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011100101110101110
Octal335313256
Decimal221203174
Hexddcbae

Different shades of #ddcbae color code.

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

Light Shade of #ddcbae
#ece2d2
Dark Shade of #ddcbae
#ceb48a
Saturated Shade of #ddcbae
#e3cca8
Desaturated Shade of #ddcbae
#d7cab4
Grey scale Shade of #ddcbae
#c5c5c5
Brighten Shade
#f6e4c7
Most Readable Shade
#000000

Shades of #ddcbae color code

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

#ddcbae
#c4b49a
#ab9d87
#938774
#7a7060
#625a4d
#49433a
#312d26
#181613
#000000

Similar Color like #ddcbae color

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

#deccaf
#dfcdb0
#e0ceb1
#e1cfb2
#e2d0b3
#e3d1b4
#e4d2b5
#e5d3b6
#e6d4b7
#e7d5b8
#e8d6b9
#e9d7ba
#ead8bb
#ebd9bc
#dccaad
#dbc9ac
#dac8ab
#d9c7aa
#d8c6a9
#d7c5a8
#d6c4a7
#d5c3a6
#d4c2a5
#d3c1a4
#d2c0a3
#d1bfa2
#d0bea1
#cfbda0

Monochromatic Color with #ddcbae

#ddcbae
#080807
#332f28
#5d564a
#887d6b
#b3a48d

Tints of #ddcbae Color

#ddcbae
#e0d0b7
#e4d6c0
#e8dcc9
#ece2d2
#efe7db
#f3ede4
#f7f3ed
#fbf9f6
#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

#ddcbae
#aec0dd

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

Split Complementary

#ddcbae
#aed8dd
#b4aedd

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

Analogous Color

#ddb8ae
#ddc2ae
#ddcbae
#ddd4ae
#dcddae

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

#ddcbae
#aeddcb
#cbaedd

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

#ddcbae
#aeddb4
#aec0dd
#ddaed7

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

#ddcbae
#aec0dd
#b4aedd
#d8ddae

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

#ddcbae Color Code Preview on Black Background Color

This is how #ddcbae Color will look on black background color. Color contrast ratio is 13.23

#ddcbae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddcbae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddcbae

#ddcbae color code is use for CSS Background Color

Background color for the above div is #ddcbae

HTML with inline CSS

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

#ddcbae color code is use for CSS Border Color

CSS Border color for the above div is #ddcbae

HTML with inline CSS

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

CSS Border Left color for the above div is #ddcbae

HTML with inline CSS

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

CSS Border Right color for the above div is #ddcbae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddcbae

HTML with inline CSS

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

CSS Border Top color for the above div is #ddcbae

HTML with inline CSS

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

#ddcbae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddcbae Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.