crispedge.com

Color picker

Loading...

#dbb97e hex color - Yellow - Warm color - Information

#dbb97e hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #dbb97e Color code in RGB color code model is created after adding 85.88% red color, 72.55% green color and 49.41% blue color. Hex #dbb97e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 42% yellow and 14% black.

Hex #dbb97e color code is between #ddbb77 web safe hex color code and #ccaa88 web safe hex color code. #ddbb77 is the nearest web safe color code. You can see here many more shades of #dbb97e color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codedbb97e#dbb97e
RGB Decimal219, 185, 126rgb(219, 185, 126)
RGB Percent86%, 73%, 49%rgb(86%, 73%, 49%)
CSS RGBa219, 185, 126,1rgba(219,185,126,1)
CMYK Modelcmyk(0%,16%,42%,14%)
HSL Color Space38,56% ,68%hsl(38,56% ,68%)
HSV Color Space38°, 42%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111011100101111110
Octal333271176
Decimal219185126
Hexdbb97e

Different shades of #dbb97e color code.

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

Light Shade of #dbb97e
#e6cfa6
Dark Shade of #dbb97e
#d0a356
Saturated Shade of #dbb97e
#e3bb76
Desaturated Shade of #dbb97e
#d3b786
Grey scale Shade of #dbb97e
#acacac
Brighten Shade
#f4d297
Most Readable Shade
#000000

Shades of #dbb97e color code

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

#dbb97e
#c2a470
#aa8f62
#927b54
#796646
#615238
#493d2a
#30291c
#18140e
#000000

Similar Color like #dbb97e color

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

#dcba7f
#ddbb80
#debc81
#dfbd82
#e0be83
#e1bf84
#e2c085
#e3c186
#e4c287
#e5c388
#e6c489
#e7c58a
#e8c68b
#e9c78c
#dab87d
#d9b77c
#d8b67b
#d7b57a
#d6b479
#d5b378
#d4b277
#d3b176
#d2b075
#d1af74
#d0ae73
#cfad72
#ceac71
#cdab70

Monochromatic Color with #dbb97e

#dbb97e
#060504
#31291c
#5b4d35
#86714d
#b09566

Tints of #dbb97e Color

#dbb97e
#dfc08c
#e3c89a
#e7d0a9
#ebd8b7
#efdfc5
#f3e7d4
#f7efe2
#fbf7f0
#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

#dbb97e
#7ea0db

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

Split Complementary

#dbb97e
#7ecedb
#8a7edb

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

Analogous Color

#db947e
#dba67e
#dbb97e
#dbcc7e
#d8db7e

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

#dbb97e
#7edbb9
#b97edb

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

#dbb97e
#7edb8a
#7ea0db
#db7ece

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

#dbb97e
#7ea0db
#8a7edb
#cedb7e

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

#dbb97e Color Code Preview on Black Background Color

This is how #dbb97e Color will look on black background color. Color contrast ratio is 11.25

#dbb97e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbb97e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbb97e

#dbb97e color code is use for CSS Background Color

Background color for the above div is #dbb97e

HTML with inline CSS

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

#dbb97e color code is use for CSS Border Color

CSS Border color for the above div is #dbb97e

HTML with inline CSS

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

CSS Border Left color for the above div is #dbb97e

HTML with inline CSS

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

CSS Border Right color for the above div is #dbb97e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbb97e

HTML with inline CSS

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

CSS Border Top color for the above div is #dbb97e

HTML with inline CSS

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

#dbb97e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbb97e Color code Preview on White Background

This is how #dbb97e Color code will look on white background color. Color contrast ratio is 1.87

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

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(219,185,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(126,160,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,185,126,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.