Color Hex Logo

#dcc395 Color Hex

#DCC395
(220,195,149)
0 Favorites   0 Comments

Color spaces of #dcc395

RGB 220195149
HSL0.110.500.72
HSV39°32°86°
CMYK 0.000.110.32   0.14
XYZ54.455156.415836.4530
Yxy56.41580.36960.3829
Hunter Lab75.1105-2.030723.8024
CIE-Lab79.84992.129926.3844

#dcc395 color RGB value is (220,195,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 10010101
Octal 334 303 225
Decimal 220 195 149
Hex DC C3 95

RGB Percentages of Color #dcc395

%39.01
%34.57
%26.42

CMYK Percentages of Color #dcc395

%0
%11
%32
%14

Triadic Colors of #dcc395

#dcc395 #95dcc3 #c395dc

Analogous Colors of #dcc395

#dcc395 #d2dc95 #dca095

Monochromatic Colors of #dcc395

#dcc395

Complementary Color

#dcc395 #95aedc

#dcc395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc395 Color CSS Codes

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

#dcc395 Text Font Color

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

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


#dcc395 Background Color

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

This div background color is #dcc395


#dcc395 Border Color

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

This div border color is #dcc395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc395


Comments

No comments written yet.

Please login to write comment.