@
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.

#dda35c hex color - Orange - Warm color - Information

#dda35c hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

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

Hex #dda35c color code is between #ccaa55 web safe hex color code and #ee9966 web safe hex color code. #ccaa55 is the nearest web safe color code. You can see here many more shades of #dda35c 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 dda35c #dda35c
RGB Decimal 221, 163, 92 rgb(221, 163, 92)
RGB Percent 87%, 64%, 36% rgb(87%, 64%, 36%)
CSS RGBa 221, 163, 92,1 rgba(221,163,92,1)
CMYK Model cmyk(0%,26%,58%,13.33%)
HSL Color Space 33,65% ,61% hsl(33,65% ,61%)
HSV Color Space 33°, 58%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011101 10100011 01011100
Octal 335 243 134
Decimal 221 163 92
Hex dd a3 5c

Different shades of #dda35c color code.

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

Light Shade of #dda35c
#e6bb86
Dark Shade of #dda35c
#d48b32
Saturated Shade of #dda35c
#e7a452
Desaturated Shade of #dda35c
#d3a266
Grey scale Shade of #dda35c
#9c9c9c
Brighten Shade
#f6bc75
Most Readable Shade
#000000

Shades of #dda35c color code

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

#dda35c
#c49051
#ab7e47
#936c3d
#7a5a33
#624828
#49361e
#312414
#18120a
#000000

Similar Color like #dda35c color

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

#dea45d
#dfa55e
#e0a65f
#e1a760
#e2a861
#e3a962
#e4aa63
#e5ab64
#e6ac65
#e7ad66
#e8ae67
#e9af68
#eab069
#ebb16a
#dca25b
#dba15a
#daa059
#d99f58
#d89e57
#d79d56
#d69c55
#d59b54
#d49a53
#d39952
#d29851
#d19750
#d0964f
#cf954e

Monochromatic Color with #dda35c

#dda35c
#080604
#332615
#5d4527
#886439
#b3844a

Tints of #dda35c Color

#dda35c
#e0ad6e
#e4b780
#e8c192
#eccba4
#efd6b6
#f3e0c8
#f7eada
#fbf4ec
#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

#dda35c
#5c96dd

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

Split Complementary

#dda35c
#5cd7dd
#635cdd

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

Analogous Color

#dd6f5c
#dd895c
#dda35c
#ddbd5c
#ddd75c

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

#dda35c
#5cdda3
#a35cdd

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

#dda35c
#5cdd62
#5c96dd
#dd5cd6

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

#dda35c
#5c96dd
#635cdd
#d7dd5c

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

#dda35c Color Code Preview on Black Background Color

This is how #dda35c Color will look on black background color. Color contrast ratio is 9.47

#dda35c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dda35c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dda35c

#dda35c color code is use for CSS Background Color

Background color for the above div is #dda35c

HTML with inline CSS

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

#dda35c color code is use for CSS Border Color

CSS Border color for the above div is #dda35c

HTML with inline CSS

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

CSS Border Left color for the above div is #dda35c

HTML with inline CSS

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

CSS Border Right color for the above div is #dda35c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dda35c

HTML with inline CSS

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

CSS Border Top color for the above div is #dda35c

HTML with inline CSS

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

#dda35c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dda35c Color code Preview on White Background

This is how #dda35c Color code will look on white background color. Color contrast ratio is 2.22

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

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