Color Hex Logo

#daa161 Color Hex

#DAA161
(218,161,97)
0 Favorites   0 Comments

Color spaces of #daa161

RGB 21816197
HSL0.090.620.62
HSV32°56°85°
CMYK 0.000.260.56   0.15
XYZ43.816041.258216.9635
Yxy41.25820.42940.4043
Hunter Lab64.23259.356229.3046
CIE-Lab70.356414.023641.2732

#daa161 color RGB value is (218,161,97).

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

The process color (four color CMYK) of #daa161 color hex is 0.00, 0.26, 0.56, 0.15. Web safe color of #daa161 is #cc9966. Color #daa161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 01100001
Octal 332 241 141
Decimal 218 161 97
Hex DA A1 61

RGB Percentages of Color #daa161

%45.80
%33.82
%20.38

CMYK Percentages of Color #daa161

%0
%26
%56
%15

Triadic Colors of #daa161

#daa161 #61daa1 #a161da

Analogous Colors of #daa161

#daa161 #d7da61 #da6561

Monochromatic Colors of #daa161

#daa161

Complementary Color

#daa161 #619ada

#daa161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa161 Color CSS Codes

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

#daa161 Text Font Color

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

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


#daa161 Background Color

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

This div background color is #daa161


#daa161 Border Color

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

This div border color is #daa161


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,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 #daa161">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa161


Comments

No comments written yet.

Please login to write comment.