Color Hex Logo

#dca48f Color Hex

#DCA48F
(220,164,143)
0 Favorites   0 Comments

Color spaces of #dca48f

RGB 220164143
HSL0.050.520.71
HSV16°35°86°
CMYK 0.000.250.35   0.14
XYZ47.748643.749731.9145
Yxy43.74970.38690.3545
Hunter Lab66.143613.106817.6929
CIE-Lab72.060917.903118.9757

#dca48f color RGB value is (220,164,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100100 10001111
Octal 334 244 217
Decimal 220 164 143
Hex DC A4 8F

RGB Percentages of Color #dca48f

%41.75
%31.12
%27.13

CMYK Percentages of Color #dca48f

%0
%25
%35
%14

Triadic Colors of #dca48f

#dca48f #8fdca4 #a48fdc

Analogous Colors of #dca48f

#dca48f #dccb8f #dc8fa1

Monochromatic Colors of #dca48f

#dca48f

Complementary Color

#dca48f #8fc7dc

#dca48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca48f Color CSS Codes

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

#dca48f Text Font Color

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

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


#dca48f Background Color

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

This div background color is #dca48f


#dca48f Border Color

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

This div border color is #dca48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca48f


Comments

No comments written yet.

Please login to write comment.