crispedge.com

Color picker

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

#d1b394 hex color - Brown - Warm color - Information

#d1b394 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #d1b394 Color code in RGB color code model is created after adding 81.96% red color, 70.2% green color and 58.04% blue color. Hex #d1b394 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 29% yellow and 18% black.

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

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Coded1b394#d1b394
RGB Decimal209, 179, 148rgb(209, 179, 148)
RGB Percent82%, 70%, 58%rgb(82%, 70%, 58%)
CSS RGBa209, 179, 148,1rgba(209,179,148,1)
CMYK Modelcmyk(0%,14%,29%,18%)
HSL Color Space30,40% ,70%hsl(30,40% ,70%)
HSV Color Space30°, 29%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100011011001110010100
Octal321263224
Decimal209179148
Hexd1b394

Different shades of #d1b394 color code.

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

Light Shade of #d1b394
#e0ccb8
Dark Shade of #d1b394
#c29a70
Saturated Shade of #d1b394
#d9b38c
Desaturated Shade of #d1b394
#c9b39c
Grey scale Shade of #d1b394
#b3b3b3
Brighten Shade
#eaccad
Most Readable Shade
#000000

Shades of #d1b394 color code

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

#d1b394
#b99f83
#a28b73
#8b7762
#746352
#5c4f41
#453b31
#2e2720
#171310
#000000

Similar Color like #d1b394 color

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

#d2b495
#d3b596
#d4b697
#d5b798
#d6b899
#d7b99a
#d8ba9b
#d9bb9c
#dabc9d
#dbbd9e
#dcbe9f
#ddbfa0
#dec0a1
#dfc1a2
#d0b293
#cfb192
#ceb091
#cdaf90
#ccae8f
#cbad8e
#caac8d
#c9ab8c
#c8aa8b
#c7a98a
#c6a889
#c5a788
#c4a687
#c3a586

Monochromatic Color with #d1b394

#d1b394
#fbd7b2
#27211c
#51463a
#7c6a58
#a68f76

Tints of #d1b394 Color

#d1b394
#d6bb9f
#dbc3ab
#e0ccb7
#e5d4c3
#eaddcf
#efe5db
#f4eee7
#f9f6f3
#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

#d1b394
#94b2d1

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

Split Complementary

#d1b394
#94d1d1
#9494d1

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

Analogous Color

#d19b94
#d1a794
#d1b394
#d1bf94
#d1cb94

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

#d1b394
#94d1b3
#b394d1

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

#d1b394
#94d195
#94b2d1
#d194d0

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

#d1b394
#94b2d1
#9494d1
#d1d194

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

#d1b394 Color Code Preview on Black Background Color

This is how #d1b394 Color will look on black background color. Color contrast ratio is 10.59

#d1b394 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d1b394

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d1b394

#d1b394 color code is use for CSS Background Color

Background color for the above div is #d1b394

HTML with inline CSS

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

#d1b394 color code is use for CSS Border Color

CSS Border color for the above div is #d1b394

HTML with inline CSS

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

CSS Border Left color for the above div is #d1b394

HTML with inline CSS

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

CSS Border Right color for the above div is #d1b394

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d1b394

HTML with inline CSS

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

CSS Border Top color for the above div is #d1b394

HTML with inline CSS

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

#d1b394 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d1b394 Color code Preview on White Background

This is how #d1b394 Color code will look on white background color. Color contrast ratio is 1.98

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.