Color Hex Logo

#d1896d Color Hex

#D1896D
(209,137,109)
0 Favorites   0 Comments

Color spaces of #d1896d

RGB 209137109
HSL0.050.520.62
HSV17°48°82°
CMYK 0.000.340.48   0.18
XYZ38.000532.550818.7481
Yxy32.55080.42550.3645
Hunter Lab57.053319.047120.4542
CIE-Lab63.795524.397826.3125

#d1896d color RGB value is (209,137,109).

#d1896d hex color red value is 209, green value is 137 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #d1896d hue: 0.05 , saturation: 0.52 and the lightness value of d1896d is 0.62.

The process color (four color CMYK) of #d1896d color hex is 0.00, 0.34, 0.48, 0.18. Web safe color of #d1896d is #cc9966. Color #d1896d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001001 01101101
Octal 321 211 155
Decimal 209 137 109
Hex D1 89 6D

RGB Percentages of Color #d1896d

%45.93
%30.11
%23.96

CMYK Percentages of Color #d1896d

%0
%34
%48
%18

Triadic Colors of #d1896d

#d1896d #6dd189 #896dd1

Analogous Colors of #d1896d

#d1896d #d1bb6d #d16d83

Monochromatic Colors of #d1896d

#d1896d

Complementary Color

#d1896d #6db5d1

#d1896d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1896d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1896d Color CSS Codes

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

#d1896d Text Font Color

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

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


#d1896d Background Color

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

This div background color is #d1896d


#d1896d Border Color

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

This div border color is #d1896d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,137,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1896d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1896d;
  -webkit-box-shadow: 1px 1px 3px 2px #d1896d;
  box-shadow:         1px 1px 3px 2px #d1896d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,137,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1896d


Comments

No comments written yet.

Please login to write comment.