@
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.

#ddd44c hex color - Green - Warm color - Information

#ddd44c hex color - Green - Warm color

Color Hue/Base color: Green

Hex #ddd44c Color code in RGB color code model is created after adding 86.67% red color, 83.14% green color and 29.8% blue color. Hex #ddd44c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 4% magenta, 66% yellow and 13.33% black.

Hex #ddd44c color code is between #cccc44 web safe hex color code and #eedd55 web safe hex color code. #cccc44 is the nearest web safe color code. You can see here many more shades of #ddd44c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeddd44c#ddd44c
RGB Decimal221, 212, 76rgb(221, 212, 76)
RGB Percent87%, 83%, 30%rgb(87%, 83%, 30%)
CSS RGBa221, 212, 76,1rgba(221,212,76,1)
CMYK Modelcmyk(0%,4%,66%,13.33%)
HSL Color Space56,68% ,58%hsl(56,68% ,58%)
HSV Color Space56°, 66%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011101010001001100
Octal335324114
Decimal22121276
Hexddd44c

Different shades of #ddd44c color code.

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

Light Shade of #ddd44c
#e5de77
Dark Shade of #ddd44c
#cfc427
Saturated Shade of #ddd44c
#e8dd41
Desaturated Shade of #ddd44c
#d2cb57
Grey scale Shade of #ddd44c
#949494
Brighten Shade
#f6ed65
Most Readable Shade
#000000

Shades of #ddd44c color code

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

#ddd44c
#c4bc43
#aba43b
#938d32
#7a752a
#625e21
#494619
#312f10
#181708
#000000

Similar Color like #ddd44c color

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

#ded54d
#dfd64e
#e0d74f
#e1d850
#e2d951
#e3da52
#e4db53
#e5dc54
#e6dd55
#e7de56
#e8df57
#e9e058
#eae159
#ebe25a
#dcd34b
#dbd24a
#dad149
#d9d048
#d8cf47
#d7ce46
#d6cd45
#d5cc44
#d4cb43
#d3ca42
#d2c941
#d1c840
#d0c73f
#cfc63e

Monochromatic Color with #ddd44c

#ddd44c
#080803
#333112
#5d5a20
#88822f
#b3ab3d

Tints of #ddd44c Color

#ddd44c
#e0d85f
#e4dd73
#e8e287
#ece79b
#efebaf
#f3f0c3
#f7f5d7
#fbfaeb
#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

#ddd44c
#4c55dd

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

Split Complementary

#ddd44c
#4c9edd
#8c4cdd

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

Analogous Color

#dd9a4c
#ddb74c
#ddd44c
#c9dd4c
#acdd4c

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

#ddd44c
#4cddd4
#d44cdd

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

#ddd44c
#4cdd8b
#4c55dd
#dd4c9d

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

#ddd44c
#4c55dd
#8c4cdd
#9edd4c

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

#ddd44c Color Code Preview on Black Background Color

This is how #ddd44c Color will look on black background color. Color contrast ratio is 13.60

#ddd44c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddd44c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddd44c

#ddd44c color code is use for CSS Background Color

Background color for the above div is #ddd44c

HTML with inline CSS

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

#ddd44c color code is use for CSS Border Color

CSS Border color for the above div is #ddd44c

HTML with inline CSS

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

CSS Border Left color for the above div is #ddd44c

HTML with inline CSS

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

CSS Border Right color for the above div is #ddd44c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddd44c

HTML with inline CSS

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

CSS Border Top color for the above div is #ddd44c

HTML with inline CSS

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

#ddd44c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddd44c Color code Preview on White Background

This is how #ddd44c Color code will look on white background color. Color contrast ratio is 1.54

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

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,212,76,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(76,85,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,212,76,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.