crispedge.com

Color picker

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

#dbb7af hex color - Orange - Warm color - Information

#dbb7af hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #dbb7af Color code in RGB color code model is created after adding 85.88% red color, 71.76% green color and 68.63% blue color. Hex #dbb7af Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 20% yellow and 14% black.

Hex #dbb7af color code is between #ddbbaa web safe hex color code and #ccaabb web safe hex color code. #ddbbaa is the nearest web safe color code. You can see here many more shades of #dbb7af color code.

0 Likes 0 Comments | 20 Views

Color Table

Hex Color Codedbb7af#dbb7af
RGB Decimal219, 183, 175rgb(219, 183, 175)
RGB Percent86%, 72%, 69%rgb(86%, 72%, 69%)
CSS RGBa219, 183, 175,1rgba(219,183,175,1)
CMYK Modelcmyk(0%,16%,20%,14%)
HSL Color Space11,38% ,77%hsl(11,38% ,77%)
HSV Color Space11°, 20%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111011011110101111
Octal333267257
Decimal219183175
Hexdbb7af

Different shades of #dbb7af color code.

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

Light Shade of #dbb7af
#ebd7d2
Dark Shade of #dbb7af
#cb978c
Saturated Shade of #dbb7af
#e1b3a9
Desaturated Shade of #dbb7af
#d5bbb5
Grey scale Shade of #dbb7af
#c5c5c5
Brighten Shade
#f4d0c8
Most Readable Shade
#000000

Shades of #dbb7af color code

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

#dbb7af
#c2a29b
#aa8e88
#927a74
#796561
#61514d
#493d3a
#302826
#181413
#000000

Similar Color like #dbb7af color

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

#dcb8b0
#ddb9b1
#debab2
#dfbbb3
#e0bcb4
#e1bdb5
#e2beb6
#e3bfb7
#e4c0b8
#e5c1b9
#e6c2ba
#e7c3bb
#e8c4bc
#e9c5bd
#dab6ae
#d9b5ad
#d8b4ac
#d7b3ab
#d6b2aa
#d5b1a9
#d4b0a8
#d3afa7
#d2aea6
#d1ada5
#d0aca4
#cfaba3
#ceaaa2
#cda9a1

Monochromatic Color with #dbb7af

#dbb7af
#060505
#312927
#5b4c49
#86706b
#b0938d

Tints of #dbb7af Color

#dbb7af
#dfbfb7
#e3c7c0
#e7cfc9
#ebd7d2
#efdfdb
#f3e7e4
#f7efed
#fbf7f6
#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

#dbb7af
#afd3db

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

Split Complementary

#dbb7af
#afdbcd
#afbddb

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

Analogous Color

#dbafb9
#dbafb0
#dbb7af
#dbc0af
#dbc9af

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

#dbb7af
#afdbb7
#b7afdb

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

#dbb7af
#bddbaf
#afd3db
#cdafdb

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

#dbb7af
#afd3db
#afbddb
#dbcdaf

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

#dbb7af Color Code Preview on Black Background Color

This is how #dbb7af Color will look on black background color. Color contrast ratio is 11.40

#dbb7af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbb7af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbb7af

#dbb7af color code is use for CSS Background Color

Background color for the above div is #dbb7af

HTML with inline CSS

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

#dbb7af color code is use for CSS Border Color

CSS Border color for the above div is #dbb7af

HTML with inline CSS

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

CSS Border Left color for the above div is #dbb7af

HTML with inline CSS

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

CSS Border Right color for the above div is #dbb7af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbb7af

HTML with inline CSS

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

CSS Border Top color for the above div is #dbb7af

HTML with inline CSS

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

#dbb7af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbb7af Color code Preview on White Background

This is how #dbb7af Color code will look on white background color. Color contrast ratio is 1.84

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

Related Gradients

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

0 Likes 0 Comments | 20 Views

Post your comment:-

By submitting comment you agree to our privacy policy.