crispedge.com

Color picker

Loading...

#deb52d hex color - Yellow - Warm color - Information

#deb52d hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

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

Hex #deb52d 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 #deb52d color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codedeb52d#deb52d
RGB Decimal222, 181, 45rgb(222, 181, 45)
RGB Percent87%, 71%, 18%rgb(87%, 71%, 18%)
CSS RGBa222, 181, 45,1rgba(222,181,45,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
Binary110111101011010100101101
Octal33626555
Decimal22218145
Hexdeb52d

Different shades of #deb52d color code.

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

Light Shade of #deb52d
#e5c559
Dark Shade of #deb52d
#bb961d
Saturated Shade of #deb52d
#eabc21
Desaturated Shade of #deb52d
#d2ae39
Grey scale Shade of #deb52d
#858585
Brighten Shade
#f7ce46
Most Readable Shade
#000000

Shades of #deb52d color code

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

#deb52d
#c5a028
#ac8c23
#94781e
#7b6419
#625014
#4a3c0f
#31280a
#181405
#000000

Similar Color like #deb52d color

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

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

Monochromatic Color with #deb52d

#deb52d
#090802
#342a0b
#5e4d13
#89701c
#b39224

Tints of #deb52d Color

#deb52d
#e1bd44
#e5c55b
#e9cd73
#ecd58a
#f0dea1
#f4e6b9
#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

#deb52d
#2d56de

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

Split Complementary

#deb52d
#2daede
#5d2dde

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

Analogous Color

#de6e2d
#de922d
#deb52d
#ded82d
#c0de2d

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

#deb52d
#2ddeb5
#b52dde

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

#deb52d
#2dde5c
#2d56de
#de2dae

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

#deb52d
#2d56de
#5d2dde
#aede2d

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

#deb52d Color Code Preview on Black Background Color

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

#deb52d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #deb52d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #deb52d

#deb52d color code is use for CSS Background Color

Background color for the above div is #deb52d

HTML with inline CSS

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

#deb52d color code is use for CSS Border Color

CSS Border color for the above div is #deb52d

HTML with inline CSS

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

CSS Border Left color for the above div is #deb52d

HTML with inline CSS

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

CSS Border Right color for the above div is #deb52d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #deb52d

HTML with inline CSS

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

CSS Border Top color for the above div is #deb52d

HTML with inline CSS

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

#deb52d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#deb52d Color code Preview on White Background

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

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