#d0c7b6 Color Hex Oak Tone

Information about Oak Tone Color | #0000FF

#d0c7b6 color RGB value is (208,199,182). #d0c7b6 color name is Oak Tone color.

#d0c7b6 hex color red value is 208 , green value is 199 and the blue value of its RGB is 182 . Cylindrical-coordinate representations (also known as HSL) of color #d0c7b6 hue: 39 , saturation: 22 and the lightness value of #d0c7b6 is 76

The process color (four color CMYK) of #d0c7b6 color hex is 0 , 2 ,5, 7 .

#d0c7b6

~Oak Tone

Color Converions

HEX
#d0c7b6
RGB
208,199,182
LAB
81,1,10
CMYK
0,4,12,18
LCH
81,10,83
XYZ
55,58,52
HSV
39,12,82
HSL
39,22,76

Base Numbers

Base Red Green Blue
Binary 11010000 11000111 10110110
Octal 320 307 266
Decimal 208 199 182
Hex d0 c7 b6

RGB Percentages of Color #d0c7b6

82%
78%
71%

CMYK Percentages of Color #d0c7b6

0%
5%
2%
7%

Color Variations

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

Shades of #d0c7b6

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

10%
#d0c7b6
20%
#bbb3a4
30%
#a69f92
40%
#928b7f
50%
#7d776d
60%
#68645b
70%
#535049
80%
#3e3c37
90%
#2a2824
100%
#151412

Tints of #d0c7b6

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

10%
#d0c7b6
20%
#d5cdbd
30%
#d9d2c5
40%
#ded8cc
50%
#e3ddd3
60%
#e8e3da
70%
#ece9e2
80%
#f1eee9
90%
#f6f4f0
100%
#faf9f8

Tones of #d0c7b6

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

10%
#d0c7b6
20%
#c8c0b1
30%
#c0b9ab
40%
#b8b2a6
50%
#b0aaa0
60%
#a8a39b
70%
#a09c95
80%
#989590
90%
#908e8a
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.
#d0c7b6
#d0bdb6
#d0c2b6
#d0c7b6
#d0ccb6
#cfd0b6

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d0c7b6
#bad0b6
#bdb6d0

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d0c7b6
#b6d0c7
#c7b6d0

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.
#d0c7b6
#b6d0ba
#b6bfd0
#d0b6cc

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d0c7b6
#faf0db
#262421
#504d46
#7b766c
#a59e91

Blindness simulator

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

Normal

#d0c7b6

protanopia

#cfc6b5

deuteranopia

#e1bfb6

tritanopia

#d3c1d0

achromatopsia

#c8c8c8

protanomaly

#cfc6b5

deuteranomaly

#dbc2b6

achromatopsia

#c8c8c8

tritanomaly

#d2c3c7

achromatomaly

#cbc7c1

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 !

#d0c7b6 Color CSS Codes

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

#d0c7b6 Text Font Color

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

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

#d0c7b6 Background Color

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

#d0c7b6 Border Color

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

This div border color is #d0c7b6

#d0c7b6 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0c7b6

More Colors

Bright Loam
#c1b9aa
Only Yesterday
#f4d1b9
Balmy Palm Tree
#5c6f64
Mushroom Bisque
#cab49b
Garden Gnome Red
#9b2002
Green Grass
#39854a
Lotus Pod
#e7d7c2
Club-Mate
#f8de7e
Creamy Chenille
#e1cfaf
Palace Purple
#68457a
Medium Electric Blue
#035096
Green Tone Ink
#47553c
Grape Grey
#6d6166
Forest Maid
#52b963
Exodus Fruit
#6264dc
Alu Gobi
#ddbb00
Misty Bead
#d2d59b
Dusted Truffle
#9c8373
Peach Parfait
#f8bfa8
Lingonberry Punch
#a95657
Blue Arc
#0085a1
Oriental Olive
#445533
Black Tortoise
#353235
Leapfrog
#41a94f
Limestone Mauve
#d6d7db
Creamy Mauve
#dccad8
Caduceus Gold
#ffee66
Cashew
#a47149
Drop of Lemon
#fcf1bd
Fiery Red
#d01c1f
Pleated Mauve
#858bc2
Chilean Fire
#d05e34
Census
#327a68
Mossy Bench
#83a28f
Crème de Menthe
#f1fde9
Chupacabra Grey
#cfcdcf
C64 Blue
#003aff
Monterey Mist
#e0dfea
Later Gator
#008a51
rating-img
Rate this tool
NaN/5   0 votes