crispedge.com

Color picker

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

#d19d85 hex color - Brown - Warm color - Information

#d19d85 hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #d19d85 Color code in RGB color code model is created after adding 81.96% red color, 61.57% green color and 52.16% blue color. Hex #d19d85 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 25% magenta, 36% yellow and 18% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Coded19d85#d19d85
RGB Decimal209, 157, 133rgb(209, 157, 133)
RGB Percent82%, 62%, 52%rgb(82%, 62%, 52%)
CSS RGBa209, 157, 133,1rgba(209,157,133,1)
CMYK Modelcmyk(0%,25%,36%,18%)
HSL Color Space19,45% ,67%hsl(19,45% ,67%)
HSV Color Space19°, 36%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100011001110110000101
Octal321235205
Decimal209157133
Hexd19d85

Different shades of #d19d85 color code.

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

Light Shade of #d19d85
#dfbbaa
Dark Shade of #d19d85
#c37f60
Saturated Shade of #d19d85
#d99a7d
Desaturated Shade of #d19d85
#c9a08d
Grey scale Shade of #d19d85
#ababab
Brighten Shade
#eab69e
Most Readable Shade
#000000

Shades of #d19d85 color code

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

#d19d85
#b98b76
#a27a67
#8b6858
#745749
#5c453b
#45342c
#2e221d
#17110e
#000000

Similar Color like #d19d85 color

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

#d29e86
#d39f87
#d4a088
#d5a189
#d6a28a
#d7a38b
#d8a48c
#d9a58d
#daa68e
#dba78f
#dca890
#dda991
#deaa92
#dfab93
#d09c84
#cf9b83
#ce9a82
#cd9981
#cc9880
#cb977f
#ca967e
#c9957d
#c8947c
#c7937b
#c6927a
#c59179
#c49078
#c38f77

Monochromatic Color with #d19d85

#d19d85
#fbbda0
#271d19
#513d34
#7c5d4f
#a67d6a

Tints of #d19d85 Color

#d19d85
#d6a792
#dbb2a0
#e0bdad
#e5c8bb
#ead3c8
#efded6
#f4e9e3
#f9f4f1
#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

#d19d85
#85b9d1

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

Split Complementary

#d19d85
#85d1c3
#8593d1

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

Analogous Color

#d1858b
#d18e85
#d19d85
#d1ac85
#d1bb85

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

#d19d85
#85d19d
#9d85d1

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

#d19d85
#93d185
#85b9d1
#c385d1

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

#d19d85
#85b9d1
#8593d1
#d1c385

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

#d19d85 Color Code Preview on Black Background Color

This is how #d19d85 Color will look on black background color. Color contrast ratio is 8.87

#d19d85 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d19d85

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d19d85

#d19d85 color code is use for CSS Background Color

Background color for the above div is #d19d85

HTML with inline CSS

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

#d19d85 color code is use for CSS Border Color

CSS Border color for the above div is #d19d85

HTML with inline CSS

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

CSS Border Left color for the above div is #d19d85

HTML with inline CSS

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

CSS Border Right color for the above div is #d19d85

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d19d85

HTML with inline CSS

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

CSS Border Top color for the above div is #d19d85

HTML with inline CSS

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

#d19d85 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d19d85 Color code Preview on White Background

This is how #d19d85 Color code will look on white background color. Color contrast ratio is 2.37

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

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.