Skip to main content Skip to docs navigation

#ddcf6f hex color - Yellow - Warm color - Information

On this page
@
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.

Color Hue/Base color: Yellow

Hex #ddcf6f Color code in RGB color code model is created after adding 86.67% red color, 81.18% green color and 43.53% blue color. Hex #ddcf6f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 6% magenta, 50% yellow and 13.33% black.

Hex #ddcf6f color code is between #cccc77 web safe hex color code and #eedd66 web safe hex color code. #cccc77 is the nearest web safe color code. You can see here many more shades of #ddcf6f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code ddcf6f #ddcf6f
RGB Decimal 221, 207, 111 rgb(221, 207, 111)
RGB Percent 87%, 81%, 44% rgb(87%, 81%, 44%)
CSS RGBa 221, 207, 111,1 rgba(221,207,111,1)
CMYK Model cmyk(0%,6%,50%,13.33%)
HSL Color Space 52,62% ,65% hsl(52,62% ,65%)
HSV Color Space 52°, 50%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011101 11001111 01101111
Octal 335 317 157
Decimal 221 207 111
Hex dd cf 6f

Different shades of #ddcf6f color code.

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

Light Shade of #ddcf6f
#e7dd98
Dark Shade of #ddcf6f
#d3c146
Saturated Shade of #ddcf6f
#e6d666
Desaturated Shade of #ddcf6f
#d4c878
Grey scale Shade of #ddcf6f
#a6a6a6
Brighten Shade
#f6e888
Most Readable Shade
#000000

Shades of #ddcf6f color code

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

#ddcf6f
#c4b862
#aba156
#938a4a
#7a733d
#625c31
#494525
#312e18
#18170c
#000000

Similar Color like #ddcf6f color

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

#ded070
#dfd171
#e0d272
#e1d373
#e2d474
#e3d575
#e4d676
#e5d777
#e6d878
#e7d979
#e8da7a
#e9db7b
#eadc7c
#ebdd7d
#dcce6e
#dbcd6d
#dacc6c
#d9cb6b
#d8ca6a
#d7c969
#d6c868
#d5c767
#d4c666
#d3c565
#d2c464
#d1c363
#d0c262
#cfc161

Monochromatic Color with #ddcf6f

#ddcf6f
#080804
#33301a
#5d582f
#887f44
#b3a75a

Tints of #ddcf6f Color

#ddcf6f
#e0d47f
#e4d98f
#e8df9f
#ece4af
#efe9bf
#f3efcf
#f7f4df
#fbf9ef
#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

#ddcf6f
#6f7ddd

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

Split Complementary

#ddcf6f
#6fb4dd
#986fdd

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

Analogous Color

#dda36f
#ddb96f
#ddcf6f
#d5dd6f
#bfdd6f

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

#ddcf6f
#6fddcf
#cf6fdd

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

#ddcf6f
#6fdd98
#6f7ddd
#dd6fb4

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

#ddcf6f
#6f7ddd
#986fdd
#b4dd6f

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

#ddcf6f Color Code Preview on Black Background Color

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

#ddcf6f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddcf6f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddcf6f

#ddcf6f color code is use for CSS Background Color

Background color for the above div is #ddcf6f

HTML with inline CSS

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

#ddcf6f color code is use for CSS Border Color

CSS Border color for the above div is #ddcf6f

HTML with inline CSS

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

CSS Border Left color for the above div is #ddcf6f

HTML with inline CSS

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

CSS Border Right color for the above div is #ddcf6f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddcf6f

HTML with inline CSS

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

CSS Border Top color for the above div is #ddcf6f

HTML with inline CSS

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

#ddcf6f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddcf6f Color code Preview on White Background

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

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,207,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(111,125,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,207,111,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.