Color Hex Logo

#dcc185 Color Hex

#DCC185
(220,193,133)
0 Favorites   0 Comments

Color spaces of #dcc185

RGB 220193133
HSL0.110.550.69
HSV41°40°86°
CMYK 0.000.120.40   0.14
XYZ52.818855.049030.0320
Yxy55.04900.38300.3992
Hunter Lab74.1950-2.768627.9376
CIE-Lab79.06951.291833.7248

#dcc185 color RGB value is (220,193,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 10000101
Octal 334 301 205
Decimal 220 193 133
Hex DC C1 85

RGB Percentages of Color #dcc185

%40.29
%35.35
%24.36

CMYK Percentages of Color #dcc185

%0
%12
%40
%14

Triadic Colors of #dcc185

#dcc185 #85dcc1 #c185dc

Analogous Colors of #dcc185

#dcc185 #ccdc85 #dc9685

Monochromatic Colors of #dcc185

#dcc185

Complementary Color

#dcc185 #85a0dc

#dcc185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc185 Color CSS Codes

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

#dcc185 Text Font Color

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

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


#dcc185 Background Color

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

This div background color is #dcc185


#dcc185 Border Color

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

This div border color is #dcc185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc185


Comments

No comments written yet.

Please login to write comment.