Color Hex Logo

#dcd3cc Color Hex

#DCD3CC
(220,211,204)
0 Favorites   0 Comments

Color spaces of #dcd3cc

RGB 220211204
HSL0.070.190.83
HSV26°86°
CMYK 0.000.040.07   0.14
XYZ63.708566.163866.5398
Yxy66.16380.32440.3369
Hunter Lab81.3411-2.54118.4376
CIE-Lab85.07991.88964.5541

#dcd3cc color RGB value is (220,211,204).

#dcd3cc hex color red value is 220, green value is 211 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dcd3cc hue: 0.07 , saturation: 0.19 and the lightness value of dcd3cc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010011 11001100
Octal 334 323 314
Decimal 220 211 204
Hex DC D3 CC

RGB Percentages of Color #dcd3cc

%34.65
%33.23
%32.13

CMYK Percentages of Color #dcd3cc

%0
%4
%7
%14

Triadic Colors of #dcd3cc

#dcd3cc #ccdcd3 #d3ccdc

Analogous Colors of #dcd3cc

#dcd3cc #dcdbcc #dccccd

Monochromatic Colors of #dcd3cc

#dcd3cc

Complementary Color

#dcd3cc #ccd5dc

#dcd3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd3cc Color CSS Codes

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

#dcd3cc Text Font Color

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

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


#dcd3cc Background Color

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

This div background color is #dcd3cc


#dcd3cc Border Color

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

This div border color is #dcd3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd3cc


Comments

No comments written yet.

Please login to write comment.