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

#db9e52 hex color - Orange - Warm color - Information

#db9e52 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #db9e52 Color code in RGB color code model is created after adding 85.88% red color, 61.96% green color and 32.16% blue color. Hex #db9e52 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 28% magenta, 63% yellow and 14.12% black.

Hex #db9e52 color code is between #dd9955 web safe hex color code and #ccaa44 web safe hex color code. #dd9955 is the nearest web safe color code. You can see here many more shades of #db9e52 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedb9e52#db9e52
RGB Decimal219, 158, 82rgb(219, 158, 82)
RGB Percent86%, 62%, 32%rgb(86%, 62%, 32%)
CSS RGBa219, 158, 82,1rgba(219,158,82,1)
CMYK Modelcmyk(0%,28%,63%,14.12%)
HSL Color Space33,66% ,59%hsl(33,66% ,59%)
HSV Color Space33°, 63%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111001111001010010
Octal333236122
Decimal21915882
Hexdb9e52

Different shades of #db9e52 color code.

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

Light Shade of #db9e52
#e4b67c
Dark Shade of #db9e52
#cf862b
Saturated Shade of #db9e52
#e59f48
Desaturated Shade of #db9e52
#d19d5c
Grey scale Shade of #db9e52
#969696
Brighten Shade
#f4b76b
Most Readable Shade
#000000

Shades of #db9e52 color code

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

#db9e52
#c28c48
#aa7a3f
#926936
#79572d
#614624
#49341b
#302312
#181109
#000000

Similar Color like #db9e52 color

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

#dc9f53
#dda054
#dea155
#dfa256
#e0a357
#e1a458
#e2a559
#e3a65a
#e4a75b
#e5a85c
#e6a95d
#e7aa5e
#e8ab5f
#e9ac60
#da9d51
#d99c50
#d89b4f
#d79a4e
#d6994d
#d5984c
#d4974b
#d3964a
#d29549
#d19448
#d09347
#cf9246
#ce9145
#cd9044

Monochromatic Color with #db9e52

#db9e52
#060502
#312312
#5b4222
#866132
#b07f42

Tints of #db9e52 Color

#db9e52
#dfa865
#e3b378
#e7be8b
#ebc99e
#efd3b2
#f3dec5
#f7e9d8
#fbf4eb
#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

#db9e52
#528fdb

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

Split Complementary

#db9e52
#52d4db
#5952db

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

Analogous Color

#db6752
#db8352
#db9e52
#dbb952
#dbd552

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

#db9e52
#52db9e
#9e52db

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

#db9e52
#52db59
#528fdb
#db52d3

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

#db9e52
#528fdb
#5952db
#d4db52

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

#db9e52 Color Code Preview on Black Background Color

This is how #db9e52 Color will look on black background color. Color contrast ratio is 9.02

#db9e52 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db9e52

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db9e52

#db9e52 color code is use for CSS Background Color

Background color for the above div is #db9e52

HTML with inline CSS

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

#db9e52 color code is use for CSS Border Color

CSS Border color for the above div is #db9e52

HTML with inline CSS

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

CSS Border Left color for the above div is #db9e52

HTML with inline CSS

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

CSS Border Right color for the above div is #db9e52

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db9e52

HTML with inline CSS

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

CSS Border Top color for the above div is #db9e52

HTML with inline CSS

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

#db9e52 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db9e52 Color code Preview on White Background

This is how #db9e52 Color code will look on white background color. Color contrast ratio is 2.33

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

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,158,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(82,143,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,158,82,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.