crispedge.com

Color picker

Loading...

#dbb26b hex color - Yellow - Warm color - Information

#dbb26b hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #dbb26b Color code in RGB color code model is created after adding 85.88% red color, 69.8% green color and 41.96% blue color. Hex #dbb26b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 19% magenta, 51% yellow and 14% black.

Hex #dbb26b color code is between #ddaa66 web safe hex color code and #ccbb77 web safe hex color code. #ddaa66 is the nearest web safe color code. You can see here many more shades of #dbb26b color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codedbb26b#dbb26b
RGB Decimal219, 178, 107rgb(219, 178, 107)
RGB Percent86%, 70%, 42%rgb(86%, 70%, 42%)
CSS RGBa219, 178, 107,1rgba(219,178,107,1)
CMYK Modelcmyk(0%,19%,51%,14%)
HSL Color Space38,61% ,64%hsl(38,61% ,64%)
HSV Color Space38°, 51%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111011001001101011
Octal333262153
Decimal219178107
Hexdbb26b

Different shades of #dbb26b color code.

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

Light Shade of #dbb26b
#e5c794
Dark Shade of #dbb26b
#d19d42
Saturated Shade of #dbb26b
#e4b462
Desaturated Shade of #dbb26b
#d2b074
Grey scale Shade of #dbb26b
#a3a3a3
Brighten Shade
#f4cb84
Most Readable Shade
#000000

Shades of #dbb26b color code

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

#dbb26b
#c29e5f
#aa8a53
#927647
#79623b
#614f2f
#493b23
#302717
#18130b
#000000

Similar Color like #dbb26b color

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

#dcb36c
#ddb46d
#deb56e
#dfb66f
#e0b770
#e1b871
#e2b972
#e3ba73
#e4bb74
#e5bc75
#e6bd76
#e7be77
#e8bf78
#e9c079
#dab16a
#d9b069
#d8af68
#d7ae67
#d6ad66
#d5ac65
#d4ab64
#d3aa63
#d2a962
#d1a861
#d0a760
#cfa65f
#cea55e
#cda45d

Monochromatic Color with #dbb26b

#dbb26b
#060503
#312818
#5b4a2d
#866d41
#b08f56

Tints of #dbb26b Color

#dbb26b
#dfba7b
#e3c38b
#e7cb9c
#ebd4ac
#efdcbd
#f3e5cd
#f7edde
#fbf6ee
#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

#dbb26b
#6b94db

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

Split Complementary

#dbb26b
#6bccdb
#7a6bdb

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

Analogous Color

#db856b
#db9c6b
#dbb26b
#dbc86b
#d7db6b

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

#dbb26b
#6bdbb2
#b26bdb

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

#dbb26b
#6bdb7a
#6b94db
#db6bcc

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

#dbb26b
#6b94db
#7a6bdb
#ccdb6b

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

#dbb26b Color Code Preview on Black Background Color

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

#dbb26b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbb26b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbb26b

#dbb26b color code is use for CSS Background Color

Background color for the above div is #dbb26b

HTML with inline CSS

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

#dbb26b color code is use for CSS Border Color

CSS Border color for the above div is #dbb26b

HTML with inline CSS

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

CSS Border Left color for the above div is #dbb26b

HTML with inline CSS

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

CSS Border Right color for the above div is #dbb26b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbb26b

HTML with inline CSS

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

CSS Border Top color for the above div is #dbb26b

HTML with inline CSS

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

#dbb26b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbb26b Color code Preview on White Background

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.