@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#dcc893 hex color - Orange - Warm color - Information

#dcc893 hex color - Orange - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Orange

Hex #dcc893 Color code in RGB color code model is created after adding 86.27% red color, 78.43% green color and 57.65% blue color. Hex #dcc893 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 33% yellow and 13.73% black.

Hex #dcc893 color code is between #ddcc99 web safe hex color code and #ccbb88 web safe hex color code. #ddcc99 is the nearest web safe color code. You can see here many more shades of #dcc893 color code.

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Code dcc893 #dcc893
RGB Decimal 220, 200, 147 rgb(220, 200, 147)
RGB Percent 86%, 78%, 58% rgb(86%, 78%, 58%)
CSS RGBa 220, 200, 147,1 rgba(220,200,147,1)
CMYK Model cmyk(0%,9%,33%,13.73%)
HSL Color Space 44,51% ,72% hsl(44,51% ,72%)
HSV Color Space 44°, 33%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011100 11001000 10010011
Octal 334 310 223
Decimal 220 200 147
Hex dc c8 93

Different shades of #dcc893 color code.

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

Light Shade of #dcc893
#e8dcba
Dark Shade of #dcc893
#d0b46c
Saturated Shade of #dcc893
#e3cb8c
Desaturated Shade of #dcc893
#d5c59a
Grey scale Shade of #dcc893
#b7b7b7
Brighten Shade
#f5e1ac
Most Readable Shade
#000000

Shades of #dcc893 color code

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

#dcc893
#c3b182
#ab9b72
#928562
#7a6f51
#615841
#494231
#302c20
#181610
#000000

Similar Color like #dcc893 color

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

#ddc994
#deca95
#dfcb96
#e0cc97
#e1cd98
#e2ce99
#e3cf9a
#e4d09b
#e5d19c
#e6d29d
#e7d39e
#e8d49f
#e9d5a0
#ead6a1
#dbc792
#dac691
#d9c590
#d8c48f
#d7c38e
#d6c28d
#d5c18c
#d4c08b
#d3bf8a
#d2be89
#d1bd88
#d0bc87
#cfbb86
#ceba85

Monochromatic Color with #dcc893

#dcc893
#070705
#322d21
#5c543e
#877b5a
#b1a177

Tints of #dcc893 Color

#dcc893
#dfce9f
#e3d4ab
#e7dab7
#ebe0c3
#efe6cf
#f3ecdb
#f7f2e7
#fbf8f3
#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

#dcc893
#93a7dc

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

Split Complementary

#dcc893
#93ccdc
#a393dc

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

Analogous Color

#dcab93
#dcb993
#dcc893
#dcd793
#d3dc93

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

#dcc893
#93dcc8
#c893dc

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

#dcc893
#93dca4
#93a7dc
#dc93cb

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

#dcc893
#93a7dc
#a393dc
#ccdc93

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

#dcc893 Color Code Preview on Black Background Color

This is how #dcc893 Color will look on black background color. Color contrast ratio is 12.73

#dcc893 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcc893

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcc893

#dcc893 color code is use for CSS Background Color

Background color for the above div is #dcc893

HTML with inline CSS

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

#dcc893 color code is use for CSS Border Color

CSS Border color for the above div is #dcc893

HTML with inline CSS

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

CSS Border Left color for the above div is #dcc893

HTML with inline CSS

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

CSS Border Right color for the above div is #dcc893

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dcc893

HTML with inline CSS

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

CSS Border Top color for the above div is #dcc893

HTML with inline CSS

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

#dcc893 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dcc893 Color code Preview on White Background

This is how #dcc893 Color code will look on white background color. Color contrast ratio is 1.65

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

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,200,147,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(147,167,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(220,200,147,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.