Color Hex Logo

#dca172 Color Hex

#DCA172
(220,161,114)
0 Favorites   0 Comments

Color spaces of #dca172

RGB 220161114
HSL0.070.600.65
HSV27°48°86°
CMYK 0.000.270.48   0.14
XYZ45.297341.920321.6236
Yxy41.92030.41620.3852
Hunter Lab64.745911.576325.5207
CIE-Lab70.815916.347632.9965

#dca172 color RGB value is (220,161,114).

#dca172 hex color red value is 220, green value is 161 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dca172 hue: 0.07 , saturation: 0.60 and the lightness value of dca172 is 0.65.

The process color (four color CMYK) of #dca172 color hex is 0.00, 0.27, 0.48, 0.14. Web safe color of #dca172 is #cc9966. Color #dca172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 01110010
Octal 334 241 162
Decimal 220 161 114
Hex DC A1 72

RGB Percentages of Color #dca172

%44.44
%32.53
%23.03

CMYK Percentages of Color #dca172

%0
%27
%48
%14

Triadic Colors of #dca172

#dca172 #72dca1 #a172dc

Analogous Colors of #dca172

#dca172 #dcd672 #dc7278

Monochromatic Colors of #dca172

#dca172

Complementary Color

#dca172 #72addc

#dca172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca172 Color CSS Codes

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

#dca172 Text Font Color

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

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


#dca172 Background Color

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

This div background color is #dca172


#dca172 Border Color

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

This div border color is #dca172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca172


Comments

No comments written yet.

Please login to write comment.