Color Hex Logo

#dcc194 Color Hex

#DCC194
(220,193,148)
0 Favorites   0 Comments

Color spaces of #dcc194

RGB 220193148
HSL0.100.510.72
HSV38°33°86°
CMYK 0.000.120.33   0.14
XYZ53.930555.493735.8859
Yxy55.49370.37110.3819
Hunter Lab74.4941-1.138423.5842
CIE-Lab79.32483.055326.2030

#dcc194 color RGB value is (220,193,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 10010100
Octal 334 301 224
Decimal 220 193 148
Hex DC C1 94

RGB Percentages of Color #dcc194

%39.22
%34.40
%26.38

CMYK Percentages of Color #dcc194

%0
%12
%33
%14

Triadic Colors of #dcc194

#dcc194 #94dcc1 #c194dc

Analogous Colors of #dcc194

#dcc194 #d3dc94 #dc9d94

Monochromatic Colors of #dcc194

#dcc194

Complementary Color

#dcc194 #94afdc

#dcc194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc194 Color CSS Codes

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

#dcc194 Text Font Color

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

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


#dcc194 Background Color

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

This div background color is #dcc194


#dcc194 Border Color

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

This div border color is #dcc194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc194


Comments

No comments written yet.

Please login to write comment.