crispedge.com

Color picker

Loading...

#dcbb6f hex color - Yellow - Warm color - Information

#dcbb6f hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #dcbb6f Color code in RGB color code model is created after adding 86.27% red color, 73.33% green color and 43.53% blue color. Hex #dcbb6f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 50% yellow and 14% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedcbb6f#dcbb6f
RGB Decimal220, 187, 111rgb(220, 187, 111)
RGB Percent86%, 73%, 44%rgb(86%, 73%, 44%)
CSS RGBa220, 187, 111,1rgba(220,187,111,1)
CMYK Modelcmyk(0%,15%,50%,14%)
HSL Color Space42,61% ,65%hsl(42,61% ,65%)
HSV Color Space42°, 50%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001011101101101111
Octal334273157
Decimal220187111
Hexdcbb6f

Different shades of #dcbb6f color code.

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

Light Shade of #dcbb6f
#e6ce98
Dark Shade of #dcbb6f
#d2a846
Saturated Shade of #dcbb6f
#e5bf66
Desaturated Shade of #dcbb6f
#d3b778
Grey scale Shade of #dcbb6f
#a5a5a5
Brighten Shade
#f5d488
Most Readable Shade
#000000

Shades of #dcbb6f color code

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

#dcbb6f
#c3a662
#ab9156
#927c4a
#7a673d
#615331
#493e25
#302918
#18140c
#000000

Similar Color like #dcbb6f color

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

#ddbc70
#debd71
#dfbe72
#e0bf73
#e1c074
#e2c175
#e3c276
#e4c377
#e5c478
#e6c579
#e7c67a
#e8c77b
#e9c87c
#eac97d
#dbba6e
#dab96d
#d9b86c
#d8b76b
#d7b66a
#d6b569
#d5b468
#d4b367
#d3b266
#d2b165
#d1b064
#d0af63
#cfae62
#cead61

Monochromatic Color with #dcbb6f

#dcbb6f
#070604
#322a19
#5c4f2f
#877344
#b1975a

Tints of #dcbb6f Color

#dcbb6f
#dfc27f
#e3ca8f
#e7d19f
#ebd9af
#efe0bf
#f3e8cf
#f7efdf
#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

#dcbb6f
#6f90dc

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

Split Complementary

#dcbb6f
#6fc7dc
#846fdc

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

Analogous Color

#dc8f6f
#dca56f
#dcbb6f
#dcd16f
#d1dc6f

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

#dcbb6f
#6fdcbb
#bb6fdc

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

#dcbb6f
#6fdc84
#6f90dc
#dc6fc6

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

#dcbb6f
#6f90dc
#846fdc
#c7dc6f

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

#dcbb6f Color Code Preview on Black Background Color

This is how #dcbb6f Color will look on black background color. Color contrast ratio is 11.38

#dcbb6f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcbb6f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcbb6f

#dcbb6f color code is use for CSS Background Color

Background color for the above div is #dcbb6f

HTML with inline CSS

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

#dcbb6f color code is use for CSS Border Color

CSS Border color for the above div is #dcbb6f

HTML with inline CSS

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

CSS Border Left color for the above div is #dcbb6f

HTML with inline CSS

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

CSS Border Right color for the above div is #dcbb6f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dcbb6f

HTML with inline CSS

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

CSS Border Top color for the above div is #dcbb6f

HTML with inline CSS

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

#dcbb6f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dcbb6f Color code Preview on White Background

This is how #dcbb6f Color code will look on white background color. Color contrast ratio is 1.85

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

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(220,187,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(111,144,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(220,187,111,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.