Color Hex Logo

#dcd3bd Color Hex

#DCD3BD
(220,211,189)
0 Favorites   0 Comments

Color spaces of #dcd3bd

RGB 220211189
HSL0.120.310.80
HSV43°14°86°
CMYK 0.000.040.14   0.14
XYZ61.994865.478357.5152
Yxy65.47830.33510.3540
Hunter Lab80.9187-4.852214.5010
CIE-Lab84.7296-0.559711.9987

#dcd3bd color RGB value is (220,211,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010011 10111101
Octal 334 323 275
Decimal 220 211 189
Hex DC D3 BD

RGB Percentages of Color #dcd3bd

%35.48
%34.03
%30.48

CMYK Percentages of Color #dcd3bd

%0
%4
%14
%14

Triadic Colors of #dcd3bd

#dcd3bd #bddcd3 #d3bddc

Analogous Colors of #dcd3bd

#dcd3bd #d6dcbd #dcc4bd

Monochromatic Colors of #dcd3bd

#dcd3bd

Complementary Color

#dcd3bd #bdc6dc

#dcd3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd3bd Color CSS Codes

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

#dcd3bd Text Font Color

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

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


#dcd3bd Background Color

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

This div background color is #dcd3bd


#dcd3bd Border Color

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

This div border color is #dcd3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd3bd


Comments

No comments written yet.

Please login to write comment.