crispedge.com

Color picker

Loading...

#d39d85 hex color - Brown - Warm color - Information

#d39d85 hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #d39d85 Color code in RGB color code model is created after adding 82.75% red color, 61.57% green color and 52.16% blue color. Hex #d39d85 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 37% yellow and 17% black.

Hex #d39d85 color code is between #cc9988 web safe hex color code and #ddaa77 web safe hex color code. #cc9988 is the nearest web safe color code. You can see here many more shades of #d39d85 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded39d85#d39d85
RGB Decimal211, 157, 133rgb(211, 157, 133)
RGB Percent83%, 62%, 52%rgb(83%, 62%, 52%)
CSS RGBa211, 157, 133,1rgba(211,157,133,1)
CMYK Modelcmyk(0%,26%,37%,17%)
HSL Color Space18,47% ,67%hsl(18,47% ,67%)
HSV Color Space18°, 37%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100111001110110000101
Octal323235205
Decimal211157133
Hexd39d85

Different shades of #d39d85 color code.

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

Light Shade of #d39d85
#e1bbaa
Dark Shade of #d39d85
#c57f60
Saturated Shade of #d39d85
#db9a7d
Desaturated Shade of #d39d85
#cba08d
Grey scale Shade of #d39d85
#acacac
Brighten Shade
#ecb69e
Most Readable Shade
#000000

Shades of #d39d85 color code

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

#d39d85
#bb8b76
#a47a67
#8c6858
#755749
#5d453b
#46342c
#2e221d
#17110e
#000000

Similar Color like #d39d85 color

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

#d49e86
#d59f87
#d6a088
#d7a189
#d8a28a
#d9a38b
#daa48c
#dba58d
#dca68e
#dda78f
#dea890
#dfa991
#e0aa92
#e1ab93
#d29c84
#d19b83
#d09a82
#cf9981
#ce9880
#cd977f
#cc967e
#cb957d
#ca947c
#c9937b
#c8927a
#c79179
#c69078
#c58f77

Monochromatic Color with #d39d85

#d39d85
#fdbda0
#291e1a
#533e35
#7e5e4f
#a87d6a

Tints of #d39d85 Color

#d39d85
#d7a792
#dcb2a0
#e1bdad
#e6c8bb
#ebd3c8
#f0ded6
#f5e9e3
#faf4f1
#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

#d39d85
#85bbd3

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

Split Complementary

#d39d85
#85d3c4
#8594d3

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

Analogous Color

#d3858c
#d38d85
#d39d85
#d3ad85
#d3bc85

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

#d39d85
#85d39d
#9d85d3

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

#d39d85
#94d385
#85bbd3
#c485d3

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

#d39d85
#85bbd3
#8594d3
#d3c485

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

#d39d85 Color Code Preview on Black Background Color

This is how #d39d85 Color will look on black background color. Color contrast ratio is 8.93

#d39d85 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d39d85

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d39d85

#d39d85 color code is use for CSS Background Color

Background color for the above div is #d39d85

HTML with inline CSS

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

#d39d85 color code is use for CSS Border Color

CSS Border color for the above div is #d39d85

HTML with inline CSS

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

CSS Border Left color for the above div is #d39d85

HTML with inline CSS

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

CSS Border Right color for the above div is #d39d85

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d39d85

HTML with inline CSS

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

CSS Border Top color for the above div is #d39d85

HTML with inline CSS

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

#d39d85 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d39d85 Color code Preview on White Background

This is how #d39d85 Color code will look on white background color. Color contrast ratio is 2.35

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

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(211,157,133,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(133,187,211,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(211,157,133,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.