crispedge.com

Color picker

Loading...

#dcb32b hex color - Yellow - Warm color - Information

#dcb32b hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #dcb32b Color code in RGB color code model is created after adding 86.27% red color, 70.2% green color and 16.86% blue color. Hex #dcb32b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 19% magenta, 80% yellow and 14% black.

Hex #dcb32b color code is between #ddbb33 web safe hex color code and #ccaa22 web safe hex color code. #ddbb33 is the nearest web safe color code. You can see here many more shades of #dcb32b color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codedcb32b#dcb32b
RGB Decimal220, 179, 43rgb(220, 179, 43)
RGB Percent86%, 70%, 17%rgb(86%, 70%, 17%)
CSS RGBa220, 179, 43,1rgba(220,179,43,1)
CMYK Modelcmyk(0%,19%,80%,14%)
HSL Color Space46,72% ,52%hsl(46,72% ,52%)
HSV Color Space46°, 80%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111001011001100101011
Octal33426353
Decimal22017943
Hexdcb32b

Different shades of #dcb32b color code.

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

Light Shade of #dcb32b
#e3c357
Dark Shade of #dcb32b
#b6931e
Saturated Shade of #dcb32b
#e8ba1f
Desaturated Shade of #dcb32b
#d0ac37
Grey scale Shade of #dcb32b
#838383
Brighten Shade
#f5cc44
Most Readable Shade
#000000

Shades of #dcb32b color code

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

#dcb32b
#c39f26
#ab8b21
#92771c
#7a6317
#614f13
#493b0e
#302709
#181304
#000000

Similar Color like #dcb32b color

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

#ddb42c
#deb52d
#dfb62e
#e0b72f
#e1b830
#e2b931
#e3ba32
#e4bb33
#e5bc34
#e6bd35
#e7be36
#e8bf37
#e9c038
#eac139
#dbb22a
#dab129
#d9b028
#d8af27
#d7ae26
#d6ad25
#d5ac24
#d4ab23
#d3aa22
#d2a921
#d1a820
#d0a71f
#cfa61e
#cea51d

Monochromatic Color with #dcb32b

#dcb32b
#070601
#32290a
#5c4b12
#876e1a
#b19023

Tints of #dcb32b Color

#dcb32b
#dfbb42
#e3c35a
#e7cc71
#ebd489
#efdda0
#f3e5b8
#f7eecf
#fbf6e7
#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

#dcb32b
#2b54dc

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

Split Complementary

#dcb32b
#2baddc
#5b2bdc

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

Analogous Color

#dc6c2b
#dc902b
#dcb32b
#dcd62b
#bedc2b

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

#dcb32b
#2bdcb3
#b32bdc

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

#dcb32b
#2bdc5a
#2b54dc
#dc2bac

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

#dcb32b
#2b54dc
#5b2bdc
#acdc2b

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

#dcb32b Color Code Preview on Black Background Color

This is how #dcb32b Color will look on black background color. Color contrast ratio is 10.53

#dcb32b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcb32b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dcb32b

#dcb32b color code is use for CSS Background Color

Background color for the above div is #dcb32b

HTML with inline CSS

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

#dcb32b color code is use for CSS Border Color

CSS Border color for the above div is #dcb32b

HTML with inline CSS

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

CSS Border Left color for the above div is #dcb32b

HTML with inline CSS

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

CSS Border Right color for the above div is #dcb32b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dcb32b

HTML with inline CSS

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

CSS Border Top color for the above div is #dcb32b

HTML with inline CSS

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

#dcb32b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dcb32b Color code Preview on White Background

This is how #dcb32b Color code will look on white background color. Color contrast ratio is 2.00

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

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(220,179,43,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(43,84,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(220,179,43,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.