Color Hex Logo

#dcc1bd Color Hex

#DCC1BD
(220,193,189)
0 Favorites   0 Comments

Color spaces of #dcc1bd

RGB 220193189
HSL0.020.310.80
HSV14°86°
CMYK 0.000.120.14   0.14
XYZ57.770557.029756.1071
Yxy57.02970.33800.3337
Hunter Lab75.51804.39418.8123
CIE-Lab80.19638.89905.5130

#dcc1bd color RGB value is (220,193,189).

#dcc1bd hex color red value is 220, green value is 193 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dcc1bd hue: 0.02 , saturation: 0.31 and the lightness value of dcc1bd is 0.80.

The process color (four color CMYK) of #dcc1bd color hex is 0.00, 0.12, 0.14, 0.14. Web safe color of #dcc1bd is #cccccc. Color #dcc1bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 10111101
Octal 334 301 275
Decimal 220 193 189
Hex DC C1 BD

RGB Percentages of Color #dcc1bd

%36.54
%32.06
%31.40

CMYK Percentages of Color #dcc1bd

%0
%12
%14
%14

Triadic Colors of #dcc1bd

#dcc1bd #bddcc1 #c1bddc

Analogous Colors of #dcc1bd

#dcc1bd #dcd1bd #dcbdc9

Monochromatic Colors of #dcc1bd

#dcc1bd

Complementary Color

#dcc1bd #bdd8dc

#dcc1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc1bd Color CSS Codes

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

#dcc1bd Text Font Color

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

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


#dcc1bd Background Color

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

This div background color is #dcc1bd


#dcc1bd Border Color

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

This div border color is #dcc1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc1bd


Comments

No comments written yet.

Please login to write comment.