Skip to main content Skip to docs navigation

#DAC2B3 hex color | Regal | Download Light Orange BG image | Information

Color Picker

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

Color Info

Color Hue/Base color: Orange

Hex #DAC2B3 Color Code is also known as | Regal color.

Hex #DAC2B3 Color code in RGB color code model is created after adding 85.49% red color, 76.08% green color and 70.2% blue color. Hex #DAC2B3 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 18% yellow and 14.51% black.

Hex #DAC2B3 color code is between #ddbbbb web safe hex color code and #ccccaa web safe hex color code. #ddbbbb is the nearest web safe color code. You can see here many more shades of #DAC2B3 color code.

RGB Chart

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

Color Table

Hex Color Code DAC2B3 #DAC2B3
RGB Decimal 218, 194, 179 218, 194, 179
RGB Percent 85%, 76%, 70% rgb(85%, 76%, 70%)
CSS RGBa 218, 194, 179,1 rgba(218,194,179,1)
CMYK Model cmyk(0%,11%,18%,14.51%)
HSL Color Space 23,35% ,78% hsl(23,35% ,78%)
HSV Color Space 23°, 18%, 85%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011010 11000010 10110011
Octal 332 302 263
Decimal 218 194 179
Hex DA C2 B3

Different shades of #DAC2B3 color code.

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

Darkest of #DAC2B3
#a47050
Darker of #DAC2B3
#b98b6e
Dark of #DAC2B3
#c9a691
Base of #DAC2B3
#dac2b3
Light of #DAC2B3
#ebded5
Lighter
#fbf9f8
Lightest
#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

#dac2b3
#b3cbda

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

Split Complementary

#DAC2B3
#b3dad5
#b3b7da

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

Analogous Color

#dab3bb
#dab3b4
#dac2b3
#dacfb3
#d5dab3

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

#DAC2B3
#c2b3da
#b3dac2

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

#DAC2B3
#b3dac2
#b3cbda
#dab3cb

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#DAC2B3
#b7dab3
#b3cbda
#d5b3da

Square 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).

Monochromatic Color with #DAC2B3

#82593f
#a47050
#b98b6e
#c9a691
#dac2b3
#ebded5
#fbf9f8
#ffffff
#ffffff

Tints of #DAC2B3 Color

#dac2b3
#dec8bb
#e2cfc3
#e6d6cc
#eaddd4
#eee3dd
#f2eae5
#f6f1ee
#faf8f6
#ffffff

Shades of #DAC2B3 color code

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

#dac2b3
#c1ac9f
#a9968b
#918177
#796b63
#60564f
#48403b
#302b27
#181513
#000000

Tones

#dac2b3
#cfc5be
#c6c6c6
#c6c6c6
#c6c6c6

Tones

Similar Color like #DAC2B3 color

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

#dbc3b4
#dcc4b5
#ddc5b6
#dec6b7
#dfc7b8
#e0c8b9
#e1c9ba
#e2cabb
#e3cbbc
#e4ccbd
#e5cdbe
#e6cebf
#e7cfc0
#e8d0c1
#d9c1b2
#d8c0b1
#d7bfb0
#d6beaf
#d5bdae
#d4bcad
#d3bbac
#d2baab
#d1b9aa
#d0b8a9
#cfb7a8
#ceb6a7
#cdb5a6
#ccb4a5

Download this Light Orange

Hex #DAC2B3 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.

#DAC2B3 Color Code Preview on Black Background Color

This is how #DAC2B3 Color will look on black background color. Color contrast ratio is 12.35

#DAC2B3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #DAC2B3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #DAC2B3

#DAC2B3 color code is use for CSS Background Color

Background color for the above div is #DAC2B3

HTML with inline CSS

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

#DAC2B3 color code is use for CSS Border Color

CSS Border color for the above div is #DAC2B3

HTML with inline CSS

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

CSS Border Left color for the above div is #DAC2B3

HTML with inline CSS

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

CSS Border Right color for the above div is #DAC2B3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #DAC2B3

HTML with inline CSS

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

CSS Border Top color for the above div is #DAC2B3

HTML with inline CSS

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

#DAC2B3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#DAC2B3 Color code Preview on White Background

This is how #DAC2B3 Color code will look on white background color. Color contrast ratio is 1.70

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(218,194,179,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(179,203,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,194,179,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }