Color Hex Logo

#dcc9bd Color Hex

#DCC9BD
(220,201,189)
0 Favorites   0 Comments

Color spaces of #dcc9bd

RGB 220201189
HSL0.060.310.80
HSV23°14°86°
CMYK 0.000.090.14   0.14
XYZ59.587260.663156.7127
Yxy60.66310.33670.3428
Hunter Lab77.88650.260311.3488
CIE-Lab82.19734.66798.3881

#dcc9bd color RGB value is (220,201,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 10111101
Octal 334 311 275
Decimal 220 201 189
Hex DC C9 BD

RGB Percentages of Color #dcc9bd

%36.07
%32.95
%30.98

CMYK Percentages of Color #dcc9bd

%0
%9
%14
%14

Triadic Colors of #dcc9bd

#dcc9bd #bddcc9 #c9bddc

Analogous Colors of #dcc9bd

#dcc9bd #dcd9bd #dcbdc1

Monochromatic Colors of #dcc9bd

#dcc9bd

Complementary Color

#dcc9bd #bdd0dc

#dcc9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc9bd Color CSS Codes

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

#dcc9bd Text Font Color

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

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


#dcc9bd Background Color

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

This div background color is #dcc9bd


#dcc9bd Border Color

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

This div border color is #dcc9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc9bd


Comments

No comments written yet.

Please login to write comment.