crispedge.com

Color picker

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

#ddd8bd hex color - Yellow - Warm color - Information

#ddd8bd hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #ddd8bd Color code in RGB color code model is created after adding 86.67% red color, 84.71% green color and 74.12% blue color. Hex #ddd8bd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 2% magenta, 14% yellow and 13% black.

Hex #ddd8bd color code is between #ccddbb web safe hex color code and #eecccc web safe hex color code. #ccddbb is the nearest web safe color code. You can see here many more shades of #ddd8bd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeddd8bd#ddd8bd
RGB Decimal221, 216, 189rgb(221, 216, 189)
RGB Percent87%, 85%, 74%rgb(87%, 85%, 74%)
CSS RGBa221, 216, 189,1rgba(221,216,189,1)
CMYK Modelcmyk(0%,2%,14%,13%)
HSL Color Space51,32% ,80%hsl(51,32% ,80%)
HSV Color Space51°, 14%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011101100010111101
Octal335330275
Decimal221216189
Hexddd8bd

Different shades of #ddd8bd color code.

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

Light Shade of #ddd8bd
#eeecdf
Dark Shade of #ddd8bd
#ccc49b
Saturated Shade of #ddd8bd
#e2dbb8
Desaturated Shade of #ddd8bd
#d8d5c2
Grey scale Shade of #ddd8bd
#cdcdcd
Brighten Shade
#f6f1d6
Most Readable Shade
#000000

Shades of #ddd8bd color code

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

#ddd8bd
#c4c0a8
#aba893
#93907e
#7a7869
#626054
#49483f
#31302a
#181815
#000000

Similar Color like #ddd8bd color

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

#ded9be
#dfdabf
#e0dbc0
#e1dcc1
#e2ddc2
#e3dec3
#e4dfc4
#e5e0c5
#e6e1c6
#e7e2c7
#e8e3c8
#e9e4c9
#eae5ca
#ebe6cb
#dcd7bc
#dbd6bb
#dad5ba
#d9d4b9
#d8d3b8
#d7d2b7
#d6d1b6
#d5d0b5
#d4cfb4
#d3ceb3
#d2cdb2
#d1ccb1
#d0cbb0
#cfcaaf

Monochromatic Color with #ddd8bd

#ddd8bd
#080807
#33322c
#5d5b50
#888574
#b3ae99

Tints of #ddd8bd Color

#ddd8bd
#e0dcc4
#e4e0cb
#e8e5d3
#ece9da
#efede1
#f3f2e9
#f7f6f0
#fbfaf7
#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

#ddd8bd
#bdc2dd

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

Split Complementary

#ddd8bd
#bdd2dd
#c8bddd

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

Analogous Color

#ddcbbd
#ddd2bd
#ddd8bd
#dcddbd
#d5ddbd

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

#ddd8bd
#bdddd8
#d8bddd

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

#ddd8bd
#bdddc8
#bdc2dd
#ddbdd2

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

#ddd8bd
#bdc2dd
#c8bddd
#d2ddbd

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

#ddd8bd Color Code Preview on Black Background Color

This is how #ddd8bd Color will look on black background color. Color contrast ratio is 14.63

#ddd8bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddd8bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddd8bd

#ddd8bd color code is use for CSS Background Color

Background color for the above div is #ddd8bd

HTML with inline CSS

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

#ddd8bd color code is use for CSS Border Color

CSS Border color for the above div is #ddd8bd

HTML with inline CSS

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

CSS Border Left color for the above div is #ddd8bd

HTML with inline CSS

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

CSS Border Right color for the above div is #ddd8bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddd8bd

HTML with inline CSS

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

CSS Border Top color for the above div is #ddd8bd

HTML with inline CSS

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

#ddd8bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddd8bd Color code Preview on White Background

This is how #ddd8bd Color code will look on white background color. Color contrast ratio is 1.44

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.