Color Hex Logo

#d2a988 Color Hex

#D2A988
(210,169,136)
0 Favorites   0 Comments

Color spaces of #d2a988

RGB 210169136
HSL0.070.450.68
HSV27°35°82°
CMYK 0.000.200.35   0.18
XYZ45.210243.855129.3746
Yxy43.85510.38170.3703
Hunter Lab66.22325.970420.0570
CIE-Lab72.131510.426422.7198

#d2a988 color RGB value is (210,169,136).

#d2a988 hex color red value is 210, green value is 169 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #d2a988 hue: 0.07 , saturation: 0.45 and the lightness value of d2a988 is 0.68.

The process color (four color CMYK) of #d2a988 color hex is 0.00, 0.20, 0.35, 0.18. Web safe color of #d2a988 is #cc9999. Color #d2a988 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101001 10001000
Octal 322 251 210
Decimal 210 169 136
Hex D2 A9 88

RGB Percentages of Color #d2a988

%40.78
%32.82
%26.41

CMYK Percentages of Color #d2a988

%0
%20
%35
%18

Triadic Colors of #d2a988

#d2a988 #88d2a9 #a988d2

Analogous Colors of #d2a988

#d2a988 #d2ce88 #d2888c

Monochromatic Colors of #d2a988

#d2a988

Complementary Color

#d2a988 #88b1d2

#d2a988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2a988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2a988 Color CSS Codes

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

#d2a988 Text Font Color

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

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


#d2a988 Background Color

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

This div background color is #d2a988


#d2a988 Border Color

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

This div border color is #d2a988


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,169,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2a988; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2a988;
  -webkit-box-shadow: 1px 1px 3px 2px #d2a988;
  box-shadow:         1px 1px 3px 2px #d2a988; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,169,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2a988


Comments

No comments written yet.

Please login to write comment.