Color Hex Logo

#dcd895 Color Hex

#DCD895
(220,216,149)
0 Favorites   0 Comments

Color spaces of #dcd895

RGB 220216149
HSL0.160.500.72
HSV57°32°86°
CMYK 0.000.020.32   0.14
XYZ59.495966.497338.1333
Yxy66.49730.36250.4052
Hunter Lab81.5459-12.471629.3563
CIE-Lab85.2494-8.706633.5921

#dcd895 color RGB value is (220,216,149).

#dcd895 hex color red value is 220, green value is 216 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #dcd895 hue: 0.16 , saturation: 0.50 and the lightness value of dcd895 is 0.72.

The process color (four color CMYK) of #dcd895 color hex is 0.00, 0.02, 0.32, 0.14. Web safe color of #dcd895 is #cccc99. Color #dcd895 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011000 10010101
Octal 334 330 225
Decimal 220 216 149
Hex DC D8 95

RGB Percentages of Color #dcd895

%37.61
%36.92
%25.47

CMYK Percentages of Color #dcd895

%0
%2
%32
%14

Triadic Colors of #dcd895

#dcd895 #95dcd8 #d895dc

Analogous Colors of #dcd895

#dcd895 #bddc95 #dcb595

Monochromatic Colors of #dcd895

#dcd895

Complementary Color

#dcd895 #9599dc

#dcd895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd895 Color CSS Codes

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

#dcd895 Text Font Color

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

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


#dcd895 Background Color

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

This div background color is #dcd895


#dcd895 Border Color

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

This div border color is #dcd895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd895


Comments

No comments written yet.

Please login to write comment.