Color Hex Logo

#dccca0 Color Hex

#DCCCA0
(220,204,160)
0 Favorites   0 Comments

Color spaces of #dccca0

RGB 220204160
HSL0.120.460.75
HSV44°27°86°
CMYK 0.000.070.27   0.14
XYZ57.453260.939441.9921
Yxy60.93940.35820.3800
Hunter Lab78.0637-5.239322.7512
CIE-Lab82.3462-1.144523.9832

#dccca0 color RGB value is (220,204,160).

#dccca0 hex color red value is 220, green value is 204 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #dccca0 hue: 0.12 , saturation: 0.46 and the lightness value of dccca0 is 0.75.

The process color (four color CMYK) of #dccca0 color hex is 0.00, 0.07, 0.27, 0.14. Web safe color of #dccca0 is #cccc99. Color #dccca0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 10100000
Octal 334 314 240
Decimal 220 204 160
Hex DC CC A0

RGB Percentages of Color #dccca0

%37.67
%34.93
%27.40

CMYK Percentages of Color #dccca0

%0
%7
%27
%14

Triadic Colors of #dccca0

#dccca0 #a0dccc #cca0dc

Analogous Colors of #dccca0

#dccca0 #cedca0 #dcaea0

Monochromatic Colors of #dccca0

#dccca0

Complementary Color

#dccca0 #a0b0dc

#dccca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccca0 Color CSS Codes

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

#dccca0 Text Font Color

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

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


#dccca0 Background Color

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

This div background color is #dccca0


#dccca0 Border Color

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

This div border color is #dccca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccca0


Comments

No comments written yet.

Please login to write comment.