Color Hex Logo

#daa167 Color Hex

#DAA167
(218,161,103)
0 Favorites   0 Comments

Color spaces of #daa167

RGB 218161103
HSL0.080.610.63
HSV30°53°85°
CMYK 0.000.260.53   0.15
XYZ44.106541.374418.4934
Yxy41.37440.42420.3979
Hunter Lab64.32299.833027.9797
CIE-Lab70.437414.526238.2703

#daa167 color RGB value is (218,161,103).

#daa167 hex color red value is 218, green value is 161 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #daa167 hue: 0.08 , saturation: 0.61 and the lightness value of daa167 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 01100111
Octal 332 241 147
Decimal 218 161 103
Hex DA A1 67

RGB Percentages of Color #daa167

%45.23
%33.40
%21.37

CMYK Percentages of Color #daa167

%0
%26
%53
%15

Triadic Colors of #daa167

#daa167 #67daa1 #a167da

Analogous Colors of #daa167

#daa167 #dada67 #da6867

Monochromatic Colors of #daa167

#daa167

Complementary Color

#daa167 #67a0da

#daa167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa167 Color CSS Codes

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

#daa167 Text Font Color

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

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


#daa167 Background Color

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

This div background color is #daa167


#daa167 Border Color

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

This div border color is #daa167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa167


Comments

No comments written yet.

Please login to write comment.