crispedge.com

Color picker

Loading...

#ddb28a hex color - Orange - Warm color - Information

#ddb28a hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #ddb28a Color code in RGB color code model is created after adding 86.67% red color, 69.8% green color and 54.12% blue color. Hex #ddb28a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 19% magenta, 38% yellow and 13% black.

Hex #ddb28a color code is between #ccaa88 web safe hex color code and #eebb99 web safe hex color code. #ccaa88 is the nearest web safe color code. You can see here many more shades of #ddb28a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeddb28a#ddb28a
RGB Decimal221, 178, 138rgb(221, 178, 138)
RGB Percent87%, 70%, 54%rgb(87%, 70%, 54%)
CSS RGBa221, 178, 138,1rgba(221,178,138,1)
CMYK Modelcmyk(0%,19%,38%,13%)
HSL Color Space29,55% ,70%hsl(29,55% ,70%)
HSV Color Space29°, 38%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011011001010001010
Octal335262212
Decimal221178138
Hexddb28a

Different shades of #ddb28a color code.

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

Light Shade of #ddb28a
#e8ccb2
Dark Shade of #ddb28a
#d29862
Saturated Shade of #ddb28a
#e5b282
Desaturated Shade of #ddb28a
#d5b292
Grey scale Shade of #ddb28a
#b3b3b3
Brighten Shade
#f6cba3
Most Readable Shade
#000000

Shades of #ddb28a color code

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

#ddb28a
#c49e7a
#ab8a6b
#93765c
#7a624c
#624f3d
#493b2e
#31271e
#18130f
#000000

Similar Color like #ddb28a color

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

#deb38b
#dfb48c
#e0b58d
#e1b68e
#e2b78f
#e3b890
#e4b991
#e5ba92
#e6bb93
#e7bc94
#e8bd95
#e9be96
#eabf97
#ebc098
#dcb189
#dbb088
#daaf87
#d9ae86
#d8ad85
#d7ac84
#d6ab83
#d5aa82
#d4a981
#d3a880
#d2a77f
#d1a67e
#d0a57d
#cfa47c

Monochromatic Color with #ddb28a

#ddb28a
#080705
#332920
#5d4b3a
#886e55
#b3906f

Tints of #ddb28a Color

#ddb28a
#e0ba97
#e4c3a4
#e8cbb1
#ecd4be
#efdccb
#f3e5d8
#f7ede5
#fbf6f2
#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

#ddb28a
#8ab5dd

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

Split Complementary

#ddb28a
#8adddc
#8a8cdd

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

Analogous Color

#dd918a
#dda18a
#ddb28a
#ddc38a
#ddd38a

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

#ddb28a
#8addb2
#b28add

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

#ddb28a
#8bdd8a
#8ab5dd
#db8add

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

#ddb28a
#8ab5dd
#8a8cdd
#dddb8a

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

#ddb28a Color Code Preview on Black Background Color

This is how #ddb28a Color will look on black background color. Color contrast ratio is 10.81

#ddb28a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddb28a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ddb28a

#ddb28a color code is use for CSS Background Color

Background color for the above div is #ddb28a

HTML with inline CSS

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

#ddb28a color code is use for CSS Border Color

CSS Border color for the above div is #ddb28a

HTML with inline CSS

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

CSS Border Left color for the above div is #ddb28a

HTML with inline CSS

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

CSS Border Right color for the above div is #ddb28a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ddb28a

HTML with inline CSS

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

CSS Border Top color for the above div is #ddb28a

HTML with inline CSS

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

#ddb28a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ddb28a Color code Preview on White Background

This is how #ddb28a Color code will look on white background color. Color contrast ratio is 1.94

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

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,178,138,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(138,181,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,178,138,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.