@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#dda46a hex color - Yellow - Warm color - Information

#dda46a hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #dda46a Color code in RGB color code model is created after adding 86.67% red color, 64.31% green color and 41.57% blue color. Hex #dda46a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 52% yellow and 13.33% black.

Hex #dda46a color code is between #ccaa66 web safe hex color code and #ee9977 web safe hex color code. #ccaa66 is the nearest web safe color code. You can see here many more shades of #dda46a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedda46a#dda46a
RGB Decimal221, 164, 106rgb(221, 164, 106)
RGB Percent87%, 64%, 42%rgb(87%, 64%, 42%)
CSS RGBa221, 164, 106,1rgba(221,164,106,1)
CMYK Modelcmyk(0%,26%,52%,13.33%)
HSL Color Space30,63% ,64%hsl(30,63% ,64%)
HSV Color Space30°, 52%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011010010001101010
Octal335244152
Decimal221164106
Hexdda46a

Different shades of #dda46a color code.

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

Light Shade of #dda46a
#e6bd93
Dark Shade of #dda46a
#d48b40
Saturated Shade of #dda46a
#e6a461
Desaturated Shade of #dda46a
#d4a473
Grey scale Shade of #dda46a
#a3a3a3
Brighten Shade
#f6bd83
Most Readable Shade
#000000

Shades of #dda46a color code

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

#dda46a
#c4915e
#ab7f52
#936d46
#7a5b3a
#62482f
#493623
#312417
#18120b
#000000

Similar Color like #dda46a color

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

#dea56b
#dfa66c
#e0a76d
#e1a86e
#e2a96f
#e3aa70
#e4ab71
#e5ac72
#e6ad73
#e7ae74
#e8af75
#e9b076
#eab177
#ebb278
#dca369
#dba268
#daa167
#d9a066
#d89f65
#d79e64
#d69d63
#d59c62
#d49b61
#d39a60
#d2995f
#d1985e
#d0975d
#cf965c

Monochromatic Color with #dda46a

#dda46a
#080604
#332618
#5d452d
#886541
#b38456

Tints of #dda46a Color

#dda46a
#e0ae7a
#e4b88b
#e8c29b
#ecccac
#efd6bc
#f3e0cd
#f7eadd
#fbf4ee
#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

#dda46a
#6aa3dd

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

Split Complementary

#dda46a
#6adddd
#6b6add

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

Analogous Color

#dd766a
#dd8d6a
#dda46a
#ddbb6a
#ddd26a

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

#dda46a
#6adda4
#a46add

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

#dda46a
#6add6a
#6aa3dd
#dd6adc

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

#dda46a
#6aa3dd
#6b6add
#dddd6a

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

#dda46a Color Code Preview on Black Background Color

This is how #dda46a Color will look on black background color. Color contrast ratio is 9.59

#dda46a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dda46a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dda46a

#dda46a color code is use for CSS Background Color

Background color for the above div is #dda46a

HTML with inline CSS

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

#dda46a color code is use for CSS Border Color

CSS Border color for the above div is #dda46a

HTML with inline CSS

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

CSS Border Left color for the above div is #dda46a

HTML with inline CSS

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

CSS Border Right color for the above div is #dda46a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dda46a

HTML with inline CSS

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

CSS Border Top color for the above div is #dda46a

HTML with inline CSS

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

#dda46a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dda46a Color code Preview on White Background

This is how #dda46a Color code will look on white background color. Color contrast ratio is 2.19

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

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(221,164,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(106,163,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,164,106,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.