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

#dbc056 hex color - Yellow - Warm color - Information

#dbc056 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #dbc056 Color code in RGB color code model is created after adding 85.88% red color, 75.29% green color and 33.73% blue color. Hex #dbc056 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 61% yellow and 14.12% black.

Hex #dbc056 color code is between #ddbb55 web safe hex color code and #cccc66 web safe hex color code. #ddbb55 is the nearest web safe color code. You can see here many more shades of #dbc056 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 dbc056 #dbc056
RGB Decimal 219, 192, 86 rgb(219, 192, 86)
RGB Percent 86%, 75%, 34% rgb(86%, 75%, 34%)
CSS RGBa 219, 192, 86,1 rgba(219,192,86,1)
CMYK Model cmyk(0%,12%,61%,14.12%)
HSL Color Space 48,65% ,60% hsl(48,65% ,60%)
HSV Color Space 48°, 61%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 11000000 01010110
Octal 333 300 126
Decimal 219 192 86
Hex db c0 56

Different shades of #dbc056 color code.

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

Light Shade of #dbc056
#e4d080
Dark Shade of #dbc056
#d1b02d
Saturated Shade of #dbc056
#e5c64c
Desaturated Shade of #dbc056
#d1ba60
Grey scale Shade of #dbc056
#989898
Brighten Shade
#f4d96f
Most Readable Shade
#000000

Shades of #dbc056 color code

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

#dbc056
#c2aa4c
#aa9542
#928039
#796a2f
#615526
#49401c
#302a13
#181509
#000000

Similar Color like #dbc056 color

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

#dcc157
#ddc258
#dec359
#dfc45a
#e0c55b
#e1c65c
#e2c75d
#e3c85e
#e4c95f
#e5ca60
#e6cb61
#e7cc62
#e8cd63
#e9ce64
#dabf55
#d9be54
#d8bd53
#d7bc52
#d6bb51
#d5ba50
#d4b94f
#d3b84e
#d2b74d
#d1b64c
#d0b54b
#cfb44a
#ceb349
#cdb248

Monochromatic Color with #dbc056

#dbc056
#060603
#312b13
#5b5024
#867535
#b09b45

Tints of #dbc056 Color

#dbc056
#dfc768
#e3ce7b
#e7d58e
#ebdca1
#efe3b3
#f3eac6
#f7f1d9
#fbf8ec
#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

#dbc056
#5671db

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

Split Complementary

#dbc056
#56b3db
#7e56db

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

Analogous Color

#db8b56
#dba556
#dbc056
#dbdb56
#c1db56

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

#dbc056
#56dbc0
#c056db

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

#dbc056
#56db7d
#5671db
#db56b3

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

#dbc056
#5671db
#7e56db
#b3db56

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

#dbc056 Color Code Preview on Black Background Color

This is how #dbc056 Color will look on black background color. Color contrast ratio is 11.69

#dbc056 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbc056

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbc056

#dbc056 color code is use for CSS Background Color

Background color for the above div is #dbc056

HTML with inline CSS

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

#dbc056 color code is use for CSS Border Color

CSS Border color for the above div is #dbc056

HTML with inline CSS

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

CSS Border Left color for the above div is #dbc056

HTML with inline CSS

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

CSS Border Right color for the above div is #dbc056

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbc056

HTML with inline CSS

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

CSS Border Top color for the above div is #dbc056

HTML with inline CSS

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

#dbc056 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbc056 Color code Preview on White Background

This is how #dbc056 Color code will look on white background color. Color contrast ratio is 1.80

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

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,192,86,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(86,113,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,192,86,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.