Color Hex Logo

#dca881 Color Hex

#DCA881
(220,168,129)
0 Favorites   0 Comments

Color spaces of #dca881

RGB 220168129
HSL0.070.570.68
HSV26°41°86°
CMYK 0.000.240.41   0.14
XYZ47.480344.805926.9148
Yxy44.80590.39830.3759
Hunter Lab66.93729.474623.0161
CIE-Lab72.763914.126927.5229

#dca881 color RGB value is (220,168,129).

#dca881 hex color red value is 220, green value is 168 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #dca881 hue: 0.07 , saturation: 0.57 and the lightness value of dca881 is 0.68.

The process color (four color CMYK) of #dca881 color hex is 0.00, 0.24, 0.41, 0.14. Web safe color of #dca881 is #cc9999. Color #dca881 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101000 10000001
Octal 334 250 201
Decimal 220 168 129
Hex DC A8 81

RGB Percentages of Color #dca881

%42.55
%32.50
%24.95

CMYK Percentages of Color #dca881

%0
%24
%41
%14

Triadic Colors of #dca881

#dca881 #81dca8 #a881dc

Analogous Colors of #dca881

#dca881 #dcd681 #dc8188

Monochromatic Colors of #dca881

#dca881

Complementary Color

#dca881 #81b5dc

#dca881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca881 Color CSS Codes

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

#dca881 Text Font Color

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

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


#dca881 Background Color

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

This div background color is #dca881


#dca881 Border Color

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

This div border color is #dca881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca881


Comments

No comments written yet.

Please login to write comment.