Color Hex Logo

#dcc186 Color Hex

#DCC186
(220,193,134)
0 Favorites   0 Comments

Color spaces of #dcc186

RGB 220193134
HSL0.110.550.69
HSV41°39°86°
CMYK 0.000.120.39   0.14
XYZ52.888255.076830.3976
Yxy55.07680.38220.3981
Hunter Lab74.2137-2.666627.6647
CIE-Lab79.08551.402833.2262

#dcc186 color RGB value is (220,193,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 10000110
Octal 334 301 206
Decimal 220 193 134
Hex DC C1 86

RGB Percentages of Color #dcc186

%40.22
%35.28
%24.50

CMYK Percentages of Color #dcc186

%0
%12
%39
%14

Triadic Colors of #dcc186

#dcc186 #86dcc1 #c186dc

Analogous Colors of #dcc186

#dcc186 #ccdc86 #dc9686

Monochromatic Colors of #dcc186

#dcc186

Complementary Color

#dcc186 #86a1dc

#dcc186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc186 Color CSS Codes

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

#dcc186 Text Font Color

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

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


#dcc186 Background Color

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

This div background color is #dcc186


#dcc186 Border Color

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

This div border color is #dcc186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc186


Comments

No comments written yet.

Please login to write comment.