#d2c2b0 Color Hex Avenue Tan

Information about Avenue Tan Color | #0000FF

#d2c2b0 color RGB value is (210,194,176). #d2c2b0 color name is Avenue Tan color.

#d2c2b0 hex color red value is 210 , green value is 194 and the blue value of its RGB is 176 . Cylindrical-coordinate representations (also known as HSL) of color #d2c2b0 hue: 32 , saturation: 27 and the lightness value of #d2c2b0 is 76

The process color (four color CMYK) of #d2c2b0 color hex is 0 , 3 ,6, 7 .

#d2c2b0

~Avenue Tan

Color Converions

HEX
#d2c2b0
RGB
210,194,176
LAB
79,4,11
CMYK
0,8,16,18
LCH
79,12,72
XYZ
54,55,49
HSV
32,16,82
HSL
32,27,76

Base Numbers

Base Red Green Blue
Binary 11010010 11000010 10110000
Octal 322 302 260
Decimal 210 194 176
Hex d2 c2 b0

RGB Percentages of Color #d2c2b0

82%
76%
69%

CMYK Percentages of Color #d2c2b0

0%
6%
3%
7%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #d2c2b0

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#d2c2b0
20%
#bdaf9e
30%
#a89b8d
40%
#93887b
50%
#7e746a
60%
#696158
70%
#544e46
80%
#3f3a35
90%
#2a2723
100%
#151312

Tints of #d2c2b0

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#d2c2b0
20%
#d7c8b8
30%
#dbcec0
40%
#e0d4c8
50%
#e4dad0
60%
#e9e1d8
70%
#ede7df
80%
#f2ede7
90%
#f6f3ef
100%
#fbf9f7

Tones of #d2c2b0

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#d2c2b0
20%
#cabbab
30%
#c2b5a6
40%
#b9aea1
50%
#b1a79d
60%
#a9a198
70%
#a19a93
80%
#98938e
90%
#908d89
100%
#888684

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#d2c2b0
#d2b4b0
#d2bbb0
#d2c2b0
#d2c9b0
#d2d0b0

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#d2c2b0
#b0c0d2

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d2c2b0
#b9d2b0
#b4b0d2

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d2c2b0
#b0d2c2
#c2b0d2

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#d2c2b0
#b0d2b1
#b0c0d2
#d2b0d1

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d2c2b0
#fce9d4
#282522
#524c45
#7d7369
#a79b8c

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#d2c2b0

protanopia

#cbc2af

deuteranopia

#debcb0

tritanopia

#d5bccb

achromatopsia

#c4c4c4

protanomaly

#cec2b0

deuteranomaly

#dabeb0

achromatopsia

#c4c4c4

tritanomaly

#d4bec1

achromatomaly

#c9c3bd

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 12/21
Hello World !

#d2c2b0 Color CSS Codes

.bgcolor {background-color:#d2c2b0; } 
.forecolor {color:#d2c2b0; }
.bordercolor {border:3px solid #d2c2b0; }
            

#d2c2b0 Text Font Color

<div style="color:#d2c2b0">
Div content here</div>

This sample text font color is #d2c2b0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#d2c2b0 Background Color

<div style="background-color:#d2c2b0">
Div content here</div>
Div content here

#d2c2b0 Border Color

<div style="border:3px solid #d2c2b0">
Div here</div>

This div border color is #d2c2b0

#d2c2b0 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #d2c2b0; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2c2b0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2c2b0;
  -webkit-box-shadow: 1px 1px 3px 2px #d2c2b0;
  box-shadow: 1px 1px 3px 2px #d2c2b0; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d2c2b0">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d2c2b0;
              -webkit-box-shadow: 1px 1px 3px 2px #d2c2b0;
              box-shadow:         1px 1px 3px 2px #d2c2b0#d2c2b0">
Div content here</div>

This div box has shadow with color #d2c2b0

More Colors

Infusion
#c8d0ca
Cantankerous Coyote
#ac8d74
Cocoa Bean
#4f3835
Kali Blue
#00505a
Fervent Green
#469f4e
Japanese Kimono
#cc6358
Dark Emerald
#00834e
Harā Green
#55aa55
Cabernet Craving
#6d3445
Indigo Light
#5d76cb
Burnished Russet
#794029
Jittery Jade
#77eebb
Lively White
#f7f3e0
Arcade Glow
#0022cc
Forbidden Forest
#215354
Furious Frog
#55ee00
Horizon Grey
#9ca9aa
Green Moonstone
#33565e
Cornmeal Beige
#ebd5c5
Battle Harbor
#9c9c82
Greene & Greene
#445544
Key Lime
#aeff6e
Hidden Mask
#96748a
Clay Mug
#d37959
Lucky Shamrock
#487a7b
Mown Grass
#627948
Light Vanilla Ice
#b8ced9
Chilly White
#e5f1ed
Little Bow Pink
#d37c99
Havelock Blue
#5784c1
Light Freshman
#ecf4d2
Graham Cracker
#c0a480
Chartreuse Shot
#dad000
Baby Artichoke
#e9e3ce
Dragon Ball
#ff9922
Glow Pink
#d8979e
Light Shimmer
#a3d4ef
Light Porcelain
#e7dad7
Coconut Agony
#ebe8e7
rating-img
Rate this tool
NaN/5   0 votes