Color Hex Logo

#dca38f Color Hex

#DCA38F
(220,163,143)
0 Favorites   0 Comments

Color spaces of #dca38f

RGB 220163143
HSL0.040.520.71
HSV16°35°86°
CMYK 0.000.260.35   0.14
XYZ47.570343.393231.8551
Yxy43.39320.38730.3533
Hunter Lab65.873513.624417.4400
CIE-Lab71.821018.441518.6447

#dca38f color RGB value is (220,163,143).

#dca38f hex color red value is 220, green value is 163 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dca38f hue: 0.04 , saturation: 0.52 and the lightness value of dca38f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 10001111
Octal 334 243 217
Decimal 220 163 143
Hex DC A3 8F

RGB Percentages of Color #dca38f

%41.83
%30.99
%27.19

CMYK Percentages of Color #dca38f

%0
%26
%35
%14

Triadic Colors of #dca38f

#dca38f #8fdca3 #a38fdc

Analogous Colors of #dca38f

#dca38f #dcca8f #dc8fa2

Monochromatic Colors of #dca38f

#dca38f

Complementary Color

#dca38f #8fc8dc

#dca38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca38f Color CSS Codes

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

#dca38f Text Font Color

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

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


#dca38f Background Color

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

This div background color is #dca38f


#dca38f Border Color

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

This div border color is #dca38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca38f


Comments

No comments written yet.

Please login to write comment.