crispedge.com

Color picker

Loading...

#dca88b hex color - Orange - Warm color - Information

#dca88b hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

Hex #dca88b 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 #dca88b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code dca88b #dca88b
RGB Decimal 220, 168, 139 rgb(220, 168, 139)
RGB Percent 86%, 66%, 55% rgb(86%, 66%, 55%)
CSS RGBa 220, 168, 139,1 rgba(220,168,139,1)
CMYK Model cmyk(0%,24%,37%,14%)
HSL Color Space 21,54% ,70% hsl(21,54% ,70%)
HSV Color Space 21°, 37%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011100 10101000 10001011
Octal 334 250 213
Decimal 220 168 139
Hex dc a8 8b

Different shades of #dca88b color code.

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

Light Shade of #dca88b
#e8c5b2
Dark Shade of #dca88b
#d08b64
Saturated Shade of #dca88b
#e4a683
Desaturated Shade of #dca88b
#d4aa93
Grey scale Shade of #dca88b
#b3b3b3
Brighten Shade
#f5c1a4
Most Readable Shade
#000000

Shades of #dca88b color code

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

#dca88b
#c3957b
#ab826c
#92705c
#7a5d4d
#614a3d
#49382e
#30251e
#18120f
#000000

Similar Color like #dca88b color

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

#dda98c
#deaa8d
#dfab8e
#e0ac8f
#e1ad90
#e2ae91
#e3af92
#e4b093
#e5b194
#e6b295
#e7b396
#e8b497
#e9b598
#eab699
#dba78a
#daa689
#d9a588
#d8a487
#d7a386
#d6a285
#d5a184
#d4a083
#d39f82
#d29e81
#d19d80
#d09c7f
#cf9b7e
#ce9a7d

Monochromatic Color with #dca88b

#dca88b
#070605
#322620
#5c473a
#876755
#b18870

Tints of #dca88b Color

#dca88b
#dfb197
#e3bba4
#e7c5b1
#ebcebe
#efd8cb
#f3e2d8
#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

#dca88b
#8bbfdc

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

Split Complementary

#dca88b
#8bdcd1
#8b96dc

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

Analogous Color

#dc8b8e
#dc988b
#dca88b
#dcb88b
#dcc88b

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

#dca88b
#8bdca8
#a88bdc

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

#dca88b
#96dc8b
#8bbfdc
#d08bdc

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

#dca88b
#8bbfdc
#8b96dc
#dcd18b

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

#dca88b Color Code Preview on Black Background Color

This is how #dca88b Color will look on black background color. Color contrast ratio is 10.02

#dca88b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dca88b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dca88b

#dca88b color code is use for CSS Background Color

Background color for the above div is #dca88b

HTML with inline CSS

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

#dca88b color code is use for CSS Border Color

CSS Border color for the above div is #dca88b

HTML with inline CSS

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

CSS Border Left color for the above div is #dca88b

HTML with inline CSS

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

CSS Border Right color for the above div is #dca88b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dca88b

HTML with inline CSS

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

CSS Border Top color for the above div is #dca88b

HTML with inline CSS

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

#dca88b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dca88b Color code Preview on White Background

This is how #dca88b Color code will look on white background color. Color contrast ratio is 2.10

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.