Skip to main content Skip to docs navigation

#dd952d hex color | Download Dark Yellow BG image | Information

Color Picker

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

Woow we have a nearby visually matching color name available. It's name is Kingpin Gold and its hex is #DE9930 Nearest Color Name

Color Hue/Base color: Yellow

Hex #dd952d Color code in RGB color code model is created after adding 86.67% red color, 58.43% green color and 17.65% blue color. Hex #dd952d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 80% yellow and 13.33% black.

Hex #dd952d color code is between #cc9933 web safe hex color code and #ee8822 web safe hex color code. #cc9933 is the nearest web safe color code. You can see here many more shades of #dd952d color code.

RGB Chart

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

Color Table

Hex Color Code dd952d #dd952d
RGB Decimal 221, 149, 45 221, 149, 45
RGB Percent 87%, 58%, 18% rgb(87%, 58%, 18%)
CSS RGBa 221, 149, 45,1 rgba(221,149,45,1)
CMYK Model cmyk(0%,33%,80%,13.33%)
HSL Color Space 35,72% ,52% hsl(35,72% ,52%)
HSV Color Space 35°, 80%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011101 10010101 00101101
Octal 335 225 55
Decimal 221 149 45
Hex dd 95 2d

Different shades of #dd952d color code.

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

Darkest of #dd952d
#614010
Darker of #dd952d
#8d5d17
Dark of #dd952d
#b97a1e
Base of #dd952d
#dd952d
Light of #dd952d
#e4ab59
Lighter
#ebc185
Lightest
#f2d7b1

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

#dd952d
#2d75dd

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

Split Complementary

#dd952d
#2dcddd
#3d2ddd

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

Analogous Color

#dd2e2d
#dd4c2d
#dd952d
#ddd02d
#a1dd2d

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

#dd952d
#952ddd
#2ddd95

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

#dd952d
#2ddd95
#2d75dd
#dd2d75

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#dd952d
#2ddd3d
#2d75dd
#dd2dcd

Square 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).

Monochromatic Color with #dd952d

#352309
#614010
#8d5d17
#b97a1e
#dd952d
#e4ab59
#ebc185
#f2d7b1
#f9eedd

Tints of #dd952d Color

#dd952d
#e0a044
#e4ac5b
#e8b873
#ecc48a
#efcfa1
#f3dbb9
#f7e7d0
#fbf3e7
#ffffff

Shades of #dd952d color code

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

#dd952d
#c48428
#ab7323
#93631e
#7a5219
#624214
#49310f
#31210a
#181005
#000000

Tones

#dd952d
#c59145
#ac8c5e
#948876
#858585

Tones

Similar Color like #dd952d color

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

#de962e
#df972f
#e09830
#e19931
#e29a32
#e39b33
#e49c34
#e59d35
#e69e36
#e79f37
#e8a038
#e9a139
#eaa23a
#eba33b
#dc942c
#db932b
#da922a
#d99129
#d89028
#d78f27
#d68e26
#d58d25
#d48c24
#d38b23
#d28a22
#d18921
#d08820
#cf871f

Download this Dark Yellow

Hex #dd952d 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.

#dd952d Color Code Preview on Black Background Color

This is how #dd952d Color will look on black background color. Color contrast ratio is 8.41

#dd952d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd952d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd952d

#dd952d color code is use for CSS Background Color

Background color for the above div is #dd952d

HTML with inline CSS

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

#dd952d color code is use for CSS Border Color

CSS Border color for the above div is #dd952d

HTML with inline CSS

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

CSS Border Left color for the above div is #dd952d

HTML with inline CSS

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

CSS Border Right color for the above div is #dd952d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd952d

HTML with inline CSS

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

CSS Border Top color for the above div is #dd952d

HTML with inline CSS

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

#dd952d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd952d Color code Preview on White Background

This is how #dd952d Color code will look on white background color. Color contrast ratio is 2.50

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(221,149,45,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(45,117,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,149,45,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }