Color Hex Logo

#dcc193 Color Hex

#DCC193
(220,193,147)
0 Favorites   0 Comments

Color spaces of #dcc193

RGB 220193147
HSL0.110.510.72
HSV38°33°86°
CMYK 0.000.120.33   0.14
XYZ53.851655.462235.4707
Yxy55.46220.37190.3831
Hunter Lab74.4729-1.253823.8918
CIE-Lab79.30682.931126.7067

#dcc193 color RGB value is (220,193,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 10010011
Octal 334 301 223
Decimal 220 193 147
Hex DC C1 93

RGB Percentages of Color #dcc193

%39.29
%34.46
%26.25

CMYK Percentages of Color #dcc193

%0
%12
%33
%14

Triadic Colors of #dcc193

#dcc193 #93dcc1 #c193dc

Analogous Colors of #dcc193

#dcc193 #d3dc93 #dc9d93

Monochromatic Colors of #dcc193

#dcc193

Complementary Color

#dcc193 #93aedc

#dcc193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc193 Color CSS Codes

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

#dcc193 Text Font Color

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

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


#dcc193 Background Color

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

This div background color is #dcc193


#dcc193 Border Color

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

This div border color is #dcc193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc193


Comments

No comments written yet.

Please login to write comment.