crispedge.com

#dbb99a hex color - Yellow - Warm color - Information

#dbb99a hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

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

Hex #dbb99a color code is between #ddbb99 web safe hex color code and #ccaaaa web safe hex color code. #ddbb99 is the nearest web safe color code. You can see here many more shades of #dbb99a color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codedbb99a#dbb99a
RGB Decimal219, 185, 154rgb(219, 185, 154)
RGB Percent86%, 73%, 60%rgb(86%, 73%, 60%)
CSS RGBa219, 185, 154,1rgba(219,185,154,1)
CMYK Modelcmyk(0%,16%,30%,14%)
HSL Color Space29,47% ,73%hsl(29,47% ,73%)
HSV Color Space29°, 30%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111011100110011010
Octal333271232
Decimal219185154
Hexdbb99a

Different shades of #dbb99a color code.

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

Light Shade of #dbb99a
#e8d3c0
Dark Shade of #dbb99a
#ce9f74
Saturated Shade of #dbb99a
#e2b993
Desaturated Shade of #dbb99a
#d4b9a1
Grey scale Shade of #dbb99a
#bababa
Brighten Shade
#f4d2b3
Most Readable Shade
#000000

Shades of #dbb99a color code

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

#dbb99a
#c2a488
#aa8f77
#927b66
#796655
#615244
#493d33
#302922
#181411
#000000

Similar Color like #dbb99a color

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

#dcba9b
#ddbb9c
#debc9d
#dfbd9e
#e0be9f
#e1bfa0
#e2c0a1
#e3c1a2
#e4c2a3
#e5c3a4
#e6c4a5
#e7c5a6
#e8c6a7
#e9c7a8
#dab899
#d9b798
#d8b697
#d7b596
#d6b495
#d5b394
#d4b293
#d3b192
#d2b091
#d1af90
#d0ae8f
#cfad8e
#ceac8d
#cdab8c

Monochromatic Color with #dbb99a

#dbb99a
#060505
#312922
#5b4d40
#86715e
#b0957c

Tints of #dbb99a Color

#dbb99a
#dfc0a5
#e3c8b0
#e7d0bb
#ebd8c6
#efdfd2
#f3e7dd
#f7efe8
#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

#dbb99a
#9abcdb

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

Split Complementary

#dbb99a
#9adbd9
#9a9bdb

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

Analogous Color

#db9f9a
#dbac9a
#dbb99a
#dbc69a
#dbd39a

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

#dbb99a
#9adbb9
#b99adb

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

#dbb99a
#9bdb9a
#9abcdb
#d99adb

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

#dbb99a
#9abcdb
#9a9bdb
#dbda9a

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

#dbb99a Color Code Preview on Black Background Color

This is how #dbb99a Color will look on black background color. Color contrast ratio is 11.42

#dbb99a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbb99a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbb99a

#dbb99a color code is use for CSS Background Color

Background color for the above div is #dbb99a

HTML with inline CSS

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

#dbb99a color code is use for CSS Border Color

CSS Border color for the above div is #dbb99a

HTML with inline CSS

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

CSS Border Left color for the above div is #dbb99a

HTML with inline CSS

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

CSS Border Right color for the above div is #dbb99a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbb99a

HTML with inline CSS

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

CSS Border Top color for the above div is #dbb99a

HTML with inline CSS

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

#dbb99a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbb99a Color code Preview on White Background

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>