crispedge.com

Color picker

Loading...

#dd8a39 hex color - Orange - Warm color - Information

#dd8a39 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #dd8a39 Color code in RGB color code model is created after adding 86.67% red color, 54.12% green color and 22.35% blue color. Hex #dd8a39 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 74% yellow and 13% black.

Hex #dd8a39 color code is between #cc8833 web safe hex color code and #ee9944 web safe hex color code. #cc8833 is the nearest web safe color code. You can see here many more shades of #dd8a39 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedd8a39#dd8a39
RGB Decimal221, 138, 57rgb(221, 138, 57)
RGB Percent87%, 54%, 22%rgb(87%, 54%, 22%)
CSS RGBa221, 138, 57,1rgba(221,138,57,1)
CMYK Modelcmyk(0%,38%,74%,13%)
HSL Color Space30,71% ,55%hsl(30,71% ,55%)
HSV Color Space30°, 74%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011000101000111001
Octal33521271
Decimal22113857
Hexdd8a39

Different shades of #dd8a39 color code.

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

Light Shade of #dd8a39
#e4a464
Dark Shade of #dd8a39
#c27021
Saturated Shade of #dd8a39
#e98a2d
Desaturated Shade of #dd8a39
#d18a45
Grey scale Shade of #dd8a39
#8b8b8b
Brighten Shade
#f6a352
Most Readable Shade
#000000

Shades of #dd8a39 color code

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

#dd8a39
#c47a32
#ab6b2c
#935c26
#7a4c1f
#623d19
#492e13
#311e0c
#180f06
#000000

Similar Color like #dd8a39 color

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

#de8b3a
#df8c3b
#e08d3c
#e18e3d
#e28f3e
#e3903f
#e49140
#e59241
#e69342
#e79443
#e89544
#e99645
#ea9746
#eb9847
#dc8938
#db8837
#da8736
#d98635
#d88534
#d78433
#d68332
#d58231
#d48130
#d3802f
#d27f2e
#d17e2d
#d07d2c
#cf7c2b

Monochromatic Color with #dd8a39

#dd8a39
#080502
#33200d
#5d3a18
#885523
#b36f2e

Tints of #dd8a39 Color

#dd8a39
#e0974f
#e4a465
#e8b17b
#ecbe91
#efcba7
#f3d8bd
#f7e5d3
#fbf2e9
#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

#dd8a39
#398cdd

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

Split Complementary

#dd8a39
#39dddc
#393add

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

Analogous Color

#dd4839
#dd6939
#dd8a39
#ddab39
#ddcc39

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

#dd8a39
#39dd8a
#8a39dd

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

#dd8a39
#3add39
#398cdd
#dc39dd

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

#dd8a39
#398cdd
#393add
#dddc39

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

#dd8a39 Color Code Preview on Black Background Color

This is how #dd8a39 Color will look on black background color. Color contrast ratio is 7.77

#dd8a39 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd8a39

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd8a39

#dd8a39 color code is use for CSS Background Color

Background color for the above div is #dd8a39

HTML with inline CSS

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

#dd8a39 color code is use for CSS Border Color

CSS Border color for the above div is #dd8a39

HTML with inline CSS

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

CSS Border Left color for the above div is #dd8a39

HTML with inline CSS

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

CSS Border Right color for the above div is #dd8a39

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd8a39

HTML with inline CSS

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

CSS Border Top color for the above div is #dd8a39

HTML with inline CSS

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

#dd8a39 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd8a39 Color code Preview on White Background

This is how #dd8a39 Color code will look on white background color. Color contrast ratio is 2.70

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

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,138,57,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(57,140,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,138,57,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.