crispedge.com

Color picker

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

#dcc7be hex color - Orange - Warm color - Information

#dcc7be hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

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

Hex #dcc7be color code is between #ddccbb web safe hex color code and #ccbbcc web safe hex color code. #ddccbb is the nearest web safe color code. You can see here many more shades of #dcc7be color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codedcc7be#dcc7be
RGB Decimal220, 199, 190rgb(220, 199, 190)
RGB Percent86%, 78%, 75%rgb(86%, 78%, 75%)
CSS RGBa220, 199, 190,1rgba(220,199,190,1)
CMYK Modelcmyk(0%,10%,14%,14%)
HSL Color Space18,30% ,80%hsl(18,30% ,80%)
HSV Color Space18°, 14%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001100011110111110
Octal334307276
Decimal220199190
Hexdcc7be

Different shades of #dcc7be color code.

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

Light Shade of #dcc7be
#eee4df
Dark Shade of #dcc7be
#caaa9d
Saturated Shade of #dcc7be
#e1c5b9
Desaturated Shade of #dcc7be
#d7c9c3
Grey scale Shade of #dcc7be
#cdcdcd
Brighten Shade
#f5e0d7
Most Readable Shade
#000000

Shades of #dcc7be color code

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

#dcc7be
#c3b0a8
#ab9a93
#92847e
#7a6e69
#615854
#49423f
#302c2a
#181615
#000000

Similar Color like #dcc7be color

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

#ddc8bf
#dec9c0
#dfcac1
#e0cbc2
#e1ccc3
#e2cdc4
#e3cec5
#e4cfc6
#e5d0c7
#e6d1c8
#e7d2c9
#e8d3ca
#e9d4cb
#ead5cc
#dbc6bd
#dac5bc
#d9c4bb
#d8c3ba
#d7c2b9
#d6c1b8
#d5c0b7
#d4bfb6
#d3beb5
#d2bdb4
#d1bcb3
#d0bbb2
#cfbab1
#ceb9b0

Monochromatic Color with #dcc7be

#dcc7be
#070706
#322d2b
#5c5450
#877a75
#b1a199

Tints of #dcc7be Color

#dcc7be
#dfcdc5
#e3d3cc
#e7d9d3
#ebdfda
#efe6e2
#f3ece9
#f7f2f0
#fbf8f7
#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

#dcc7be
#bed3dc

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

Split Complementary

#dcc7be
#bedcd6
#bec4dc

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

Analogous Color

#dcbec1
#dcc1be
#dcc7be
#dccdbe
#dcd3be

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

#dcc7be
#bedcc7
#c7bedc

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

#dcc7be
#c4dcbe
#bed3dc
#d6bedc

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

#dcc7be
#bed3dc
#bec4dc
#dcd6be

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

#dcc7be Color Code Preview on Black Background Color

This is how #dcc7be Color will look on black background color. Color contrast ratio is 12.96

#dcc7be in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcc7be

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcc7be

#dcc7be color code is use for CSS Background Color

Background color for the above div is #dcc7be

HTML with inline CSS

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

#dcc7be color code is use for CSS Border Color

CSS Border color for the above div is #dcc7be

HTML with inline CSS

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

CSS Border Left color for the above div is #dcc7be

HTML with inline CSS

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

CSS Border Right color for the above div is #dcc7be

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dcc7be

HTML with inline CSS

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

CSS Border Top color for the above div is #dcc7be

HTML with inline CSS

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

#dcc7be hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dcc7be Color code Preview on White Background

This is how #dcc7be Color code will look on white background color. Color contrast ratio is 1.62

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.