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

#dbca6f hex color - Yellow - Warm color - Information

#dbca6f hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #dbca6f Color code in RGB color code model is created after adding 85.88% red color, 79.22% green color and 43.53% blue color. Hex #dbca6f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 49% yellow and 14.12% black.

Hex #dbca6f color code is between #ddcc77 web safe hex color code and #ccbb66 web safe hex color code. #ddcc77 is the nearest web safe color code. You can see here many more shades of #dbca6f 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 dbca6f #dbca6f
RGB Decimal 219, 202, 111 rgb(219, 202, 111)
RGB Percent 86%, 79%, 44% rgb(86%, 79%, 44%)
CSS RGBa 219, 202, 111,1 rgba(219,202,111,1)
CMYK Model cmyk(0%,8%,49%,14.12%)
HSL Color Space 51,60% ,65% hsl(51,60% ,65%)
HSV Color Space 51°, 49%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 11001010 01101111
Octal 333 312 157
Decimal 219 202 111
Hex db ca 6f

Different shades of #dbca6f color code.

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

Light Shade of #dbca6f
#e5d998
Dark Shade of #dbca6f
#d1bb46
Saturated Shade of #dbca6f
#e4d066
Desaturated Shade of #dbca6f
#d2c478
Grey scale Shade of #dbca6f
#a5a5a5
Brighten Shade
#f4e388
Most Readable Shade
#000000

Shades of #dbca6f color code

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

#dbca6f
#c2b362
#aa9d56
#92864a
#79703d
#615931
#494325
#302c18
#18160c
#000000

Similar Color like #dbca6f color

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

#dccb70
#ddcc71
#decd72
#dfce73
#e0cf74
#e1d075
#e2d176
#e3d277
#e4d378
#e5d479
#e6d57a
#e7d67b
#e8d77c
#e9d87d
#dac96e
#d9c86d
#d8c76c
#d7c66b
#d6c56a
#d5c469
#d4c368
#d3c267
#d2c166
#d1c065
#d0bf64
#cfbe63
#cebd62
#cdbc61

Monochromatic Color with #dbca6f

#dbca6f
#060603
#312d19
#5b542e
#867c44
#b0a359

Tints of #dbca6f Color

#dbca6f
#dfcf7f
#e3d58f
#e7db9f
#ebe1af
#efe7bf
#f3edcf
#f7f3df
#fbf9ef
#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

#dbca6f
#6f80db

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

Split Complementary

#dbca6f
#6fb6db
#946fdb

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

Analogous Color

#db9f6f
#dbb46f
#dbca6f
#d6db6f
#c1db6f

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

#dbca6f
#6fdbca
#ca6fdb

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

#dbca6f
#6fdb94
#6f80db
#db6fb6

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

#dbca6f
#6f80db
#946fdb
#b6db6f

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

#dbca6f Color Code Preview on Black Background Color

This is how #dbca6f Color will look on black background color. Color contrast ratio is 12.69

#dbca6f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbca6f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbca6f

#dbca6f color code is use for CSS Background Color

Background color for the above div is #dbca6f

HTML with inline CSS

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

#dbca6f color code is use for CSS Border Color

CSS Border color for the above div is #dbca6f

HTML with inline CSS

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

CSS Border Left color for the above div is #dbca6f

HTML with inline CSS

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

CSS Border Right color for the above div is #dbca6f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbca6f

HTML with inline CSS

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

CSS Border Top color for the above div is #dbca6f

HTML with inline CSS

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

#dbca6f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbca6f Color code Preview on White Background

This is how #dbca6f Color code will look on white background color. Color contrast ratio is 1.65

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

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,202,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(111,128,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,202,111,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.