Color Hex Logo

#dca085 Color Hex

#DCA085
(220,160,133)
0 Favorites   0 Comments

Color spaces of #dca085

RGB 220160133
HSL0.050.550.69
HSV19°40°86°
CMYK 0.000.270.40   0.14
XYZ46.319642.050727.8656
Yxy42.05070.39850.3618
Hunter Lab64.846514.020419.9147
CIE-Lab70.905918.876222.8584

#dca085 color RGB value is (220,160,133).

#dca085 hex color red value is 220, green value is 160 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dca085 hue: 0.05 , saturation: 0.55 and the lightness value of dca085 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100000 10000101
Octal 334 240 205
Decimal 220 160 133
Hex DC A0 85

RGB Percentages of Color #dca085

%42.88
%31.19
%25.93

CMYK Percentages of Color #dca085

%0
%27
%40
%14

Triadic Colors of #dca085

#dca085 #85dca0 #a085dc

Analogous Colors of #dca085

#dca085 #dccc85 #dc8596

Monochromatic Colors of #dca085

#dca085

Complementary Color

#dca085 #85c1dc

#dca085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca085 Color CSS Codes

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

#dca085 Text Font Color

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

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


#dca085 Background Color

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

This div background color is #dca085


#dca085 Border Color

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

This div border color is #dca085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca085


Comments

No comments written yet.

Please login to write comment.