crispedge.com

Color picker

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

#d18d49 hex color - Brown - Warm color - Information

#d18d49 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #d18d49 Color code in RGB color code model is created after adding 81.96% red color, 55.29% green color and 28.63% blue color. Hex #d18d49 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 65% yellow and 18% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Coded18d49#d18d49
RGB Decimal209, 141, 73rgb(209, 141, 73)
RGB Percent82%, 55%, 29%rgb(82%, 55%, 29%)
CSS RGBa209, 141, 73,1rgba(209,141,73,1)
CMYK Modelcmyk(0%,33%,65%,18%)
HSL Color Space30,60% ,55%hsl(30,60% ,55%)
HSV Color Space30°, 65%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100011000110101001001
Octal321215111
Decimal20914173
Hexd18d49

Different shades of #d18d49 color code.

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

Light Shade of #d18d49
#dba672
Dark Shade of #d18d49
#b8732f
Saturated Shade of #d18d49
#dc8d3e
Desaturated Shade of #d18d49
#c68d54
Grey scale Shade of #d18d49
#8d8d8d
Brighten Shade
#eaa662
Most Readable Shade
#000000

Shades of #d18d49 color code

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

#d18d49
#b97d40
#a26d38
#8b5e30
#744e28
#5c3e20
#452f18
#2e1f10
#170f08
#000000

Similar Color like #d18d49 color

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

#d28e4a
#d38f4b
#d4904c
#d5914d
#d6924e
#d7934f
#d89450
#d99551
#da9652
#db9753
#dc9854
#dd9955
#de9a56
#df9b57
#d08c48
#cf8b47
#ce8a46
#cd8945
#cc8844
#cb8743
#ca8642
#c98541
#c88440
#c7833f
#c6823e
#c5813d
#c4803c
#c37f3b

Monochromatic Color with #d18d49

#d18d49
#fbaa58
#271a0e
#51371c
#7c542b
#a6703a

Tints of #d18d49 Color

#d18d49
#d6995d
#dba671
#e0b385
#e5bf99
#eaccae
#efd9c2
#f4e5d6
#f9f2ea
#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

#d18d49
#498dd1

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

Split Complementary

#d18d49
#49d1d1
#4949d1

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

Analogous Color

#d15749
#d17249
#d18d49
#d1a849
#d1c349

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

#d18d49
#49d18d
#8d49d1

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

#d18d49
#49d149
#498dd1
#d149d1

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

#d18d49
#498dd1
#4949d1
#d1d149

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

#d18d49 Color Code Preview on Black Background Color

This is how #d18d49 Color will look on black background color. Color contrast ratio is 7.62

#d18d49 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d18d49

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d18d49

#d18d49 color code is use for CSS Background Color

Background color for the above div is #d18d49

HTML with inline CSS

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

#d18d49 color code is use for CSS Border Color

CSS Border color for the above div is #d18d49

HTML with inline CSS

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

CSS Border Left color for the above div is #d18d49

HTML with inline CSS

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

CSS Border Right color for the above div is #d18d49

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d18d49

HTML with inline CSS

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

CSS Border Top color for the above div is #d18d49

HTML with inline CSS

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

#d18d49 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d18d49 Color code Preview on White Background

This is how #d18d49 Color code will look on white background color. Color contrast ratio is 2.76

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

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.