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

#dfbc98 hex color - Orange - Warm color - Information

#dfbc98 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #dfbc98 Color code in RGB color code model is created after adding 87.45% red color, 73.73% green color and 59.61% blue color. Hex #dfbc98 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 32% yellow and 12.55% black.

Hex #dfbc98 color code is between #ddbb99 web safe hex color code and #eecc88 web safe hex color code. #ddbb99 is the nearest web safe color code. You can see here many more shades of #dfbc98 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 dfbc98 #dfbc98
RGB Decimal 223, 188, 152 rgb(223, 188, 152)
RGB Percent 87%, 74%, 60% rgb(87%, 74%, 60%)
CSS RGBa 223, 188, 152,1 rgba(223,188,152,1)
CMYK Model cmyk(0%,16%,32%,12.55%)
HSL Color Space 30,53% ,74% hsl(30,53% ,74%)
HSV Color Space 30°, 32%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011111 10111100 10011000
Octal 337 274 230
Decimal 223 188 152
Hex df bc 98

Different shades of #dfbc98 color code.

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

Light Shade of #dfbc98
#ebd5bf
Dark Shade of #dfbc98
#d3a371
Saturated Shade of #dfbc98
#e6bc91
Desaturated Shade of #dfbc98
#d8bc9f
Grey scale Shade of #dfbc98
#bbbbbb
Brighten Shade
#f8d5b1
Most Readable Shade
#000000

Shades of #dfbc98 color code

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

#dfbc98
#c6a787
#ad9276
#947d65
#7b6854
#635343
#4a3e32
#312921
#181410
#000000

Similar Color like #dfbc98 color

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

#e0bd99
#e1be9a
#e2bf9b
#e3c09c
#e4c19d
#e5c29e
#e6c39f
#e7c4a0
#e8c5a1
#e9c6a2
#eac7a3
#ebc8a4
#ecc9a5
#edcaa6
#debb97
#ddba96
#dcb995
#dbb894
#dab793
#d9b692
#d8b591
#d7b490
#d6b38f
#d5b28e
#d4b18d
#d3b08c
#d2af8b
#d1ae8a

Monochromatic Color with #dfbc98

#dfbc98
#0a0907
#352d24
#5f5141
#8a745e
#b4987b

Tints of #dfbc98 Color

#dfbc98
#e2c3a3
#e6caae
#e9d2ba
#edd9c5
#f0e1d1
#f4e8dc
#f7f0e8
#fbf7f3
#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

#dfbc98
#98bbdf

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

Split Complementary

#dfbc98
#98dfdf
#9998df

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

Analogous Color

#dfa098
#dfae98
#dfbc98
#dfca98
#dfd898

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

#dfbc98
#98dfbc
#bc98df

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

#dfbc98
#98df98
#98bbdf
#df98de

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

#dfbc98
#98bbdf
#9998df
#dfdf98

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

#dfbc98 Color Code Preview on Black Background Color

This is how #dfbc98 Color will look on black background color. Color contrast ratio is 11.78

#dfbc98 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfbc98

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfbc98

#dfbc98 color code is use for CSS Background Color

Background color for the above div is #dfbc98

HTML with inline CSS

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

#dfbc98 color code is use for CSS Border Color

CSS Border color for the above div is #dfbc98

HTML with inline CSS

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

CSS Border Left color for the above div is #dfbc98

HTML with inline CSS

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

CSS Border Right color for the above div is #dfbc98

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfbc98

HTML with inline CSS

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

CSS Border Top color for the above div is #dfbc98

HTML with inline CSS

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

#dfbc98 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfbc98 Color code Preview on White Background

This is how #dfbc98 Color code will look on white background color. Color contrast ratio is 1.78

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

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(223,188,152,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(152,187,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,188,152,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.