crispedge.com

Color picker

Loading...

#dbc37c hex color - Yellow - Warm color - Information

#dbc37c hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #dbc37c Color code in RGB color code model is created after adding 85.88% red color, 76.47% green color and 48.63% blue color. Hex #dbc37c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 43% yellow and 14% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedbc37c#dbc37c
RGB Decimal219, 195, 124rgb(219, 195, 124)
RGB Percent86%, 76%, 49%rgb(86%, 76%, 49%)
CSS RGBa219, 195, 124,1rgba(219,195,124,1)
CMYK Modelcmyk(0%,11%,43%,14%)
HSL Color Space45,57% ,67%hsl(45,57% ,67%)
HSV Color Space45°, 43%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111100001101111100
Octal333303174
Decimal219195124
Hexdbc37c

Different shades of #dbc37c color code.

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

Light Shade of #dbc37c
#e6d5a4
Dark Shade of #dbc37c
#d0b154
Saturated Shade of #dbc37c
#e3c774
Desaturated Shade of #dbc37c
#d3bf84
Grey scale Shade of #dbc37c
#ababab
Brighten Shade
#f4dc95
Most Readable Shade
#000000

Shades of #dbc37c color code

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

#dbc37c
#c2ad6e
#aa9760
#928252
#796c44
#615637
#494129
#302b1b
#18150d
#000000

Similar Color like #dbc37c color

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

#dcc47d
#ddc57e
#dec67f
#dfc780
#e0c881
#e1c982
#e2ca83
#e3cb84
#e4cc85
#e5cd86
#e6ce87
#e7cf88
#e8d089
#e9d18a
#dac27b
#d9c17a
#d8c079
#d7bf78
#d6be77
#d5bd76
#d4bc75
#d3bb74
#d2ba73
#d1b972
#d0b871
#cfb770
#ceb66f
#cdb56e

Monochromatic Color with #dbc37c

#dbc37c
#060604
#312c1c
#5b5134
#86774c
#b09d64

Tints of #dbc37c Color

#dbc37c
#dfc98a
#e3d099
#e7d7a7
#ebddb6
#efe4c4
#f3ebd3
#f7f1e1
#fbf8f0
#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

#dbc37c
#7c94db

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

Split Complementary

#dbc37c
#7cc4db
#947cdb

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

Analogous Color

#db9d7c
#dbb07c
#dbc37c
#dbd67c
#cddb7c

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

#dbc37c
#7cdbc3
#c37cdb

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

#dbc37c
#7cdb93
#7c94db
#db7cc3

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

#dbc37c
#7c94db
#947cdb
#c3db7c

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

#dbc37c Color Code Preview on Black Background Color

This is how #dbc37c Color will look on black background color. Color contrast ratio is 12.11

#dbc37c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbc37c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbc37c

#dbc37c color code is use for CSS Background Color

Background color for the above div is #dbc37c

HTML with inline CSS

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

#dbc37c color code is use for CSS Border Color

CSS Border color for the above div is #dbc37c

HTML with inline CSS

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

CSS Border Left color for the above div is #dbc37c

HTML with inline CSS

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

CSS Border Right color for the above div is #dbc37c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbc37c

HTML with inline CSS

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

CSS Border Top color for the above div is #dbc37c

HTML with inline CSS

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

#dbc37c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbc37c Color code Preview on White Background

This is how #dbc37c Color code will look on white background color. Color contrast ratio is 1.73

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.