crispedge.com

Color picker

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

#dcc2ac hex color - Orange - Warm color - Information

#dcc2ac hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #dcc2ac Color code in RGB color code model is created after adding 86.27% red color, 76.08% green color and 67.45% blue color. Hex #dcc2ac Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 22% yellow and 14% black.

Hex #dcc2ac color code is between #ddbbaa web safe hex color code and #ccccbb web safe hex color code. #ddbbaa is the nearest web safe color code. You can see here many more shades of #dcc2ac color code.

0 Likes 0 Comments | 16 Views

Color Table

Hex Color Codedcc2ac#dcc2ac
RGB Decimal220, 194, 172rgb(220, 194, 172)
RGB Percent86%, 76%, 67%rgb(86%, 76%, 67%)
CSS RGBa220, 194, 172,1rgba(220,194,172,1)
CMYK Modelcmyk(0%,12%,22%,14%)
HSL Color Space28,41% ,77%hsl(28,41% ,77%)
HSV Color Space28°, 22%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001100001010101100
Octal334302254
Decimal220194172
Hexdcc2ac

Different shades of #dcc2ac color code.

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

Light Shade of #dcc2ac
#ebdcd0
Dark Shade of #dcc2ac
#cda888
Saturated Shade of #dcc2ac
#e2c2a6
Desaturated Shade of #dcc2ac
#d6c2b2
Grey scale Shade of #dcc2ac
#c4c4c4
Brighten Shade
#f5dbc5
Most Readable Shade
#000000

Shades of #dcc2ac color code

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

#dcc2ac
#c3ac98
#ab9685
#928172
#7a6b5f
#61564c
#494039
#302b26
#181513
#000000

Similar Color like #dcc2ac color

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

#ddc3ad
#dec4ae
#dfc5af
#e0c6b0
#e1c7b1
#e2c8b2
#e3c9b3
#e4cab4
#e5cbb5
#e6ccb6
#e7cdb7
#e8ceb8
#e9cfb9
#ead0ba
#dbc1ab
#dac0aa
#d9bfa9
#d8bea8
#d7bda7
#d6bca6
#d5bba5
#d4baa4
#d3b9a3
#d2b8a2
#d1b7a1
#d0b6a0
#cfb59f
#ceb49e

Monochromatic Color with #dcc2ac

#dcc2ac
#070706
#322c27
#5c5248
#87776a
#b19d8b

Tints of #dcc2ac Color

#dcc2ac
#dfc8b5
#e3cfbe
#e7d6c7
#ebddd0
#efe3da
#f3eae3
#f7f1ec
#fbf8f5
#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

#dcc2ac
#acc6dc

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

Split Complementary

#dcc2ac
#acdcda
#acaedc

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

Analogous Color

#dcafac
#dcb8ac
#dcc2ac
#dcccac
#dcd5ac

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

#dcc2ac
#acdcc2
#c2acdc

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

#dcc2ac
#aedcac
#acc6dc
#daacdc

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

#dcc2ac
#acc6dc
#acaedc
#dcdaac

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

#dcc2ac Color Code Preview on Black Background Color

This is how #dcc2ac Color will look on black background color. Color contrast ratio is 12.36

#dcc2ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcc2ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcc2ac

#dcc2ac color code is use for CSS Background Color

Background color for the above div is #dcc2ac

HTML with inline CSS

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

#dcc2ac color code is use for CSS Border Color

CSS Border color for the above div is #dcc2ac

HTML with inline CSS

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

CSS Border Left color for the above div is #dcc2ac

HTML with inline CSS

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

CSS Border Right color for the above div is #dcc2ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dcc2ac

HTML with inline CSS

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

CSS Border Top color for the above div is #dcc2ac

HTML with inline CSS

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

#dcc2ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dcc2ac Color code Preview on White Background

This is how #dcc2ac Color code will look on white background color. Color contrast ratio is 1.70

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

Related Gradients

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

0 Likes 0 Comments | 16 Views

Post your comment:-

By submitting comment you agree to our privacy policy.