Color Hex Logo

#dca188 Color Hex

#DCA188
(220,161,136)
0 Favorites   0 Comments

Color spaces of #dca188

RGB 220161136
HSL0.050.550.70
HSV18°38°86°
CMYK 0.000.270.38   0.14
XYZ46.704042.483029.0310
Yxy42.48300.39510.3594
Hunter Lab65.179013.840919.2173
CIE-Lab71.202718.682421.6241

#dca188 color RGB value is (220,161,136).

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

The process color (four color CMYK) of #dca188 color hex is 0.00, 0.27, 0.38, 0.14. Web safe color of #dca188 is #cc9999. Color #dca188 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 10001000
Octal 334 241 210
Decimal 220 161 136
Hex DC A1 88

RGB Percentages of Color #dca188

%42.55
%31.14
%26.31

CMYK Percentages of Color #dca188

%0
%27
%38
%14

Triadic Colors of #dca188

#dca188 #88dca1 #a188dc

Analogous Colors of #dca188

#dca188 #dccb88 #dc8899

Monochromatic Colors of #dca188

#dca188

Complementary Color

#dca188 #88c3dc

#dca188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca188 Color CSS Codes

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

#dca188 Text Font Color

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

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


#dca188 Background Color

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

This div background color is #dca188


#dca188 Border Color

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

This div border color is #dca188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca188


Comments

No comments written yet.

Please login to write comment.