Color Hex Logo

#dca38d Color Hex

#DCA38D
(220,163,141)
0 Favorites   0 Comments

Color spaces of #dca38d

RGB 220163141
HSL0.050.530.71
HSV17°36°86°
CMYK 0.000.260.36   0.14
XYZ47.420143.333131.0641
Yxy43.33310.38930.3557
Hunter Lab65.827913.386418.1006
CIE-Lab71.780518.198119.6829

#dca38d color RGB value is (220,163,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 10001101
Octal 334 243 215
Decimal 220 163 141
Hex DC A3 8D

RGB Percentages of Color #dca38d

%41.98
%31.11
%26.91

CMYK Percentages of Color #dca38d

%0
%26
%36
%14

Triadic Colors of #dca38d

#dca38d #8ddca3 #a38ddc

Analogous Colors of #dca38d

#dca38d #dccb8d #dc8d9f

Monochromatic Colors of #dca38d

#dca38d

Complementary Color

#dca38d #8dc6dc

#dca38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca38d Color CSS Codes

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

#dca38d Text Font Color

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

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


#dca38d Background Color

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

This div background color is #dca38d


#dca38d Border Color

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

This div border color is #dca38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca38d


Comments

No comments written yet.

Please login to write comment.