Color Hex Logo

#daa794 Color Hex

#DAA794
(218,167,148)
0 Favorites   0 Comments

Color spaces of #daa794

RGB 218167148
HSL0.050.490.72
HSV16°32°85°
CMYK 0.000.230.32   0.15
XYZ48.077544.681034.1073
Yxy44.68100.37900.3522
Hunter Lab66.843811.409616.5378
CIE-Lab72.681316.139217.0699

#daa794 color RGB value is (218,167,148).

#daa794 hex color red value is 218, green value is 167 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #daa794 hue: 0.05 , saturation: 0.49 and the lightness value of daa794 is 0.72.

The process color (four color CMYK) of #daa794 color hex is 0.00, 0.23, 0.32, 0.15. Web safe color of #daa794 is #cc9999. Color #daa794 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 10010100
Octal 332 247 224
Decimal 218 167 148
Hex DA A7 94

RGB Percentages of Color #daa794

%40.90
%31.33
%27.77

CMYK Percentages of Color #daa794

%0
%23
%32
%15

Triadic Colors of #daa794

#daa794 #94daa7 #a794da

Analogous Colors of #daa794

#daa794 #daca94 #da94a4

Monochromatic Colors of #daa794

#daa794

Complementary Color

#daa794 #94c7da

#daa794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa794 Color CSS Codes

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

#daa794 Text Font Color

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

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


#daa794 Background Color

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

This div background color is #daa794


#daa794 Border Color

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

This div border color is #daa794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa794


Comments

No comments written yet.

Please login to write comment.