crispedge.com

Color picker

Loading...

#dba68c hex color - Orange - Warm color - Information

#dba68c hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #dba68c Color code in RGB color code model is created after adding 85.88% red color, 65.1% green color and 54.9% blue color. Hex #dba68c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 36% yellow and 14% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codedba68c#dba68c
RGB Decimal219, 166, 140rgb(219, 166, 140)
RGB Percent86%, 65%, 55%rgb(86%, 65%, 55%)
CSS RGBa219, 166, 140,1rgba(219,166,140,1)
CMYK Modelcmyk(0%,24%,36%,14%)
HSL Color Space20,52% ,70%hsl(20,52% ,70%)
HSV Color Space20°, 36%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111010011010001100
Octal333246214
Decimal219166140
Hexdba68c

Different shades of #dba68c color code.

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

Light Shade of #dba68c
#e7c4b3
Dark Shade of #dba68c
#cf8865
Saturated Shade of #dba68c
#e3a384
Desaturated Shade of #dba68c
#d3a994
Grey scale Shade of #dba68c
#b3b3b3
Brighten Shade
#f4bfa5
Most Readable Shade
#000000

Shades of #dba68c color code

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

#dba68c
#c2937c
#aa816c
#926e5d
#795c4d
#61493e
#49372e
#30241f
#18120f
#000000

Similar Color like #dba68c color

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

#dca78d
#dda88e
#dea98f
#dfaa90
#e0ab91
#e1ac92
#e2ad93
#e3ae94
#e4af95
#e5b096
#e6b197
#e7b298
#e8b399
#e9b49a
#daa58b
#d9a48a
#d8a389
#d7a288
#d6a187
#d5a086
#d49f85
#d39e84
#d29d83
#d19c82
#d09b81
#cf9a80
#ce997f
#cd987e

Monochromatic Color with #dba68c

#dba68c
#060504
#31251f
#5b453a
#866656
#b08671

Tints of #dba68c Color

#dba68c
#dfaf98
#e3b9a5
#e7c3b2
#ebcdbf
#efd7cb
#f3e1d8
#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

#dba68c
#8cc1db

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

Split Complementary

#dba68c
#8cdbce
#8c99db

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

Analogous Color

#db8c92
#db968c
#dba68c
#dbb68c
#dbc68c

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

#dba68c
#8cdba6
#a68cdb

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

#dba68c
#99db8c
#8cc1db
#cd8cdb

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

#dba68c
#8cc1db
#8c99db
#dbce8c

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

#dba68c Color Code Preview on Black Background Color

This is how #dba68c Color will look on black background color. Color contrast ratio is 9.85

#dba68c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dba68c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dba68c

#dba68c color code is use for CSS Background Color

Background color for the above div is #dba68c

HTML with inline CSS

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

#dba68c color code is use for CSS Border Color

CSS Border color for the above div is #dba68c

HTML with inline CSS

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

CSS Border Left color for the above div is #dba68c

HTML with inline CSS

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

CSS Border Right color for the above div is #dba68c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dba68c

HTML with inline CSS

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

CSS Border Top color for the above div is #dba68c

HTML with inline CSS

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

#dba68c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dba68c Color code Preview on White Background

This is how #dba68c Color code will look on white background color. Color contrast ratio is 2.13

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

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(219,166,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(140,193,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,166,140,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.