Color Hex Logo

#dca89f Color Hex

#DCA89F
(220,168,159)
0 Favorites   0 Comments

Color spaces of #dca89f

RGB 220168159
HSL0.020.470.74
HSV28°86°
CMYK 0.000.240.28   0.14
XYZ49.775845.724139.0031
Yxy45.72410.37010.3399
Hunter Lab67.619613.062213.1351
CIE-Lab73.366117.824212.0399

#dca89f color RGB value is (220,168,159).

#dca89f hex color red value is 220, green value is 168 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dca89f hue: 0.02 , saturation: 0.47 and the lightness value of dca89f is 0.74.

The process color (four color CMYK) of #dca89f color hex is 0.00, 0.24, 0.28, 0.14. Web safe color of #dca89f is #cc9999. Color #dca89f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101000 10011111
Octal 334 250 237
Decimal 220 168 159
Hex DC A8 9F

RGB Percentages of Color #dca89f

%40.22
%30.71
%29.07

CMYK Percentages of Color #dca89f

%0
%24
%28
%14

Triadic Colors of #dca89f

#dca89f #9fdca8 #a89fdc

Analogous Colors of #dca89f

#dca89f #dcc79f #dc9fb5

Monochromatic Colors of #dca89f

#dca89f

Complementary Color

#dca89f #9fd3dc

#dca89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca89f Color CSS Codes

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

#dca89f Text Font Color

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

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


#dca89f Background Color

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

This div background color is #dca89f


#dca89f Border Color

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

This div border color is #dca89f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca89f


Comments

No comments written yet.

Please login to write comment.