Color Hex Logo

#dcb7ac Color Hex

#DCB7AC
(220,183,172)
0 Favorites   0 Comments

Color spaces of #dcb7ac

RGB 220183172
HSL0.040.410.77
HSV14°22°86°
CMYK 0.000.170.22   0.14
XYZ53.895152.061246.2380
Yxy52.06120.35410.3421
Hunter Lab72.15347.062212.5127
CIE-Lab77.317411.617210.5630

#dcb7ac color RGB value is (220,183,172).

#dcb7ac hex color red value is 220, green value is 183 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dcb7ac hue: 0.04 , saturation: 0.41 and the lightness value of dcb7ac is 0.77.

The process color (four color CMYK) of #dcb7ac color hex is 0.00, 0.17, 0.22, 0.14. Web safe color of #dcb7ac is #cccc99. Color #dcb7ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 10101100
Octal 334 267 254
Decimal 220 183 172
Hex DC B7 AC

RGB Percentages of Color #dcb7ac

%38.26
%31.83
%29.91

CMYK Percentages of Color #dcb7ac

%0
%17
%22
%14

Triadic Colors of #dcb7ac

#dcb7ac #acdcb7 #b7acdc

Analogous Colors of #dcb7ac

#dcb7ac #dccfac #dcacb9

Monochromatic Colors of #dcb7ac

#dcb7ac

Complementary Color

#dcb7ac #acd1dc

#dcb7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb7ac Color CSS Codes

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

#dcb7ac Text Font Color

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

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


#dcb7ac Background Color

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

This div background color is #dcb7ac


#dcb7ac Border Color

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

This div border color is #dcb7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb7ac


Comments

No comments written yet.

Please login to write comment.