Color Hex Logo

#dcb9a3 Color Hex

#DCB9A3
(220,185,163)
0 Favorites   0 Comments

Color spaces of #dcb9a3

RGB 220185163
HSL0.060.450.75
HSV23°26°86°
CMYK 0.000.160.26   0.14
XYZ53.475052.557941.9766
Yxy52.55790.36130.3551
Hunter Lab72.49684.795516.4181
CIE-Lab77.61339.264015.8409

#dcb9a3 color RGB value is (220,185,163).

#dcb9a3 hex color red value is 220, green value is 185 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #dcb9a3 hue: 0.06 , saturation: 0.45 and the lightness value of dcb9a3 is 0.75.

The process color (four color CMYK) of #dcb9a3 color hex is 0.00, 0.16, 0.26, 0.14. Web safe color of #dcb9a3 is #cccc99. Color #dcb9a3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 10100011
Octal 334 271 243
Decimal 220 185 163
Hex DC B9 A3

RGB Percentages of Color #dcb9a3

%38.73
%32.57
%28.70

CMYK Percentages of Color #dcb9a3

%0
%16
%26
%14

Triadic Colors of #dcb9a3

#dcb9a3 #a3dcb9 #b9a3dc

Analogous Colors of #dcb9a3

#dcb9a3 #dcd6a3 #dca3aa

Monochromatic Colors of #dcb9a3

#dcb9a3

Complementary Color

#dcb9a3 #a3c6dc

#dcb9a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb9a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb9a3 Color CSS Codes

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

#dcb9a3 Text Font Color

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

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


#dcb9a3 Background Color

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

This div background color is #dcb9a3


#dcb9a3 Border Color

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

This div border color is #dcb9a3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,185,163, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcb9a3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcb9a3;
  -webkit-box-shadow: 1px 1px 3px 2px #dcb9a3;
  box-shadow:         1px 1px 3px 2px #dcb9a3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,185,163, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb9a3

#dcb9a3 Color Palettes


Comments

No comments written yet.

Please login to write comment.