crispedge.com

Color picker

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

#dcbe7b hex color - Yellow - Warm color - Information

#dcbe7b hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

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

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

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Codedcbe7b#dcbe7b
RGB Decimal220, 190, 123rgb(220, 190, 123)
RGB Percent86%, 75%, 48%rgb(86%, 75%, 48%)
CSS RGBa220, 190, 123,1rgba(220,190,123,1)
CMYK Modelcmyk(0%,14%,44%,14%)
HSL Color Space41,58% ,67%hsl(41,58% ,67%)
HSV Color Space41°, 44%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001011111001111011
Octal334276173
Decimal220190123
Hexdcbe7b

Different shades of #dcbe7b color code.

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

Light Shade of #dcbe7b
#e7d2a3
Dark Shade of #dcbe7b
#d1aa53
Saturated Shade of #dcbe7b
#e4c173
Desaturated Shade of #dcbe7b
#d4bb83
Grey scale Shade of #dcbe7b
#ababab
Brighten Shade
#f5d794
Most Readable Shade
#000000

Shades of #dcbe7b color code

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

#dcbe7b
#c3a86d
#ab935f
#927e52
#7a6944
#615436
#493f29
#302a1b
#18150d
#000000

Similar Color like #dcbe7b color

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

#ddbf7c
#dec07d
#dfc17e
#e0c27f
#e1c380
#e2c481
#e3c582
#e4c683
#e5c784
#e6c885
#e7c986
#e8ca87
#e9cb88
#eacc89
#dbbd7a
#dabc79
#d9bb78
#d8ba77
#d7b976
#d6b875
#d5b774
#d4b673
#d3b572
#d2b471
#d1b370
#d0b26f
#cfb16e
#ceb06d

Monochromatic Color with #dcbe7b

#dcbe7b
#070604
#322b1c
#5c5034
#87754b
#b19963

Tints of #dcbe7b Color

#dcbe7b
#dfc589
#e3cc98
#e7d3a7
#ebdab5
#efe2c4
#f3e9d3
#f7f0e1
#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

#dcbe7b
#7b99dc

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

Split Complementary

#dcbe7b
#7bcadc
#8e7bdc

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

Analogous Color

#dc977b
#dcab7b
#dcbe7b
#dcd17b
#d3dc7b

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

#dcbe7b
#7bdcbe
#be7bdc

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

#dcbe7b
#7bdc8d
#7b99dc
#dc7bc9

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

#dcbe7b
#7b99dc
#8e7bdc
#c9dc7b

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

#dcbe7b Color Code Preview on Black Background Color

This is how #dcbe7b Color will look on black background color. Color contrast ratio is 11.69

#dcbe7b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcbe7b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcbe7b

#dcbe7b color code is use for CSS Background Color

Background color for the above div is #dcbe7b

HTML with inline CSS

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

#dcbe7b color code is use for CSS Border Color

CSS Border color for the above div is #dcbe7b

HTML with inline CSS

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

CSS Border Left color for the above div is #dcbe7b

HTML with inline CSS

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

CSS Border Right color for the above div is #dcbe7b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dcbe7b

HTML with inline CSS

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

CSS Border Top color for the above div is #dcbe7b

HTML with inline CSS

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

#dcbe7b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dcbe7b Color code Preview on White Background

This is how #dcbe7b Color code will look on white background color. Color contrast ratio is 1.80

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

Related Gradients

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.