crispedge.com

Color picker

Loading...

#ddc99e hex color - Yellow - Warm color - Information

#ddc99e hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #ddc99e Color code in RGB color code model is created after adding 86.67% red color, 78.82% green color and 61.96% blue color. Hex #ddc99e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 29% yellow and 13% black.

Hex #ddc99e color code is between #cccc99 web safe hex color code and #eebbaa web safe hex color code. #cccc99 is the nearest web safe color code. You can see here many more shades of #ddc99e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeddc99e#ddc99e
RGB Decimal221, 201, 158rgb(221, 201, 158)
RGB Percent87%, 79%, 62%rgb(87%, 79%, 62%)
CSS RGBa221, 201, 158,1rgba(221,201,158,1)
CMYK Modelcmyk(0%,9%,29%,13%)
HSL Color Space41,48% ,74%hsl(41,48% ,74%)
HSV Color Space41°, 29%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011100100110011110
Octal335311236
Decimal221201158
Hexddc99e

Different shades of #ddc99e color code.

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

Light Shade of #ddc99e
#eadec4
Dark Shade of #ddc99e
#d0b478
Saturated Shade of #ddc99e
#e4cb97
Desaturated Shade of #ddc99e
#d6c7a5
Grey scale Shade of #ddc99e
#bdbdbd
Brighten Shade
#f6e2b7
Most Readable Shade
#000000

Shades of #ddc99e color code

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

#ddc99e
#c4b28c
#ab9c7a
#938669
#7a6f57
#625946
#494334
#312c23
#181611
#000000

Similar Color like #ddc99e color

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

#deca9f
#dfcba0
#e0cca1
#e1cda2
#e2cea3
#e3cfa4
#e4d0a5
#e5d1a6
#e6d2a7
#e7d3a8
#e8d4a9
#e9d5aa
#ead6ab
#ebd7ac
#dcc89d
#dbc79c
#dac69b
#d9c59a
#d8c499
#d7c398
#d6c297
#d5c196
#d4c095
#d3bf94
#d2be93
#d1bd92
#d0bc91
#cfbb90

Monochromatic Color with #ddc99e

#ddc99e
#080806
#332e24
#5d5543
#887c61
#b3a280

Tints of #ddc99e Color

#ddc99e
#e0cfa8
#e4d5b3
#e8dbbe
#ece1c9
#efe7d3
#f3edde
#f7f3e9
#fbf9f4
#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

#ddc99e
#9eb2dd

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

Split Complementary

#ddc99e
#9ed2dd
#aa9edd

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

Analogous Color

#ddb09e
#ddbc9e
#ddc99e
#ddd69e
#d8dd9e

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

#ddc99e
#9eddc9
#c99edd

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

#ddc99e
#9edda9
#9eb2dd
#dd9ed1

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

#ddc99e
#9eb2dd
#aa9edd
#d2dd9e

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

#ddc99e Color Code Preview on Black Background Color

This is how #ddc99e Color will look on black background color. Color contrast ratio is 12.92

#ddc99e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddc99e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddc99e

#ddc99e color code is use for CSS Background Color

Background color for the above div is #ddc99e

HTML with inline CSS

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

#ddc99e color code is use for CSS Border Color

CSS Border color for the above div is #ddc99e

HTML with inline CSS

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

CSS Border Left color for the above div is #ddc99e

HTML with inline CSS

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

CSS Border Right color for the above div is #ddc99e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddc99e

HTML with inline CSS

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

CSS Border Top color for the above div is #ddc99e

HTML with inline CSS

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

#ddc99e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddc99e Color code Preview on White Background

This is how #ddc99e Color code will look on white background color. Color contrast ratio is 1.63

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.