Color Hex Logo

#daa361 Color Hex

#DAA361
(218,163,97)
0 Favorites   0 Comments

Color spaces of #daa361

RGB 21816397
HSL0.090.620.62
HSV33°56°85°
CMYK 0.000.250.56   0.15
XYZ44.168341.962917.0810
Yxy41.96290.42790.4066
Hunter Lab64.77888.344329.7114
CIE-Lab70.845312.948841.8682

#daa361 color RGB value is (218,163,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 01100001
Octal 332 243 141
Decimal 218 163 97
Hex DA A3 61

RGB Percentages of Color #daa361

%45.61
%34.10
%20.29

CMYK Percentages of Color #daa361

%0
%25
%56
%15

Triadic Colors of #daa361

#daa361 #61daa3 #a361da

Analogous Colors of #daa361

#daa361 #d5da61 #da6761

Monochromatic Colors of #daa361

#daa361

Complementary Color

#daa361 #6198da

#daa361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa361 Color CSS Codes

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

#daa361 Text Font Color

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

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


#daa361 Background Color

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

This div background color is #daa361


#daa361 Border Color

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

This div border color is #daa361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa361


Comments

No comments written yet.

Please login to write comment.