crispedge.com

Color picker

Loading...

#dfbb3c hex color - Yellow - Warm color - Information

#dfbb3c hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #dfbb3c Color code in RGB color code model is created after adding 87.45% red color, 73.33% green color and 23.53% blue color. Hex #dfbb3c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 73% yellow and 13% black.

Hex #dfbb3c color code is between #ddaa44 web safe hex color code and #eecc33 web safe hex color code. #ddaa44 is the nearest web safe color code. You can see here many more shades of #dfbb3c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedfbb3c#dfbb3c
RGB Decimal223, 187, 60rgb(223, 187, 60)
RGB Percent87%, 73%, 24%rgb(87%, 73%, 24%)
CSS RGBa223, 187, 60,1rgba(223,187,60,1)
CMYK Modelcmyk(0%,16%,73%,13%)
HSL Color Space47,72% ,55%hsl(47,72% ,55%)
HSV Color Space47°, 73%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111111011101100111100
Octal33727374
Decimal22318760
Hexdfbb3c

Different shades of #dfbb3c color code.

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

Light Shade of #dfbb3c
#e6ca68
Dark Shade of #dfbb3c
#c7a221
Saturated Shade of #dfbb3c
#eac131
Desaturated Shade of #dfbb3c
#d4b547
Grey scale Shade of #dfbb3c
#8d8d8d
Brighten Shade
#f8d455
Most Readable Shade
#000000

Shades of #dfbb3c color code

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

#dfbb3c
#c6a635
#ad912e
#947c28
#7b6721
#63531a
#4a3e14
#31290d
#181406
#000000

Similar Color like #dfbb3c color

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

#e0bc3d
#e1bd3e
#e2be3f
#e3bf40
#e4c041
#e5c142
#e6c243
#e7c344
#e8c445
#e9c546
#eac647
#ebc748
#ecc849
#edc94a
#deba3b
#ddb93a
#dcb839
#dbb738
#dab637
#d9b536
#d8b435
#d7b334
#d6b233
#d5b132
#d4b031
#d3af30
#d2ae2f
#d1ad2e

Monochromatic Color with #dfbb3c

#dfbb3c
#0a0903
#352c0e
#5f501a
#8a7425
#b49731

Tints of #dfbb3c Color

#dfbb3c
#e2c251
#e6ca67
#e9d17d
#edd992
#f0e0a8
#f4e8be
#f7efd3
#fbf7e9
#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

#dfbb3c
#3c60df

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

Split Complementary

#dfbb3c
#3cb1df
#6a3cdf

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

Analogous Color

#df7a3c
#df9a3c
#dfbb3c
#dfdc3c
#c2df3c

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

#dfbb3c
#3cdfbb
#bb3cdf

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

#dfbb3c
#3cdf6a
#3c60df
#df3cb1

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

#dfbb3c
#3c60df
#6a3cdf
#b1df3c

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

#dfbb3c Color Code Preview on Black Background Color

This is how #dfbb3c Color will look on black background color. Color contrast ratio is 11.31

#dfbb3c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfbb3c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dfbb3c

#dfbb3c color code is use for CSS Background Color

Background color for the above div is #dfbb3c

HTML with inline CSS

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

#dfbb3c color code is use for CSS Border Color

CSS Border color for the above div is #dfbb3c

HTML with inline CSS

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

CSS Border Left color for the above div is #dfbb3c

HTML with inline CSS

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

CSS Border Right color for the above div is #dfbb3c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dfbb3c

HTML with inline CSS

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

CSS Border Top color for the above div is #dfbb3c

HTML with inline CSS

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

#dfbb3c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dfbb3c Color code Preview on White Background

This is how #dfbb3c Color code will look on white background color. Color contrast ratio is 1.86

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

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(223,187,60,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(60,96,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(223,187,60,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.