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

#dda18b hex color - Brown - Warm color - Information

#dda18b hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #dda18b Color code in RGB color code model is created after adding 86.67% red color, 63.14% green color and 54.51% blue color. Hex #dda18b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 27% magenta, 37% yellow and 13.33% black.

Hex #dda18b color code is between #cc9988 web safe hex color code and #eeaa99 web safe hex color code. #cc9988 is the nearest web safe color code. You can see here many more shades of #dda18b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedda18b#dda18b
RGB Decimal221, 161, 139rgb(221, 161, 139)
RGB Percent87%, 63%, 55%rgb(87%, 63%, 55%)
CSS RGBa221, 161, 139,1rgba(221,161,139,1)
CMYK Modelcmyk(0%,27%,37%,13.33%)
HSL Color Space16,55% ,71%hsl(16,55% ,71%)
HSV Color Space16°, 37%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011010000110001011
Octal335241213
Decimal221161139
Hexdda18b

Different shades of #dda18b color code.

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

Light Shade of #dda18b
#e9c1b2
Dark Shade of #dda18b
#d18164
Saturated Shade of #dda18b
#e49d83
Desaturated Shade of #dda18b
#d5a492
Grey scale Shade of #dda18b
#b4b4b4
Brighten Shade
#f6baa4
Most Readable Shade
#000000

Shades of #dda18b color code

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

#dda18b
#c48f7b
#ab7d6c
#936b5c
#7a594d
#62473d
#49352e
#31231e
#18110f
#000000

Similar Color like #dda18b color

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

#dea28c
#dfa38d
#e0a48e
#e1a58f
#e2a690
#e3a791
#e4a892
#e5a993
#e6aa94
#e7ab95
#e8ac96
#e9ad97
#eaae98
#ebaf99
#dca08a
#db9f89
#da9e88
#d99d87
#d89c86
#d79b85
#d69a84
#d59983
#d49882
#d39781
#d29680
#d1957f
#d0947e
#cf937d

Monochromatic Color with #dda18b

#dda18b
#080605
#332520
#5d443b
#886356
#b38270

Tints of #dda18b Color

#dda18b
#e0ab97
#e4b5a4
#e8c0b1
#eccabe
#efd5cb
#f3dfd8
#f7eae5
#fbf4f2
#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

#dda18b
#8bc7dd

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

Split Complementary

#dda18b
#8bddca
#8b9edd

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

Analogous Color

#dd8b96
#dd918b
#dda18b
#ddb18b
#ddc28b

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

#dda18b
#8bdda1
#a18bdd

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

#dda18b
#9edd8b
#8bc7dd
#ca8bdd

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

#dda18b
#8bc7dd
#8b9edd
#ddca8b

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

#dda18b Color Code Preview on Black Background Color

This is how #dda18b Color will look on black background color. Color contrast ratio is 9.55

#dda18b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dda18b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dda18b

#dda18b color code is use for CSS Background Color

Background color for the above div is #dda18b

HTML with inline CSS

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

#dda18b color code is use for CSS Border Color

CSS Border color for the above div is #dda18b

HTML with inline CSS

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

CSS Border Left color for the above div is #dda18b

HTML with inline CSS

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

CSS Border Right color for the above div is #dda18b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dda18b

HTML with inline CSS

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

CSS Border Top color for the above div is #dda18b

HTML with inline CSS

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

#dda18b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dda18b Color code Preview on White Background

This is how #dda18b Color code will look on white background color. Color contrast ratio is 2.20

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

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,161,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(139,199,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,161,139,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.