crispedge.com

Color picker

Loading...

#d2a469 hex color - Yellow - Warm color - Information

#d2a469 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #d2a469 Color code in RGB color code model is created after adding 82.35% red color, 64.31% green color and 41.18% blue color. Hex #d2a469 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 50% yellow and 18% black.

Hex #d2a469 color code is between #ccaa66 web safe hex color code and #dd9977 web safe hex color code. #ccaa66 is the nearest web safe color code. You can see here many more shades of #d2a469 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded2a469#d2a469
RGB Decimal210, 164, 105rgb(210, 164, 105)
RGB Percent82%, 64%, 41%rgb(82%, 64%, 41%)
CSS RGBa210, 164, 105,1rgba(210,164,105,1)
CMYK Modelcmyk(0%,22%,50%,18%)
HSL Color Space34,54% ,62%hsl(34,54% ,62%)
HSV Color Space34°, 50%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100101010010001101001
Octal322244151
Decimal210164105
Hexd2a469

Different shades of #d2a469 color code.

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

Light Shade of #d2a469
#debc90
Dark Shade of #d2a469
#c68c42
Saturated Shade of #d2a469
#dca55f
Desaturated Shade of #d2a469
#c8a373
Grey scale Shade of #d2a469
#9d9d9d
Brighten Shade
#ebbd82
Most Readable Shade
#000000

Shades of #d2a469 color code

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

#d2a469
#ba915d
#a37f51
#8c6d46
#745b3a
#5d482e
#463623
#2e2417
#17120b
#000000

Similar Color like #d2a469 color

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

#d3a56a
#d4a66b
#d5a76c
#d6a86d
#d7a96e
#d8aa6f
#d9ab70
#daac71
#dbad72
#dcae73
#ddaf74
#deb075
#dfb176
#e0b277
#d1a368
#d0a267
#cfa166
#cea065
#cd9f64
#cc9e63
#cb9d62
#ca9c61
#c99b60
#c89a5f
#c7995e
#c6985d
#c5975c
#c4965b

Monochromatic Color with #d2a469

#d2a469
#fcc57e
#281f14
#524029
#7d623e
#a78354

Tints of #d2a469 Color

#d2a469
#d7ae79
#dcb88a
#e1c29b
#e6ccab
#ebd6bc
#f0e0cd
#f5eadd
#faf4ee
#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

#d2a469
#6997d2

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

Split Complementary

#d2a469
#69cbd2
#7069d2

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

Analogous Color

#d27a69
#d28f69
#d2a469
#d2b969
#d2ce69

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

#d2a469
#69d2a4
#a469d2

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

#d2a469
#69d26f
#6997d2
#d269cb

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

#d2a469
#6997d2
#7069d2
#cbd269

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

#d2a469 Color Code Preview on Black Background Color

This is how #d2a469 Color will look on black background color. Color contrast ratio is 9.25

#d2a469 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d2a469

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d2a469

#d2a469 color code is use for CSS Background Color

Background color for the above div is #d2a469

HTML with inline CSS

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

#d2a469 color code is use for CSS Border Color

CSS Border color for the above div is #d2a469

HTML with inline CSS

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

CSS Border Left color for the above div is #d2a469

HTML with inline CSS

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

CSS Border Right color for the above div is #d2a469

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d2a469

HTML with inline CSS

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

CSS Border Top color for the above div is #d2a469

HTML with inline CSS

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

#d2a469 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d2a469 Color code Preview on White Background

This is how #d2a469 Color code will look on white background color. Color contrast ratio is 2.27

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

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(210,164,105,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(105,151,210,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(210,164,105,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.