Skip to main content Skip to docs navigation

#ddd82b hex color - Green - 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: Green

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

Hex #ddd82b color code is between #ccdd33 web safe hex color code and #eecc22 web safe hex color code. #ccdd33 is the nearest web safe color code. You can see here many more shades of #ddd82b color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code ddd82b #ddd82b
RGB Decimal 221, 216, 43 rgb(221, 216, 43)
RGB Percent 87%, 85%, 17% rgb(87%, 85%, 17%)
CSS RGBa 221, 216, 43,1 rgba(221,216,43,1)
CMYK Model cmyk(0%,2%,81%,13.33%)
HSL Color Space 58,72% ,52% hsl(58,72% ,52%)
HSV Color Space 58°, 81%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011101 11011000 00101011
Octal 335 330 53
Decimal 221 216 43
Hex dd d8 2b

Different shades of #ddd82b color code.

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

Light Shade of #ddd82b
#e4e057
Dark Shade of #ddd82b
#b8b31d
Saturated Shade of #ddd82b
#e9e41f
Desaturated Shade of #ddd82b
#d1cc37
Grey scale Shade of #ddd82b
#848484
Brighten Shade
#f6f144
Most Readable Shade
#000000

Shades of #ddd82b color code

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

#ddd82b
#c4c026
#aba821
#93901c
#7a7817
#626013
#49480e
#313009
#181804
#000000

Similar Color like #ddd82b color

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

#ded92c
#dfda2d
#e0db2e
#e1dc2f
#e2dd30
#e3de31
#e4df32
#e5e033
#e6e134
#e7e235
#e8e336
#e9e437
#eae538
#ebe639
#dcd72a
#dbd629
#dad528
#d9d427
#d8d326
#d7d225
#d6d124
#d5d023
#d4cf22
#d3ce21
#d2cd20
#d1cc1f
#d0cb1e
#cfca1d

Monochromatic Color with #ddd82b

#ddd82b
#080802
#33320a
#5d5b12
#88851a
#b3ae23

Tints of #ddd82b Color

#ddd82b
#e0dc42
#e4e05a
#e8e571
#ece989
#efeda0
#f3f2b8
#f7f6cf
#fbfae7
#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

#ddd82b
#2b30dd

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

Split Complementary

#ddd82b
#2b89dd
#7f2bdd

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

Analogous Color

#dd912b
#ddb42b
#ddd82b
#bedd2b
#9bdd2b

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

#ddd82b
#2bddd8
#d82bdd

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

#ddd82b
#2bdd7f
#2b30dd
#dd2b89

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

#ddd82b
#2b30dd
#7f2bdd
#89dd2b

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

#ddd82b Color Code Preview on Black Background Color

This is how #ddd82b Color will look on black background color. Color contrast ratio is 13.93

#ddd82b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddd82b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddd82b

#ddd82b color code is use for CSS Background Color

Background color for the above div is #ddd82b

HTML with inline CSS

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

#ddd82b color code is use for CSS Border Color

CSS Border color for the above div is #ddd82b

HTML with inline CSS

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

CSS Border Left color for the above div is #ddd82b

HTML with inline CSS

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

CSS Border Right color for the above div is #ddd82b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddd82b

HTML with inline CSS

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

CSS Border Top color for the above div is #ddd82b

HTML with inline CSS

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

#ddd82b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddd82b Color code Preview on White Background

This is how #ddd82b Color code will look on white background color. Color contrast ratio is 1.51

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.