Color Hex Logo

#dcc3ab Color Hex

#DCC3AB
(220,195,171)
0 Favorites   0 Comments

Color spaces of #dcc3ab

RGB 220195171
HSL0.080.410.77
HSV29°22°86°
CMYK 0.000.110.22   0.14
XYZ56.381057.186146.5945
Yxy57.18610.35200.3571
Hunter Lab75.62150.746416.4033
CIE-Lab80.28425.097015.2927

#dcc3ab color RGB value is (220,195,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 10101011
Octal 334 303 253
Decimal 220 195 171
Hex DC C3 AB

RGB Percentages of Color #dcc3ab

%37.54
%33.28
%29.18

CMYK Percentages of Color #dcc3ab

%0
%11
%22
%14

Triadic Colors of #dcc3ab

#dcc3ab #abdcc3 #c3abdc

Analogous Colors of #dcc3ab

#dcc3ab #dcdcab #dcabac

Monochromatic Colors of #dcc3ab

#dcc3ab

Complementary Color

#dcc3ab #abc4dc

#dcc3ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc3ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc3ab Color CSS Codes

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

#dcc3ab Text Font Color

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

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


#dcc3ab Background Color

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

This div background color is #dcc3ab


#dcc3ab Border Color

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

This div border color is #dcc3ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc3ab


Comments

No comments written yet.

Please login to write comment.