crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#dcbc7f hex color - Yellow - Warm color - Information

#dcbc7f hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedcbc7f#dcbc7f
RGB Decimal220, 188, 127rgb(220, 188, 127)
RGB Percent86%, 74%, 50%rgb(86%, 74%, 50%)
CSS RGBa220, 188, 127,1rgba(220,188,127,1)
CMYK Modelcmyk(0%,15%,42%,14%)
HSL Color Space39,57% ,68%hsl(39,57% ,68%)
HSV Color Space39°, 42%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001011110001111111
Octal334274177
Decimal220188127
Hexdcbc7f

Different shades of #dcbc7f color code.

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

Light Shade of #dcbc7f
#e7d1a7
Dark Shade of #dcbc7f
#d1a757
Saturated Shade of #dcbc7f
#e4bf77
Desaturated Shade of #dcbc7f
#d4b987
Grey scale Shade of #dcbc7f
#adadad
Brighten Shade
#f5d598
Most Readable Shade
#000000

Shades of #dcbc7f color code

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

#dcbc7f
#c3a770
#ab9262
#927d54
#7a6846
#615338
#493e2a
#30291c
#18140e
#000000

Similar Color like #dcbc7f color

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

#ddbd80
#debe81
#dfbf82
#e0c083
#e1c184
#e2c285
#e3c386
#e4c487
#e5c588
#e6c689
#e7c78a
#e8c88b
#e9c98c
#eaca8d
#dbbb7e
#daba7d
#d9b97c
#d8b87b
#d7b77a
#d6b679
#d5b578
#d4b477
#d3b376
#d2b275
#d1b174
#d0b073
#cfaf72
#ceae71

Monochromatic Color with #dcbc7f

#dcbc7f
#070604
#322b1d
#5c4f35
#87734e
#b19866

Tints of #dcbc7f Color

#dcbc7f
#dfc38d
#e3ca9b
#e7d2a9
#ebd9b7
#efe1c6
#f3e8d4
#f7f0e2
#fbf7f0
#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

#dcbc7f
#7f9fdc

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

Split Complementary

#dcbc7f
#7fcddc
#8e7fdc

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

Analogous Color

#dc977f
#dca97f
#dcbc7f
#dccf7f
#d7dc7f

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

#dcbc7f
#7fdcbc
#bc7fdc

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

#dcbc7f
#7fdc8d
#7f9fdc
#dc7fcd

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

#dcbc7f
#7f9fdc
#8e7fdc
#cddc7f

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

#dcbc7f Color Code Preview on Black Background Color

This is how #dcbc7f Color will look on black background color. Color contrast ratio is 11.54

#dcbc7f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcbc7f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcbc7f

#dcbc7f color code is use for CSS Background Color

Background color for the above div is #dcbc7f

HTML with inline CSS

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

#dcbc7f color code is use for CSS Border Color

CSS Border color for the above div is #dcbc7f

HTML with inline CSS

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

CSS Border Left color for the above div is #dcbc7f

HTML with inline CSS

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

CSS Border Right color for the above div is #dcbc7f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dcbc7f

HTML with inline CSS

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

CSS Border Top color for the above div is #dcbc7f

HTML with inline CSS

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

#dcbc7f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dcbc7f Color code Preview on White Background

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.