crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#da8052 hex color - Brown - Warm color - Information

#da8052 hex color - Brown - Warm color

Color Hue/Base color: Brown

Hex #da8052 Color code in RGB color code model is created after adding 85.49% red color, 50.2% green color and 32.16% blue color. Hex #da8052 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 62% yellow and 15% black.

Hex #da8052 color code is between #dd8855 web safe hex color code and #cc7744 web safe hex color code. #dd8855 is the nearest web safe color code. You can see here many more shades of #da8052 color code.

0 Likes 0 Comments | 11 Views

Color Table

Hex Color Codeda8052#da8052
RGB Decimal218, 128, 82rgb(218, 128, 82)
RGB Percent85%, 50%, 32%rgb(85%, 50%, 32%)
CSS RGBa218, 128, 82,1rgba(218,128,82,1)
CMYK Modelcmyk(0%,41%,62%,15%)
HSL Color Space20,65% ,59%hsl(20,65% ,59%)
HSV Color Space20°, 62%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101000000001010010
Octal332200122
Decimal21812882
Hexda8052

Different shades of #da8052 color code.

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

Light Shade of #da8052
#e39f7c
Dark Shade of #da8052
#cd622c
Saturated Shade of #da8052
#e47d47
Desaturated Shade of #da8052
#cf835c
Grey scale Shade of #da8052
#969696
Brighten Shade
#f3996b
Most Readable Shade
#000000

Shades of #da8052 color code

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

#da8052
#c17148
#a9633f
#915536
#79472d
#603824
#482a1b
#301c12
#180e09
#000000

Similar Color like #da8052 color

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

#db8153
#dc8254
#dd8355
#de8456
#df8557
#e08658
#e18759
#e2885a
#e3895b
#e48a5c
#e58b5d
#e68c5e
#e78d5f
#e88e60
#d97f51
#d87e50
#d77d4f
#d67c4e
#d57b4d
#d47a4c
#d3794b
#d2784a
#d17749
#d07648
#cf7547
#ce7446
#cd7345
#cc7244

Monochromatic Color with #da8052

#da8052
#050302
#301c12
#5a3522
#854e32
#af6742

Tints of #da8052 Color

#da8052
#de8e65
#e29c78
#e6aa8b
#eab89e
#eec6b2
#f2d4c5
#f6e2d8
#faf0eb
#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

#da8052
#52acda

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

Split Complementary

#da8052
#52dac4
#5268da

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

Analogous Color

#da525a
#da6552
#da8052
#da9b52
#dab652

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

#da8052
#52da80
#8052da

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

#da8052
#68da52
#52acda
#c452da

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

#da8052
#52acda
#5268da
#dac452

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

#da8052 Color Code Preview on Black Background Color

This is how #da8052 Color will look on black background color. Color contrast ratio is 7.19

#da8052 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #da8052

HTML with inline CSS

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

Your Example Paragraph content text in with font color #da8052

#da8052 color code is use for CSS Background Color

Background color for the above div is #da8052

HTML with inline CSS

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

#da8052 color code is use for CSS Border Color

CSS Border color for the above div is #da8052

HTML with inline CSS

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

CSS Border Left color for the above div is #da8052

HTML with inline CSS

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

CSS Border Right color for the above div is #da8052

HTML with inline CSS

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

CSS Border Bottom color for the above div is #da8052

HTML with inline CSS

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

CSS Border Top color for the above div is #da8052

HTML with inline CSS

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

#da8052 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#da8052 Color code Preview on White Background

This is how #da8052 Color code will look on white background color. Color contrast ratio is 2.92

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 11 Views

Post your comment:-

By submitting comment you agree to our privacy policy.