#d6c6b4 Color Hex Cafe Latte

Information about Cafe Latte Color | #0000FF

#d6c6b4 color RGB value is (214,198,180). #d6c6b4 color name is Cafe Latte color.

#d6c6b4 hex color red value is 214 , green value is 198 and the blue value of its RGB is 180 . Cylindrical-coordinate representations (also known as HSL) of color #d6c6b4 hue: 32 , saturation: 29 and the lightness value of #d6c6b4 is 77

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

#d6c6b4

~Cafe Latte

Color Converions

HEX
#d6c6b4
RGB
214,198,180
LAB
81,4,11
CMYK
0,7,16,16
LCH
81,12,72
XYZ
56,58,51
HSV
32,16,84
HSL
32,29,77

Base Numbers

Base Red Green Blue
Binary 11010110 11000110 10110100
Octal 326 306 264
Decimal 214 198 180
Hex d6 c6 b4

RGB Percentages of Color #d6c6b4

84%
78%
71%

CMYK Percentages of Color #d6c6b4

0%
6%
3%
6%

Color Variations

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

Shades of #d6c6b4

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

10%
#d6c6b4
20%
#c1b2a2
30%
#ab9e90
40%
#968b7e
50%
#80776c
60%
#6b635a
70%
#564f48
80%
#403b36
90%
#2b2824
100%
#151412

Tints of #d6c6b4

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

10%
#d6c6b4
20%
#daccbc
30%
#ded1c3
40%
#e2d7cb
50%
#e6ddd2
60%
#ebe3da
70%
#efe8e1
80%
#f3eee9
90%
#f7f4f0
100%
#fbf9f8

Tones of #d6c6b4

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

10%
#d6c6b4
20%
#cdbfaf
30%
#c5b8aa
40%
#bcb1a4
50%
#b3aa9f
60%
#aba39a
70%
#a29c94
80%
#99958f
90%
#918e8a
100%
#888785

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.
#d6c6b4
#d6b8b4
#d6bfb4
#d6c6b4
#d6cdb4
#d6d4b4

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d6c6b4
#bdd6b4
#b8b4d6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d6c6b4
#b4d6c6
#c6b4d6

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.
#d6c6b4
#b4d6b5
#b4c4d6
#d6b4d5

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d6c6b4
#010101
#2c2925
#565049
#81776c
#ab9f90

Blindness simulator

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

Normal

#d6c6b4

protanopia

#d0c6b3

deuteranopia

#e3c0b4

tritanopia

#d9c0cf

achromatopsia

#c8c8c8

protanomaly

#d2c6b4

deuteranomaly

#dec2b4

achromatopsia

#c8c8c8

tritanomaly

#d8c2c5

achromatomaly

#cdc7c1

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 13/21
Hello World !

#d6c6b4 Color CSS Codes

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

#d6c6b4 Text Font Color

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

This sample text font color is #d6c6b4
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.

#d6c6b4 Background Color

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

#d6c6b4 Border Color

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

This div border color is #d6c6b4

#d6c6b4 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6c6b4

More Colors

Green Juice
#3bde39
Cosmic Ray
#cadada
Bank Vault
#757374
Icy Bay
#e0e5e2
Brick Fence
#b38070
Kangaroo Paw
#decac5
Golden Delicious
#d2d88f
Pasta Rasta
#eec474
Cameo Appearance
#dfc1c3
Dark Rainforest
#505838
Bare Bone
#eeddcc
Arctic Dusk
#735b6a
Light Sprinkle
#e3e3d7
Peace N Quiet
#cacfe0
Black Elegance
#50484a
Pine Cone
#645345
Fashion Mauve
#b5a8a8
Clay Beige
#d5d1c3
Paint the Sky
#11eeff
Copper Mine
#b2764c
Parmentier
#887cab
Blonde Beauty
#f2efcd
Egg Sour
#f9e4c5
Chamois
#e8cd9a
Honey
#ba9238
Blue Mediterranean
#1e7e9a
Cadian Fleshtone
#90766e
Green Incandescence
#c4fe82
Jakarta Skyline
#3d325d
Frisky Blue
#7bb1c9
Bolognese
#bb4400
Philippine Green
#008543
Brihaspati Orange
#e2681b
Jurassic Park
#3c663e
High Tea
#7f6f57
Clean N Crisp
#d0e798
Lime White
#e9e4df
Horizon Glow
#ad7171
Grill Master
#863b2c
rating-img
Rate this tool
NaN/5   0 votes