crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#dd8749 hex color - Orange - Warm color - Information

#dd8749 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #dd8749 Color code in RGB color code model is created after adding 86.67% red color, 52.94% green color and 28.63% blue color. Hex #dd8749 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 39% magenta, 67% yellow and 13% black.

Hex #dd8749 color code is between #cc8844 web safe hex color code and #ee7755 web safe hex color code. #cc8844 is the nearest web safe color code. You can see here many more shades of #dd8749 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedd8749#dd8749
RGB Decimal221, 135, 73rgb(221, 135, 73)
RGB Percent87%, 53%, 29%rgb(87%, 53%, 29%)
CSS RGBa221, 135, 73,1rgba(221,135,73,1)
CMYK Modelcmyk(0%,39%,67%,13%)
HSL Color Space25,69% ,58%hsl(25,69% ,58%)
HSV Color Space25°, 67%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011000011101001001
Octal335207111
Decimal22113573
Hexdd8749

Different shades of #dd8749 color code.

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

Light Shade of #dd8749
#e5a374
Dark Shade of #dd8749
#cd6c26
Saturated Shade of #dd8749
#e8853e
Desaturated Shade of #dd8749
#d28954
Grey scale Shade of #dd8749
#939393
Brighten Shade
#f6a062
Most Readable Shade
#000000

Shades of #dd8749 color code

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

#dd8749
#c47840
#ab6938
#935a30
#7a4b28
#623c20
#492d18
#311e10
#180f08
#000000

Similar Color like #dd8749 color

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

#de884a
#df894b
#e08a4c
#e18b4d
#e28c4e
#e38d4f
#e48e50
#e58f51
#e69052
#e79153
#e89254
#e99355
#ea9456
#eb9557
#dc8648
#db8547
#da8446
#d98345
#d88244
#d78143
#d68042
#d57f41
#d47e40
#d37d3f
#d27c3e
#d17b3d
#d07a3c
#cf793b

Monochromatic Color with #dd8749

#dd8749
#080503
#331f11
#5d391f
#88532d
#b36d3b

Tints of #dd8749 Color

#dd8749
#e0945d
#e4a171
#e8af85
#ecbc99
#efc9ae
#f3d7c2
#f7e4d6
#fbf1ea
#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

#dd8749
#499fdd

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

Split Complementary

#dd8749
#49ddd1
#4955dd

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

Analogous Color

#dd4c49
#dd6949
#dd8749
#dda549
#ddc249

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

#dd8749
#49dd87
#8749dd

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

#dd8749
#55dd49
#499fdd
#d149dd

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

#dd8749
#499fdd
#4955dd
#ddd149

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

#dd8749 Color Code Preview on Black Background Color

This is how #dd8749 Color will look on black background color. Color contrast ratio is 7.64

#dd8749 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd8749

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dd8749

#dd8749 color code is use for CSS Background Color

Background color for the above div is #dd8749

HTML with inline CSS

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

#dd8749 color code is use for CSS Border Color

CSS Border color for the above div is #dd8749

HTML with inline CSS

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

CSS Border Left color for the above div is #dd8749

HTML with inline CSS

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

CSS Border Right color for the above div is #dd8749

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dd8749

HTML with inline CSS

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

CSS Border Top color for the above div is #dd8749

HTML with inline CSS

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

#dd8749 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dd8749 Color code Preview on White Background

This is how #dd8749 Color code will look on white background color. Color contrast ratio is 2.75

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.