Skip to main content Skip to docs navigation

#dd952f 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 #dd952f Color code in RGB color code model is created after adding 86.67% red color, 58.43% green color and 18.43% blue color. Hex #dd952f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 79% yellow and 13.33% black.

Hex #dd952f 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 #dd952f color code.

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 11011101 10010101 00101111
Octal 335 225 57
Decimal 221 149 47
Hex dd 95 2f

Different shades of #dd952f color code.

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

Darkest of #dd952f
#634110
Darker of #dd952f
#8f5d17
Dark of #dd952f
#bb7a1e
Base of #dd952f
#dd952f
Light of #dd952f
#e4ab5b
Lighter
#ebc287
Lightest
#f2d8b3

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

#dd952f
#2f77dd

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

Split Complementary

#dd952f
#2fcedd
#3e2fdd

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

Analogous Color

#dd2f2f
#dd4c2f
#dd952f
#ddcf2f
#a3dd2f

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

#dd952f
#952fdd
#2fdd95

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

#dd952f
#2fdd95
#2f77dd
#dd2f77

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

#dd952f
#2fdd3e
#2f77dd
#dd2fce

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 #dd952f

#372409
#634110
#8f5d17
#bb7a1e
#dd952f
#e4ab5b
#ebc287
#f2d8b3
#faeede

Tints of #dd952f Color

#dd952f
#e0a046
#e4ac5d
#e8b874
#ecc48b
#efcfa2
#f3dbb9
#f7e7d0
#fbf3e7
#ffffff

Shades of #dd952f color code

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

#dd952f
#c48429
#ab7324
#93631f
#7a521a
#624214
#49310f
#31210a
#181005
#000000

Tones

#dd952f
#c59147
#ad8d5f
#948878
#868686

Tones

Similar Color like #dd952f color

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

#de9630
#df9731
#e09832
#e19933
#e29a34
#e39b35
#e49c36
#e59d37
#e69e38
#e79f39
#e8a03a
#e9a13b
#eaa23c
#eba33d
#dc942e
#db932d
#da922c
#d9912b
#d8902a
#d78f29
#d68e28
#d58d27
#d48c26
#d38b25
#d28a24
#d18923
#d08822
#cf8721

Download this Dark Yellow

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

#dd952f Color Code Preview on Black Background Color

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

#dd952f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd952f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd952f

#dd952f color code is use for CSS Background Color

Background color for the above div is #dd952f

HTML with inline CSS

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

#dd952f color code is use for CSS Border Color

CSS Border color for the above div is #dd952f

HTML with inline CSS

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

CSS Border Left color for the above div is #dd952f

HTML with inline CSS

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

CSS Border Right color for the above div is #dd952f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd952f

HTML with inline CSS

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

CSS Border Top color for the above div is #dd952f

HTML with inline CSS

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

#dd952f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd952f Color code Preview on White Background

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

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