Color Hex Logo

#dcc5ab Color Hex

#DCC5AB
(220,197,171)
0 Favorites   0 Comments

Color spaces of #dcc5ab

RGB 220197171
HSL0.090.410.77
HSV32°22°86°
CMYK 0.000.100.22   0.14
XYZ56.832158.088446.7449
Yxy58.08840.35150.3593
Hunter Lab76.2157-0.274716.9871
CIE-Lab80.78794.043115.9993

#dcc5ab color RGB value is (220,197,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 10101011
Octal 334 305 253
Decimal 220 197 171
Hex DC C5 AB

RGB Percentages of Color #dcc5ab

%37.41
%33.50
%29.08

CMYK Percentages of Color #dcc5ab

%0
%10
%22
%14

Triadic Colors of #dcc5ab

#dcc5ab #abdcc5 #c5abdc

Analogous Colors of #dcc5ab

#dcc5ab #dbdcab #dcadab

Monochromatic Colors of #dcc5ab

#dcc5ab

Complementary Color

#dcc5ab #abc2dc

#dcc5ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc5ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc5ab Color CSS Codes

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

#dcc5ab Text Font Color

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

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


#dcc5ab Background Color

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

This div background color is #dcc5ab


#dcc5ab Border Color

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

This div border color is #dcc5ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,197,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 #dcc5ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc5ab

#dcc5ab Color Palettes


Comments

No comments written yet.

Please login to write comment.