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

#dbb372 hex color - Yellow - Warm color - Information

#dbb372 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #dbb372 Color code in RGB color code model is created after adding 85.88% red color, 70.2% green color and 44.71% blue color. Hex #dbb372 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 48% yellow and 14.12% black.

Hex #dbb372 color code is between #ddbb77 web safe hex color code and #ccaa66 web safe hex color code. #ddbb77 is the nearest web safe color code. You can see here many more shades of #dbb372 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 dbb372 #dbb372
RGB Decimal 219, 179, 114 rgb(219, 179, 114)
RGB Percent 86%, 70%, 45% rgb(86%, 70%, 45%)
CSS RGBa 219, 179, 114,1 rgba(219,179,114,1)
CMYK Model cmyk(0%,18%,48%,14.12%)
HSL Color Space 37,59% ,65% hsl(37,59% ,65%)
HSV Color Space 37°, 48%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 10110011 01110010
Octal 333 263 162
Decimal 219 179 114
Hex db b3 72

Different shades of #dbb372 color code.

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

Light Shade of #dbb372
#e5c99b
Dark Shade of #dbb372
#d19d49
Saturated Shade of #dbb372
#e4b569
Desaturated Shade of #dbb372
#d2b17b
Grey scale Shade of #dbb372
#a6a6a6
Brighten Shade
#f4cc8b
Most Readable Shade
#000000

Shades of #dbb372 color code

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

#dbb372
#c29f65
#aa8b58
#92774c
#79633f
#614f32
#493b26
#302719
#18130c
#000000

Similar Color like #dbb372 color

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

#dcb473
#ddb574
#deb675
#dfb776
#e0b877
#e1b978
#e2ba79
#e3bb7a
#e4bc7b
#e5bd7c
#e6be7d
#e7bf7e
#e8c07f
#e9c180
#dab271
#d9b170
#d8b06f
#d7af6e
#d6ae6d
#d5ad6c
#d4ac6b
#d3ab6a
#d2aa69
#d1a968
#d0a867
#cfa766
#cea665
#cda564

Monochromatic Color with #dbb372

#dbb372
#060503
#31281a
#5b4b30
#866e46
#b0905c

Tints of #dbb372 Color

#dbb372
#dfbb81
#e3c391
#e7cca1
#ebd4b0
#efddc0
#f3e5d0
#f7eedf
#fbf6ef
#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

#dbb372
#729adb

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

Split Complementary

#dbb372
#72cfdb
#7f72db

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

Analogous Color

#db8972
#db9e72
#dbb372
#dbc872
#d9db72

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

#dbb372
#72dbb3
#b372db

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

#dbb372
#72db7e
#729adb
#db72ce

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

#dbb372
#729adb
#7f72db
#cfdb72

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

#dbb372 Color Code Preview on Black Background Color

This is how #dbb372 Color will look on black background color. Color contrast ratio is 10.70

#dbb372 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbb372

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbb372

#dbb372 color code is use for CSS Background Color

Background color for the above div is #dbb372

HTML with inline CSS

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

#dbb372 color code is use for CSS Border Color

CSS Border color for the above div is #dbb372

HTML with inline CSS

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

CSS Border Left color for the above div is #dbb372

HTML with inline CSS

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

CSS Border Right color for the above div is #dbb372

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbb372

HTML with inline CSS

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

CSS Border Top color for the above div is #dbb372

HTML with inline CSS

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

#dbb372 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbb372 Color code Preview on White Background

This is how #dbb372 Color code will look on white background color. Color contrast ratio is 1.96

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

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,179,114,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(114,154,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,179,114,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.