Color Hex Logo

#dca99f Color Hex

#DCA99F
(220,169,159)
0 Favorites   0 Comments

Color spaces of #dca99f

RGB 220169159
HSL0.030.470.74
HSV10°28°86°
CMYK 0.000.230.28   0.14
XYZ49.961246.094839.0648
Yxy46.09480.36980.3411
Hunter Lab67.893212.541513.4105
CIE-Lab73.607017.285812.3803

#dca99f color RGB value is (220,169,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101001 10011111
Octal 334 251 237
Decimal 220 169 159
Hex DC A9 9F

RGB Percentages of Color #dca99f

%40.15
%30.84
%29.01

CMYK Percentages of Color #dca99f

%0
%23
%28
%14

Triadic Colors of #dca99f

#dca99f #9fdca9 #a99fdc

Analogous Colors of #dca99f

#dca99f #dcc89f #dc9fb4

Monochromatic Colors of #dca99f

#dca99f

Complementary Color

#dca99f #9fd2dc

#dca99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca99f Color CSS Codes

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

#dca99f Text Font Color

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

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


#dca99f Background Color

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

This div background color is #dca99f


#dca99f Border Color

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

This div border color is #dca99f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,169,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 #dca99f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca99f


Comments

No comments written yet.

Please login to write comment.