crispedge.com

Color picker

Loading...

#dbc07b hex color - Yellow - Warm color - Information

#dbc07b hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #dbc07b Color code in RGB color code model is created after adding 85.88% red color, 75.29% green color and 48.24% blue color. Hex #dbc07b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 44% yellow and 14% black.

Hex #dbc07b 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 #dbc07b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedbc07b#dbc07b
RGB Decimal219, 192, 123rgb(219, 192, 123)
RGB Percent86%, 75%, 48%rgb(86%, 75%, 48%)
CSS RGBa219, 192, 123,1rgba(219,192,123,1)
CMYK Modelcmyk(0%,12%,44%,14%)
HSL Color Space43,57% ,67%hsl(43,57% ,67%)
HSV Color Space43°, 44%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111100000001111011
Octal333300173
Decimal219192123
Hexdbc07b

Different shades of #dbc07b color code.

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

Light Shade of #dbc07b
#e6d3a3
Dark Shade of #dbc07b
#d0ad53
Saturated Shade of #dbc07b
#e3c473
Desaturated Shade of #dbc07b
#d3bc83
Grey scale Shade of #dbc07b
#ababab
Brighten Shade
#f4d994
Most Readable Shade
#000000

Shades of #dbc07b color code

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

#dbc07b
#c2aa6d
#aa955f
#928052
#796a44
#615536
#494029
#302a1b
#18150d
#000000

Similar Color like #dbc07b color

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

#dcc17c
#ddc27d
#dec37e
#dfc47f
#e0c580
#e1c681
#e2c782
#e3c883
#e4c984
#e5ca85
#e6cb86
#e7cc87
#e8cd88
#e9ce89
#dabf7a
#d9be79
#d8bd78
#d7bc77
#d6bb76
#d5ba75
#d4b974
#d3b873
#d2b772
#d1b671
#d0b570
#cfb46f
#ceb36e
#cdb26d

Monochromatic Color with #dbc07b

#dbc07b
#060604
#312b1c
#5b5033
#86754b
#b09b63

Tints of #dbc07b Color

#dbc07b
#dfc789
#e3ce98
#e7d5a7
#ebdcb5
#efe3c4
#f3ead3
#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

#dbc07b
#7b96db

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

Split Complementary

#dbc07b
#7bc6db
#907bdb

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

Analogous Color

#db9a7b
#dbad7b
#dbc07b
#dbd37b
#d0db7b

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

#dbc07b
#7bdbc0
#c07bdb

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

#dbc07b
#7bdb90
#7b96db
#db7bc6

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

#dbc07b
#7b96db
#907bdb
#c6db7b

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

#dbc07b Color Code Preview on Black Background Color

This is how #dbc07b Color will look on black background color. Color contrast ratio is 11.84

#dbc07b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbc07b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbc07b

#dbc07b color code is use for CSS Background Color

Background color for the above div is #dbc07b

HTML with inline CSS

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

#dbc07b color code is use for CSS Border Color

CSS Border color for the above div is #dbc07b

HTML with inline CSS

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

CSS Border Left color for the above div is #dbc07b

HTML with inline CSS

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

CSS Border Right color for the above div is #dbc07b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbc07b

HTML with inline CSS

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

CSS Border Top color for the above div is #dbc07b

HTML with inline CSS

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

#dbc07b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbc07b Color code Preview on White Background

This is how #dbc07b Color code will look on white background color. Color contrast ratio is 1.77

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

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,192,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(123,150,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,192,123,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.