Color Hex Logo

#dcd193 Color Hex

#DCD193
(220,209,147)
0 Favorites   0 Comments

Color spaces of #dcd193

RGB 220209147
HSL0.140.510.72
HSV51°33°86°
CMYK 0.000.050.33   0.14
XYZ57.582162.923236.7142
Yxy62.92320.36630.4002
Hunter Lab79.3241-9.242528.0853
CIE-Lab83.4020-5.379432.1777

#dcd193 color RGB value is (220,209,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010001 10010011
Octal 334 321 223
Decimal 220 209 147
Hex DC D1 93

RGB Percentages of Color #dcd193

%38.19
%36.28
%25.52

CMYK Percentages of Color #dcd193

%0
%5
%33
%14

Triadic Colors of #dcd193

#dcd193 #93dcd1 #d193dc

Analogous Colors of #dcd193

#dcd193 #c3dc93 #dcad93

Monochromatic Colors of #dcd193

#dcd193

Complementary Color

#dcd193 #939edc

#dcd193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd193 Color CSS Codes

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

#dcd193 Text Font Color

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

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


#dcd193 Background Color

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

This div background color is #dcd193


#dcd193 Border Color

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

This div border color is #dcd193


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,209,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 #dcd193">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd193


Comments

No comments written yet.

Please login to write comment.