crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#dfaf9b hex color - Orange - Warm color - Information

#dfaf9b hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #dfaf9b Color code in RGB color code model is created after adding 87.45% red color, 68.63% green color and 60.78% blue color. Hex #dfaf9b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 30% yellow and 13% black.

Hex #dfaf9b color code is between #ddaa99 web safe hex color code and #eebbaa web safe hex color code. #ddaa99 is the nearest web safe color code. You can see here many more shades of #dfaf9b color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codedfaf9b#dfaf9b
RGB Decimal223, 175, 155rgb(223, 175, 155)
RGB Percent87%, 69%, 61%rgb(87%, 69%, 61%)
CSS RGBa223, 175, 155,1rgba(223,175,155,1)
CMYK Modelcmyk(0%,22%,30%,13%)
HSL Color Space18,52% ,74%hsl(18,52% ,74%)
HSV Color Space18°, 30%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111010111110011011
Octal337257233
Decimal223175155
Hexdfaf9b

Different shades of #dfaf9b color code.

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

Light Shade of #dfaf9b
#ebcec2
Dark Shade of #dfaf9b
#d39074
Saturated Shade of #dfaf9b
#e6ac94
Desaturated Shade of #dfaf9b
#d8b2a2
Grey scale Shade of #dfaf9b
#bdbdbd
Brighten Shade
#f8c8b4
Most Readable Shade
#000000

Shades of #dfaf9b color code

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

#dfaf9b
#c69b89
#ad8878
#947467
#7b6156
#634d44
#4a3a33
#312622
#181311
#000000

Similar Color like #dfaf9b color

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

#e0b09c
#e1b19d
#e2b29e
#e3b39f
#e4b4a0
#e5b5a1
#e6b6a2
#e7b7a3
#e8b8a4
#e9b9a5
#eabaa6
#ebbba7
#ecbca8
#edbda9
#deae9a
#ddad99
#dcac98
#dbab97
#daaa96
#d9a995
#d8a894
#d7a793
#d6a692
#d5a591
#d4a490
#d3a38f
#d2a28e
#d1a18d

Monochromatic Color with #dfaf9b

#dfaf9b
#0a0807
#352a25
#5f4b42
#8a6c60
#b48e7d

Tints of #dfaf9b Color

#dfaf9b
#e2b7a6
#e6c0b1
#e9c9bc
#edd2c7
#f0dbd2
#f4e4dd
#f7ede8
#fbf6f3
#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

#dfaf9b
#9bcbdf

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

Split Complementary

#dfaf9b
#9bdfd1
#9ba9df

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

Analogous Color

#df9ba2
#dfa19b
#dfaf9b
#dfbd9b
#dfca9b

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

#dfaf9b
#9bdfaf
#af9bdf

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

#dfaf9b
#a9df9b
#9bcbdf
#d19bdf

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

#dfaf9b
#9bcbdf
#9ba9df
#dfd19b

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

#dfaf9b Color Code Preview on Black Background Color

This is how #dfaf9b Color will look on black background color. Color contrast ratio is 10.74

#dfaf9b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfaf9b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfaf9b

#dfaf9b color code is use for CSS Background Color

Background color for the above div is #dfaf9b

HTML with inline CSS

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

#dfaf9b color code is use for CSS Border Color

CSS Border color for the above div is #dfaf9b

HTML with inline CSS

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

CSS Border Left color for the above div is #dfaf9b

HTML with inline CSS

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

CSS Border Right color for the above div is #dfaf9b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfaf9b

HTML with inline CSS

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

CSS Border Top color for the above div is #dfaf9b

HTML with inline CSS

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

#dfaf9b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfaf9b Color code Preview on White Background

This is how #dfaf9b Color code will look on white background color. Color contrast ratio is 1.95

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.