Color Hex Logo

#dcda9c Color Hex

#DCDA9C
(220,218,156)
0 Favorites   0 Comments

Color spaces of #dcda9c

RGB 220218156
HSL0.160.480.74
HSV58°29°86°
CMYK 0.000.010.29   0.14
XYZ60.587467.758841.3379
Yxy67.75880.35710.3993
Hunter Lab82.3157-12.670027.8463
CIE-Lab85.8857-8.849330.8458

#dcda9c color RGB value is (220,218,156).

#dcda9c hex color red value is 220, green value is 218 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dcda9c hue: 0.16 , saturation: 0.48 and the lightness value of dcda9c is 0.74.

The process color (four color CMYK) of #dcda9c color hex is 0.00, 0.01, 0.29, 0.14. Web safe color of #dcda9c is #cccc99. Color #dcda9c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 10011100
Octal 334 332 234
Decimal 220 218 156
Hex DC DA 9C

RGB Percentages of Color #dcda9c

%37.04
%36.70
%26.26

CMYK Percentages of Color #dcda9c

%0
%1
%29
%14

Triadic Colors of #dcda9c

#dcda9c #9cdcda #da9cdc

Analogous Colors of #dcda9c

#dcda9c #bedc9c #dcba9c

Monochromatic Colors of #dcda9c

#dcda9c

Complementary Color

#dcda9c #9c9edc

#dcda9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcda9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcda9c Color CSS Codes

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

#dcda9c Text Font Color

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

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


#dcda9c Background Color

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

This div background color is #dcda9c


#dcda9c Border Color

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

This div border color is #dcda9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcda9c


Comments

No comments written yet.

Please login to write comment.