Color Hex Logo

#d5c9a7 Color Hex

#D5C9A7
(213,201,167)
0 Favorites   0 Comments

Color spaces of #d5c9a7

RGB 213201167
HSL0.120.350.75
HSV44°22°84°
CMYK 0.000.060.22   0.16
XYZ55.302358.709444.9765
Yxy58.70940.34780.3693
Hunter Lab76.6221-5.255518.8327
CIE-Lab81.1316-1.252318.5190

#d5c9a7 color RGB value is (213,201,167).

#d5c9a7 hex color red value is 213, green value is 201 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #d5c9a7 hue: 0.12 , saturation: 0.35 and the lightness value of d5c9a7 is 0.75.

The process color (four color CMYK) of #d5c9a7 color hex is 0.00, 0.06, 0.22, 0.16. Web safe color of #d5c9a7 is #cccc99. Color #d5c9a7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001001 10100111
Octal 325 311 247
Decimal 213 201 167
Hex D5 C9 A7

RGB Percentages of Color #d5c9a7

%36.66
%34.60
%28.74

CMYK Percentages of Color #d5c9a7

%0
%6
%22
%16

Triadic Colors of #d5c9a7

#d5c9a7 #a7d5c9 #c9a7d5

Analogous Colors of #d5c9a7

#d5c9a7 #cad5a7 #d5b2a7

Monochromatic Colors of #d5c9a7

#d5c9a7

Complementary Color

#d5c9a7 #a7b3d5

#d5c9a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5c9a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5c9a7 Color CSS Codes

.mybgcolor {background-color:#d5c9a7; } 
.myforecolor {color:#d5c9a7; }
.mybordercolor {border:3px solid #d5c9a7; }

#d5c9a7 Text Font Color

<p style="color:#d5c9a7">Text here</p>

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


#d5c9a7 Background Color

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

This div background color is #d5c9a7


#d5c9a7 Border Color

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

This div border color is #d5c9a7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,201,167, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5c9a7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5c9a7;
  -webkit-box-shadow: 1px 1px 3px 2px #d5c9a7;
  box-shadow:         1px 1px 3px 2px #d5c9a7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,201,167, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5c9a7


Comments

No comments written yet.

Please login to write comment.