Color Hex Logo

#dca287 Color Hex

#DCA287
(220,162,135)
0 Favorites   0 Comments

Color spaces of #dca287

RGB 220162135
HSL0.050.550.70
HSV19°39°86°
CMYK 0.000.260.39   0.14
XYZ46.808742.805628.7169
Yxy42.80560.39560.3617
Hunter Lab65.426013.211519.7745
CIE-Lab71.422818.028022.4696

#dca287 color RGB value is (220,162,135).

#dca287 hex color red value is 220, green value is 162 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dca287 hue: 0.05 , saturation: 0.55 and the lightness value of dca287 is 0.70.

The process color (four color CMYK) of #dca287 color hex is 0.00, 0.26, 0.39, 0.14. Web safe color of #dca287 is #cc9999. Color #dca287 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 10000111
Octal 334 242 207
Decimal 220 162 135
Hex DC A2 87

RGB Percentages of Color #dca287

%42.55
%31.33
%26.11

CMYK Percentages of Color #dca287

%0
%26
%39
%14

Triadic Colors of #dca287

#dca287 #87dca2 #a287dc

Analogous Colors of #dca287

#dca287 #dccd87 #dc8797

Monochromatic Colors of #dca287

#dca287

Complementary Color

#dca287 #87c1dc

#dca287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca287 Color CSS Codes

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

#dca287 Text Font Color

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

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


#dca287 Background Color

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

This div background color is #dca287


#dca287 Border Color

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

This div border color is #dca287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca287


Comments

No comments written yet.

Please login to write comment.