Color Hex Logo

#dcd993 Color Hex

#DCD993
(220,217,147)
0 Favorites   0 Comments

Color spaces of #dcd993

RGB 220217147
HSL0.160.510.72
HSV58°33°86°
CMYK 0.000.010.33   0.14
XYZ59.594566.947937.3850
Yxy66.94790.36350.4084
Hunter Lab81.8217-13.178230.1851
CIE-Lab85.4776-9.454034.9138

#dcd993 color RGB value is (220,217,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 10010011
Octal 334 331 223
Decimal 220 217 147
Hex DC D9 93

RGB Percentages of Color #dcd993

%37.67
%37.16
%25.17

CMYK Percentages of Color #dcd993

%0
%1
%33
%14

Triadic Colors of #dcd993

#dcd993 #93dcd9 #d993dc

Analogous Colors of #dcd993

#dcd993 #bbdc93 #dcb593

Monochromatic Colors of #dcd993

#dcd993

Complementary Color

#dcd993 #9396dc

#dcd993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd993 Color CSS Codes

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

#dcd993 Text Font Color

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

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


#dcd993 Background Color

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

This div background color is #dcd993


#dcd993 Border Color

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

This div border color is #dcd993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd993


Comments

No comments written yet.

Please login to write comment.