crispedge.com

Color picker

Loading...

#dbbd6f hex color - Yellow - Warm color - Information

#dbbd6f hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #dbbd6f Color code in RGB color code model is created after adding 85.88% red color, 74.12% green color and 43.53% blue color. Hex #dbbd6f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 49% yellow and 14% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codedbbd6f#dbbd6f
RGB Decimal219, 189, 111rgb(219, 189, 111)
RGB Percent86%, 74%, 44%rgb(86%, 74%, 44%)
CSS RGBa219, 189, 111,1rgba(219,189,111,1)
CMYK Modelcmyk(0%,14%,49%,14%)
HSL Color Space43,60% ,65%hsl(43,60% ,65%)
HSV Color Space43°, 49%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111011110101101111
Octal333275157
Decimal219189111
Hexdbbd6f

Different shades of #dbbd6f color code.

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

Light Shade of #dbbd6f
#e5d098
Dark Shade of #dbbd6f
#d1aa46
Saturated Shade of #dbbd6f
#e4c166
Desaturated Shade of #dbbd6f
#d2b978
Grey scale Shade of #dbbd6f
#a5a5a5
Brighten Shade
#f4d688
Most Readable Shade
#000000

Shades of #dbbd6f color code

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

#dbbd6f
#c2a862
#aa9356
#927e4a
#79693d
#615431
#493f25
#302a18
#18150c
#000000

Similar Color like #dbbd6f color

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

#dcbe70
#ddbf71
#dec072
#dfc173
#e0c274
#e1c375
#e2c476
#e3c577
#e4c678
#e5c779
#e6c87a
#e7c97b
#e8ca7c
#e9cb7d
#dabc6e
#d9bb6d
#d8ba6c
#d7b96b
#d6b86a
#d5b769
#d4b668
#d3b567
#d2b466
#d1b365
#d0b264
#cfb163
#ceb062
#cdaf61

Monochromatic Color with #dbbd6f

#dbbd6f
#060603
#312a19
#5b4f2e
#867444
#b09859

Tints of #dbbd6f Color

#dbbd6f
#dfc47f
#e3cb8f
#e7d39f
#ebdaaf
#efe1bf
#f3e9cf
#f7f0df
#fbf7ef
#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

#dbbd6f
#6f8ddb

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

Split Complementary

#dbbd6f
#6fc3db
#876fdb

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

Analogous Color

#db926f
#dba76f
#dbbd6f
#dbd36f
#cedb6f

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

#dbbd6f
#6fdbbd
#bd6fdb

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

#dbbd6f
#6fdb87
#6f8ddb
#db6fc3

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

#dbbd6f
#6f8ddb
#876fdb
#c3db6f

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

#dbbd6f Color Code Preview on Black Background Color

This is how #dbbd6f Color will look on black background color. Color contrast ratio is 11.52

#dbbd6f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbbd6f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbbd6f

#dbbd6f color code is use for CSS Background Color

Background color for the above div is #dbbd6f

HTML with inline CSS

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

#dbbd6f color code is use for CSS Border Color

CSS Border color for the above div is #dbbd6f

HTML with inline CSS

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

CSS Border Left color for the above div is #dbbd6f

HTML with inline CSS

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

CSS Border Right color for the above div is #dbbd6f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbbd6f

HTML with inline CSS

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

CSS Border Top color for the above div is #dbbd6f

HTML with inline CSS

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

#dbbd6f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbbd6f Color code Preview on White Background

This is how #dbbd6f Color code will look on white background color. Color contrast ratio is 1.82

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

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,189,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(111,141,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,189,111,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.