crispedge.com

Color picker

Loading...

#dbb6af hex color - Red - Warm color - Information

#dbb6af hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #dbb6af 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 #dbb6af color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codedbb6af#dbb6af
RGB Decimal219, 182, 175rgb(219, 182, 175)
RGB Percent86%, 71%, 69%rgb(86%, 71%, 69%)
CSS RGBa219, 182, 175,1rgba(219,182,175,1)
CMYK Modelcmyk(0%,17%,20%,14%)
HSL Color Space10,38% ,77%hsl(10,38% ,77%)
HSV Color Space10°, 20%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111011011010101111
Octal333266257
Decimal219182175
Hexdbb6af

Different shades of #dbb6af color code.

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

Light Shade of #dbb6af
#ebd6d2
Dark Shade of #dbb6af
#cb968c
Saturated Shade of #dbb6af
#e1b2a9
Desaturated Shade of #dbb6af
#d5bab5
Grey scale Shade of #dbb6af
#c5c5c5
Brighten Shade
#f4cfc8
Most Readable Shade
#000000

Shades of #dbb6af color code

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

#dbb6af
#c2a19b
#aa8d88
#927974
#796561
#61504d
#493c3a
#302826
#181413
#000000

Similar Color like #dbb6af color

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

#dcb7b0
#ddb8b1
#deb9b2
#dfbab3
#e0bbb4
#e1bcb5
#e2bdb6
#e3beb7
#e4bfb8
#e5c0b9
#e6c1ba
#e7c2bb
#e8c3bc
#e9c4bd
#dab5ae
#d9b4ad
#d8b3ac
#d7b2ab
#d6b1aa
#d5b0a9
#d4afa8
#d3aea7
#d2ada6
#d1aca5
#d0aba4
#cfaaa3
#cea9a2
#cda8a1

Monochromatic Color with #dbb6af

#dbb6af
#060505
#312927
#5b4c49
#866f6b
#b0938d

Tints of #dbb6af Color

#dbb6af
#dfbeb7
#e3c6c0
#e7cec9
#ebd6d2
#efdedb
#f3e6e4
#f7eeed
#fbf6f6
#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

#dbb6af
#afd4db

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

Split Complementary

#dbb6af
#afdbcc
#afbedb

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

Analogous Color

#dbafba
#dbafb1
#dbb6af
#dbbfaf
#dbc8af

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

#dbb6af
#afdbb6
#b6afdb

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

#dbb6af
#bedbaf
#afd4db
#ccafdb

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

#dbb6af
#afd4db
#afbedb
#dbccaf

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

#dbb6af Color Code Preview on Black Background Color

This is how #dbb6af Color will look on black background color. Color contrast ratio is 11.32

#dbb6af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbb6af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbb6af

#dbb6af color code is use for CSS Background Color

Background color for the above div is #dbb6af

HTML with inline CSS

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

#dbb6af color code is use for CSS Border Color

CSS Border color for the above div is #dbb6af

HTML with inline CSS

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

CSS Border Left color for the above div is #dbb6af

HTML with inline CSS

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

CSS Border Right color for the above div is #dbb6af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbb6af

HTML with inline CSS

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

CSS Border Top color for the above div is #dbb6af

HTML with inline CSS

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

#dbb6af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbb6af Color code Preview on White Background

This is how #dbb6af Color code will look on white background color. Color contrast ratio is 1.85

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

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(219,182,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(175,212,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,182,175,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.