Color Hex Logo

#dca161 Color Hex

#DCA161
(220,161,97)
0 Favorites   0 Comments

Color spaces of #dca161

RGB 22016197
HSL0.090.640.62
HSV31°56°86°
CMYK 0.000.270.56   0.14
XYZ44.417741.568416.9917
Yxy41.56840.43130.4037
Hunter Lab64.473610.145129.5059
CIE-Lab70.572314.853141.5858

#dca161 color RGB value is (220,161,97).

#dca161 hex color red value is 220, green value is 161 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #dca161 hue: 0.09 , saturation: 0.64 and the lightness value of dca161 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 01100001
Octal 334 241 141
Decimal 220 161 97
Hex DC A1 61

RGB Percentages of Color #dca161

%46.03
%33.68
%20.29

CMYK Percentages of Color #dca161

%0
%27
%56
%14

Triadic Colors of #dca161

#dca161 #61dca1 #a161dc

Analogous Colors of #dca161

#dca161 #dadc61 #dc6461

Monochromatic Colors of #dca161

#dca161

Complementary Color

#dca161 #619cdc

#dca161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca161 Color CSS Codes

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

#dca161 Text Font Color

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

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


#dca161 Background Color

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

This div background color is #dca161


#dca161 Border Color

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

This div border color is #dca161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca161


Comments

No comments written yet.

Please login to write comment.