crispedge.com

Color picker

Loading...

#deb52c hex color - Yellow - Warm color - Information

#deb52c hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #deb52c Color code in RGB color code model is created after adding 87.06% red color, 70.98% green color and 17.25% blue color. Hex #deb52c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 80% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedeb52c#deb52c
RGB Decimal222, 181, 44rgb(222, 181, 44)
RGB Percent87%, 71%, 17%rgb(87%, 71%, 17%)
CSS RGBa222, 181, 44,1rgba(222,181,44,1)
CMYK Modelcmyk(0%,18%,80%,13%)
HSL Color Space46,73% ,52%hsl(46,73% ,52%)
HSV Color Space46°, 80%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111101011010100101100
Octal33626554
Decimal22218144
Hexdeb52c

Different shades of #deb52c color code.

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

Light Shade of #deb52c
#e5c458
Dark Shade of #deb52c
#ba961d
Saturated Shade of #deb52c
#eabc20
Desaturated Shade of #deb52c
#d2ae38
Grey scale Shade of #deb52c
#858585
Brighten Shade
#f7ce45
Most Readable Shade
#000000

Shades of #deb52c color code

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

#deb52c
#c5a027
#ac8c22
#94781d
#7b6418
#625013
#4a3c0e
#312809
#181404
#000000

Similar Color like #deb52c color

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

#dfb62d
#e0b72e
#e1b82f
#e2b930
#e3ba31
#e4bb32
#e5bc33
#e6bd34
#e7be35
#e8bf36
#e9c037
#eac138
#ebc239
#ecc33a
#ddb42b
#dcb32a
#dbb229
#dab128
#d9b027
#d8af26
#d7ae25
#d6ad24
#d5ac23
#d4ab22
#d3aa21
#d2a920
#d1a81f
#d0a71e

Monochromatic Color with #deb52c

#deb52c
#090802
#342a0a
#5e4d13
#89701b
#b39224

Tints of #deb52c Color

#deb52c
#e1bd43
#e5c55a
#e9cd72
#ecd589
#f0dea1
#f4e6b8
#f7eed0
#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

#deb52c
#2c55de

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

Split Complementary

#deb52c
#2caede
#5c2cde

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

Analogous Color

#de6e2c
#de912c
#deb52c
#ded92c
#c0de2c

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

#deb52c
#2cdeb5
#b52cde

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

#deb52c
#2cde5c
#2c55de
#de2cae

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

#deb52c
#2c55de
#5c2cde
#aede2c

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

#deb52c Color Code Preview on Black Background Color

This is how #deb52c Color will look on black background color. Color contrast ratio is 10.75

#deb52c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #deb52c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #deb52c

#deb52c color code is use for CSS Background Color

Background color for the above div is #deb52c

HTML with inline CSS

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

#deb52c color code is use for CSS Border Color

CSS Border color for the above div is #deb52c

HTML with inline CSS

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

CSS Border Left color for the above div is #deb52c

HTML with inline CSS

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

CSS Border Right color for the above div is #deb52c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #deb52c

HTML with inline CSS

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

CSS Border Top color for the above div is #deb52c

HTML with inline CSS

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

#deb52c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#deb52c Color code Preview on White Background

This is how #deb52c Color code will look on white background color. Color contrast ratio is 1.95

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

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(222,181,44,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(44,85,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(222,181,44,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.