crispedge.com

Color picker

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

#d4bc93 hex color - Brown - Warm color - Information

#d4bc93 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #d4bc93 Color code in RGB color code model is created after adding 83.14% red color, 73.73% green color and 57.65% blue color. Hex #d4bc93 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 31% yellow and 17% black.

Hex #d4bc93 color code is between #ccbb99 web safe hex color code and #ddcc88 web safe hex color code. #ccbb99 is the nearest web safe color code. You can see here many more shades of #d4bc93 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Coded4bc93#d4bc93
RGB Decimal212, 188, 147rgb(212, 188, 147)
RGB Percent83%, 74%, 58%rgb(83%, 74%, 58%)
CSS RGBa212, 188, 147,1rgba(212,188,147,1)
CMYK Modelcmyk(0%,11%,31%,17%)
HSL Color Space38,43% ,70%hsl(38,43% ,70%)
HSV Color Space38°, 31%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101001011110010010011
Octal324274223
Decimal212188147
Hexd4bc93

Different shades of #d4bc93 color code.

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

Light Shade of #d4bc93
#e3d3b7
Dark Shade of #d4bc93
#c5a56f
Saturated Shade of #d4bc93
#dcbe8b
Desaturated Shade of #d4bc93
#ccba9b
Grey scale Shade of #d4bc93
#b3b3b3
Brighten Shade
#edd5ac
Most Readable Shade
#000000

Shades of #d4bc93 color code

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

#d4bc93
#bca782
#a49272
#8d7d62
#756851
#5e5341
#463e31
#2f2920
#171410
#000000

Similar Color like #d4bc93 color

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

#d5bd94
#d6be95
#d7bf96
#d8c097
#d9c198
#dac299
#dbc39a
#dcc49b
#ddc59c
#dec69d
#dfc79e
#e0c89f
#e1c9a0
#e2caa1
#d3bb92
#d2ba91
#d1b990
#d0b88f
#cfb78e
#ceb68d
#cdb58c
#ccb48b
#cbb38a
#cab289
#c9b188
#c8b087
#c7af86
#c6ae85

Monochromatic Color with #d4bc93

#d4bc93
#fee2b0
#2a251d
#544b3b
#7f7158
#a99676

Tints of #d4bc93 Color

#d4bc93
#d8c39f
#ddcaab
#e2d2b7
#e7d9c3
#ebe1cf
#f0e8db
#f5f0e7
#faf7f3
#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

#d4bc93
#93abd4

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

Split Complementary

#d4bc93
#93ccd4
#9c93d4

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

Analogous Color

#d4a293
#d4af93
#d4bc93
#d4c993
#d2d493

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

#d4bc93
#93d4bc
#bc93d4

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

#d4bc93
#93d49b
#93abd4
#d493cb

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

#d4bc93
#93abd4
#9c93d4
#ccd493

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

#d4bc93 Color Code Preview on Black Background Color

This is how #d4bc93 Color will look on black background color. Color contrast ratio is 11.41

#d4bc93 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d4bc93

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d4bc93

#d4bc93 color code is use for CSS Background Color

Background color for the above div is #d4bc93

HTML with inline CSS

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

#d4bc93 color code is use for CSS Border Color

CSS Border color for the above div is #d4bc93

HTML with inline CSS

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

CSS Border Left color for the above div is #d4bc93

HTML with inline CSS

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

CSS Border Right color for the above div is #d4bc93

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d4bc93

HTML with inline CSS

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

CSS Border Top color for the above div is #d4bc93

HTML with inline CSS

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

#d4bc93 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d4bc93 Color code Preview on White Background

This is how #d4bc93 Color code will look on white background color. Color contrast ratio is 1.84

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

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.