Color Hex Logo

#dca39a Color Hex

#DCA39A
(220,163,154)
0 Favorites   0 Comments

Color spaces of #dca39a

RGB 220163154
HSL0.020.490.73
HSV30°86°
CMYK 0.000.260.30   0.14
XYZ48.445143.743136.4618
Yxy43.74310.37660.3400
Hunter Lab66.138615.005013.6108
CIE-Lab72.056519.845512.9363

#dca39a color RGB value is (220,163,154).

#dca39a hex color red value is 220, green value is 163 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dca39a hue: 0.02 , saturation: 0.49 and the lightness value of dca39a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 10011010
Octal 334 243 232
Decimal 220 163 154
Hex DC A3 9A

RGB Percentages of Color #dca39a

%40.97
%30.35
%28.68

CMYK Percentages of Color #dca39a

%0
%26
%30
%14

Triadic Colors of #dca39a

#dca39a #9adca3 #a39adc

Analogous Colors of #dca39a

#dca39a #dcc49a #dc9ab2

Monochromatic Colors of #dca39a

#dca39a

Complementary Color

#dca39a #9ad3dc

#dca39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca39a Color CSS Codes

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

#dca39a Text Font Color

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

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


#dca39a Background Color

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

This div background color is #dca39a


#dca39a Border Color

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

This div border color is #dca39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca39a


Comments

No comments written yet.

Please login to write comment.