Color Hex Logo

#dcd9bb Color Hex

#DCD9BB
(220,217,187)
0 Favorites   0 Comments

Color spaces of #dcd9bb

RGB 220217187
HSL0.150.320.80
HSV55°15°86°
CMYK 0.000.010.15   0.14
XYZ63.297768.429256.8857
Yxy68.42920.33560.3628
Hunter Lab82.7219-8.177617.1332
CIE-Lab86.2206-3.969815.1614

#dcd9bb color RGB value is (220,217,187).

#dcd9bb hex color red value is 220, green value is 217 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dcd9bb hue: 0.15 , saturation: 0.32 and the lightness value of dcd9bb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 10111011
Octal 334 331 273
Decimal 220 217 187
Hex DC D9 BB

RGB Percentages of Color #dcd9bb

%35.26
%34.78
%29.97

CMYK Percentages of Color #dcd9bb

%0
%1
%15
%14

Triadic Colors of #dcd9bb

#dcd9bb #bbdcd9 #d9bbdc

Analogous Colors of #dcd9bb

#dcd9bb #cfdcbb #dcc9bb

Monochromatic Colors of #dcd9bb

#dcd9bb

Complementary Color

#dcd9bb #bbbedc

#dcd9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd9bb Color CSS Codes

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

#dcd9bb Text Font Color

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

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


#dcd9bb Background Color

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

This div background color is #dcd9bb


#dcd9bb Border Color

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

This div border color is #dcd9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd9bb


Comments

No comments written yet.

Please login to write comment.