crispedge.com

Color picker

Loading...

#dca88e hex color - Orange - Warm color - Information

#dca88e hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #dca88e Color code in RGB color code model is created after adding 86.27% red color, 65.88% green color and 55.69% blue color. Hex #dca88e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 35% yellow and 14% black.

Hex #dca88e color code is between #ddaa88 web safe hex color code and #cc9999 web safe hex color code. #ddaa88 is the nearest web safe color code. You can see here many more shades of #dca88e color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codedca88e#dca88e
RGB Decimal220, 168, 142rgb(220, 168, 142)
RGB Percent86%, 66%, 56%rgb(86%, 66%, 56%)
CSS RGBa220, 168, 142,1rgba(220,168,142,1)
CMYK Modelcmyk(0%,24%,35%,14%)
HSL Color Space20,53% ,71%hsl(20,53% ,71%)
HSV Color Space20°, 35%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001010100010001110
Octal334250216
Decimal220168142
Hexdca88e

Different shades of #dca88e color code.

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

Light Shade of #dca88e
#e8c6b5
Dark Shade of #dca88e
#d08a67
Saturated Shade of #dca88e
#e3a687
Desaturated Shade of #dca88e
#d5aa95
Grey scale Shade of #dca88e
#b5b5b5
Brighten Shade
#f5c1a7
Most Readable Shade
#000000

Shades of #dca88e color code

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

#dca88e
#c3957e
#ab826e
#92705e
#7a5d4e
#614a3f
#49382f
#30251f
#18120f
#000000

Similar Color like #dca88e color

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

#dda98f
#deaa90
#dfab91
#e0ac92
#e1ad93
#e2ae94
#e3af95
#e4b096
#e5b197
#e6b298
#e7b399
#e8b49a
#e9b59b
#eab69c
#dba78d
#daa68c
#d9a58b
#d8a48a
#d7a389
#d6a288
#d5a187
#d4a086
#d39f85
#d29e84
#d19d83
#d09c82
#cf9b81
#ce9a80

Monochromatic Color with #dca88e

#dca88e
#070605
#322620
#5c473c
#876757
#b18873

Tints of #dca88e Color

#dca88e
#dfb19a
#e3bba7
#e7c5b3
#ebcec0
#efd8cc
#f3e2d9
#f7ebe5
#fbf5f2
#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

#dca88e
#8ec2dc

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

Split Complementary

#dca88e
#8edccf
#8e9bdc

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

Analogous Color

#dc8e93
#dc988e
#dca88e
#dcb88e
#dcc78e

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

#dca88e
#8edca8
#a88edc

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

#dca88e
#9bdc8e
#8ec2dc
#cf8edc

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

#dca88e
#8ec2dc
#8e9bdc
#dccf8e

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

#dca88e Color Code Preview on Black Background Color

This is how #dca88e Color will look on black background color. Color contrast ratio is 10.03

#dca88e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dca88e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dca88e

#dca88e color code is use for CSS Background Color

Background color for the above div is #dca88e

HTML with inline CSS

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

#dca88e color code is use for CSS Border Color

CSS Border color for the above div is #dca88e

HTML with inline CSS

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

CSS Border Left color for the above div is #dca88e

HTML with inline CSS

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

CSS Border Right color for the above div is #dca88e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dca88e

HTML with inline CSS

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

CSS Border Top color for the above div is #dca88e

HTML with inline CSS

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

#dca88e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dca88e Color code Preview on White Background

This is how #dca88e Color code will look on white background color. Color contrast ratio is 2.09

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.