Color Hex Logo

#dca383 Color Hex

#DCA383
(220,163,131)
0 Favorites   0 Comments

Color spaces of #dca383

RGB 220163131
HSL0.060.560.69
HSV22°40°86°
CMYK 0.000.260.40   0.14
XYZ46.709143.048727.3201
Yxy43.04870.39900.3677
Hunter Lab65.611512.254721.2402
CIE-Lab71.588017.035724.8686

#dca383 color RGB value is (220,163,131).

#dca383 hex color red value is 220, green value is 163 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dca383 hue: 0.06 , saturation: 0.56 and the lightness value of dca383 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 10000011
Octal 334 243 203
Decimal 220 163 131
Hex DC A3 83

RGB Percentages of Color #dca383

%42.80
%31.71
%25.49

CMYK Percentages of Color #dca383

%0
%26
%40
%14

Triadic Colors of #dca383

#dca383 #83dca3 #a383dc

Analogous Colors of #dca383

#dca383 #dcd083 #dc8390

Monochromatic Colors of #dca383

#dca383

Complementary Color

#dca383 #83bcdc

#dca383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca383 Color CSS Codes

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

#dca383 Text Font Color

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

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


#dca383 Background Color

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

This div background color is #dca383


#dca383 Border Color

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

This div border color is #dca383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca383


Comments

No comments written yet.

Please login to write comment.