crispedge.com

Color picker

Loading...

#de964a hex color - Yellow - Warm color - Information

#de964a hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #de964a Color code in RGB color code model is created after adding 87.06% red color, 58.82% green color and 29.02% blue color. Hex #de964a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 67% yellow and 13% black.

Hex #de964a color code is between #dd9944 web safe hex color code and #ee8855 web safe hex color code. #dd9944 is the nearest web safe color code. You can see here many more shades of #de964a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codede964a#de964a
RGB Decimal222, 150, 74rgb(222, 150, 74)
RGB Percent87%, 59%, 29%rgb(87%, 59%, 29%)
CSS RGBa222, 150, 74,1rgba(222,150,74,1)
CMYK Modelcmyk(0%,32%,67%,13%)
HSL Color Space31,69% ,58%hsl(31,69% ,58%)
HSV Color Space31°, 67%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111101001011001001010
Octal336226112
Decimal22215074
Hexde964a

Different shades of #de964a color code.

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

Light Shade of #de964a
#e6af75
Dark Shade of #de964a
#cf7d26
Saturated Shade of #de964a
#e9963f
Desaturated Shade of #de964a
#d39655
Grey scale Shade of #de964a
#949494
Brighten Shade
#f7af63
Most Readable Shade
#000000

Shades of #de964a color code

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

#de964a
#c58541
#ac7439
#946431
#7b5329
#624220
#4a3218
#312110
#181008
#000000

Similar Color like #de964a color

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

#df974b
#e0984c
#e1994d
#e29a4e
#e39b4f
#e49c50
#e59d51
#e69e52
#e79f53
#e8a054
#e9a155
#eaa256
#eba357
#eca458
#dd9549
#dc9448
#db9347
#da9246
#d99145
#d89044
#d78f43
#d68e42
#d58d41
#d48c40
#d38b3f
#d28a3e
#d1893d
#d0883c

Monochromatic Color with #de964a

#de964a
#090603
#342311
#5e401f
#895d2e
#b3793c

Tints of #de964a Color

#de964a
#e1a15e
#e5ad72
#e9b986
#ecc49a
#f0d0ae
#f4dcc2
#f7e7d6
#fbf3ea
#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

#de964a
#4a92de

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

Split Complementary

#de964a
#4adcde
#4c4ade

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

Analogous Color

#de5b4a
#de784a
#de964a
#deb44a
#ded14a

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

#de964a
#4ade96
#964ade

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

#de964a
#4ade4c
#4a92de
#de4adc

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

#de964a
#4a92de
#4c4ade
#dcde4a

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

#de964a Color Code Preview on Black Background Color

This is how #de964a Color will look on black background color. Color contrast ratio is 8.57

#de964a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de964a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de964a

#de964a color code is use for CSS Background Color

Background color for the above div is #de964a

HTML with inline CSS

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

#de964a color code is use for CSS Border Color

CSS Border color for the above div is #de964a

HTML with inline CSS

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

CSS Border Left color for the above div is #de964a

HTML with inline CSS

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

CSS Border Right color for the above div is #de964a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #de964a

HTML with inline CSS

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

CSS Border Top color for the above div is #de964a

HTML with inline CSS

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

#de964a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#de964a Color code Preview on White Background

This is how #de964a Color code will look on white background color. Color contrast ratio is 2.45

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

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(222,150,74,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(74,146,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(222,150,74,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.