Color Hex Logo

#dcc0ab Color Hex

#DCC0AB
(220,192,171)
0 Favorites   0 Comments

Color spaces of #dcc0ab

RGB 220192171
HSL0.070.410.77
HSV26°22°86°
CMYK 0.000.130.22   0.14
XYZ55.715555.855246.3727
Yxy55.85520.35280.3536
Hunter Lab74.73632.282115.5269
CIE-Lab79.53136.682414.2343

#dcc0ab color RGB value is (220,192,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 10101011
Octal 334 300 253
Decimal 220 192 171
Hex DC C0 AB

RGB Percentages of Color #dcc0ab

%37.74
%32.93
%29.33

CMYK Percentages of Color #dcc0ab

%0
%13
%22
%14

Triadic Colors of #dcc0ab

#dcc0ab #abdcc0 #c0abdc

Analogous Colors of #dcc0ab

#dcc0ab #dcd9ab #dcabaf

Monochromatic Colors of #dcc0ab

#dcc0ab

Complementary Color

#dcc0ab #abc7dc

#dcc0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc0ab Color CSS Codes

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

#dcc0ab Text Font Color

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

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


#dcc0ab Background Color

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

This div background color is #dcc0ab


#dcc0ab Border Color

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

This div border color is #dcc0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc0ab


Comments

No comments written yet.

Please login to write comment.