crispedge.com

Color picker

Loading...

#da954f hex color - Orange - Warm color - Information

#da954f hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #da954f Color code in RGB color code model is created after adding 85.49% red color, 58.43% green color and 30.98% blue color. Hex #da954f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 64% yellow and 15% black.

Hex #da954f color code is between #dd9955 web safe hex color code and #cc8844 web safe hex color code. #dd9955 is the nearest web safe color code. You can see here many more shades of #da954f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeda954f#da954f
RGB Decimal218, 149, 79rgb(218, 149, 79)
RGB Percent85%, 58%, 31%rgb(85%, 58%, 31%)
CSS RGBa218, 149, 79,1rgba(218,149,79,1)
CMYK Modelcmyk(0%,32%,64%,15%)
HSL Color Space30,65% ,58%hsl(30,65% ,58%)
HSV Color Space30°, 64%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101001010101001111
Octal332225117
Decimal21814979
Hexda954f

Different shades of #da954f color code.

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

Light Shade of #da954f
#e3ae79
Dark Shade of #da954f
#cb7c2b
Saturated Shade of #da954f
#e59544
Desaturated Shade of #da954f
#cf955a
Grey scale Shade of #da954f
#949494
Brighten Shade
#f3ae68
Most Readable Shade
#000000

Shades of #da954f color code

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

#da954f
#c18446
#a9733d
#916334
#79522b
#604223
#48311a
#302111
#181008
#000000

Similar Color like #da954f color

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

#db9650
#dc9751
#dd9852
#de9953
#df9a54
#e09b55
#e19c56
#e29d57
#e39e58
#e49f59
#e5a05a
#e6a15b
#e7a25c
#e8a35d
#d9944e
#d8934d
#d7924c
#d6914b
#d5904a
#d48f49
#d38e48
#d28d47
#d18c46
#d08b45
#cf8a44
#ce8943
#cd8842
#cc8741

Monochromatic Color with #da954f

#da954f
#050402
#302111
#5a3e21
#855b30
#af7840

Tints of #da954f Color

#da954f
#dea062
#e2ac76
#e6b889
#eac49d
#eecfb0
#f2dbc4
#f6e7d7
#faf3eb
#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

#da954f
#4f94da

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

Split Complementary

#da954f
#4fdada
#4f4fda

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

Analogous Color

#da5d4f
#da794f
#da954f
#dab14f
#dacd4f

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

#da954f
#4fda95
#954fda

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

#da954f
#4fda4f
#4f94da
#da4fd9

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

#da954f
#4f94da
#4f4fda
#dada4f

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

#da954f Color Code Preview on Black Background Color

This is how #da954f Color will look on black background color. Color contrast ratio is 8.39

#da954f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #da954f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #da954f

#da954f color code is use for CSS Background Color

Background color for the above div is #da954f

HTML with inline CSS

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

#da954f color code is use for CSS Border Color

CSS Border color for the above div is #da954f

HTML with inline CSS

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

CSS Border Left color for the above div is #da954f

HTML with inline CSS

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

CSS Border Right color for the above div is #da954f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #da954f

HTML with inline CSS

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

CSS Border Top color for the above div is #da954f

HTML with inline CSS

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

#da954f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#da954f Color code Preview on White Background

This is how #da954f Color code will look on white background color. Color contrast ratio is 2.50

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

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(218,149,79,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(79,148,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,149,79,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.