Color Hex Logo

#dcb9a0 Color Hex

#DCB9A0
(220,185,160)
0 Favorites   0 Comments

Color spaces of #dcb9a0

RGB 220185160
HSL0.070.460.75
HSV25°27°86°
CMYK 0.000.160.27   0.14
XYZ53.209352.451640.5774
Yxy52.45160.36390.3587
Hunter Lab72.42354.402317.4775
CIE-Lab77.55018.851417.3677

#dcb9a0 color RGB value is (220,185,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 10100000
Octal 334 271 240
Decimal 220 185 160
Hex DC B9 A0

RGB Percentages of Color #dcb9a0

%38.94
%32.74
%28.32

CMYK Percentages of Color #dcb9a0

%0
%16
%27
%14

Triadic Colors of #dcb9a0

#dcb9a0 #a0dcb9 #b9a0dc

Analogous Colors of #dcb9a0

#dcb9a0 #dcd7a0 #dca0a5

Monochromatic Colors of #dcb9a0

#dcb9a0

Complementary Color

#dcb9a0 #a0c3dc

#dcb9a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb9a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb9a0 Color CSS Codes

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

#dcb9a0 Text Font Color

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

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


#dcb9a0 Background Color

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

This div background color is #dcb9a0


#dcb9a0 Border Color

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

This div border color is #dcb9a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb9a0


Comments

No comments written yet.

Please login to write comment.