crispedge.com

Color picker

Loading...

#dcbdaa hex color - Orange - Warm color - Information

#dcbdaa hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

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

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codedcbdaa#dcbdaa
RGB Decimal220, 189, 170rgb(220, 189, 170)
RGB Percent86%, 74%, 67%rgb(86%, 74%, 67%)
CSS RGBa220, 189, 170,1rgba(220,189,170,1)
CMYK Modelcmyk(0%,14%,23%,14%)
HSL Color Space23,42% ,76%hsl(23,42% ,76%)
HSV Color Space23°, 23%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001011110110101010
Octal334275252
Decimal220189170
Hexdcbdaa

Different shades of #dcbdaa color code.

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

Light Shade of #dcbdaa
#ebd9ce
Dark Shade of #dcbdaa
#cda186
Saturated Shade of #dcbdaa
#e2bca4
Desaturated Shade of #dcbdaa
#d6beb0
Grey scale Shade of #dcbdaa
#c3c3c3
Brighten Shade
#f5d6c3
Most Readable Shade
#000000

Shades of #dcbdaa color code

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

#dcbdaa
#c3a897
#ab9384
#927e71
#7a695e
#61544b
#493f38
#302a25
#181512
#000000

Similar Color like #dcbdaa color

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

#ddbeab
#debfac
#dfc0ad
#e0c1ae
#e1c2af
#e2c3b0
#e3c4b1
#e4c5b2
#e5c6b3
#e6c7b4
#e7c8b5
#e8c9b6
#e9cab7
#eacbb8
#dbbca9
#dabba8
#d9baa7
#d8b9a6
#d7b8a5
#d6b7a4
#d5b6a3
#d4b5a2
#d3b4a1
#d2b3a0
#d1b29f
#d0b19e
#cfb09d
#ceaf9c

Monochromatic Color with #dcbdaa

#dcbdaa
#070606
#322b27
#5c4f47
#877468
#b19889

Tints of #dcbdaa Color

#dcbdaa
#dfc4b3
#e3cbbc
#e7d3c6
#ebdacf
#efe1d9
#f3e9e2
#f7f0ec
#fbf7f5
#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

#dcbdaa
#aac9dc

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

Split Complementary

#dcbdaa
#aadcd6
#aab0dc

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

Analogous Color

#dcaaab
#dcb3aa
#dcbdaa
#dcc7aa
#dcd1aa

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

#dcbdaa
#aadcbd
#bdaadc

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

#dcbdaa
#b0dcaa
#aac9dc
#d6aadc

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

#dcbdaa
#aac9dc
#aab0dc
#dcd6aa

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

#dcbdaa Color Code Preview on Black Background Color

This is how #dcbdaa Color will look on black background color. Color contrast ratio is 11.90

#dcbdaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcbdaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcbdaa

#dcbdaa color code is use for CSS Background Color

Background color for the above div is #dcbdaa

HTML with inline CSS

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

#dcbdaa color code is use for CSS Border Color

CSS Border color for the above div is #dcbdaa

HTML with inline CSS

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

CSS Border Left color for the above div is #dcbdaa

HTML with inline CSS

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

CSS Border Right color for the above div is #dcbdaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dcbdaa

HTML with inline CSS

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

CSS Border Top color for the above div is #dcbdaa

HTML with inline CSS

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

#dcbdaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dcbdaa Color code Preview on White Background

This is how #dcbdaa Color code will look on white background color. Color contrast ratio is 1.76

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.