Color Hex Logo

#daa795 Color Hex

#DAA795
(218,167,149)
0 Favorites   0 Comments

Color spaces of #daa795

RGB 218167149
HSL0.040.480.72
HSV16°32°85°
CMYK 0.000.230.32   0.15
XYZ48.157044.712834.5261
Yxy44.71280.37800.3510
Hunter Lab66.867611.534516.1938
CIE-Lab72.702416.268016.5525

#daa795 color RGB value is (218,167,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 10010101
Octal 332 247 225
Decimal 218 167 149
Hex DA A7 95

RGB Percentages of Color #daa795

%40.82
%31.27
%27.90

CMYK Percentages of Color #daa795

%0
%23
%32
%15

Triadic Colors of #daa795

#daa795 #95daa7 #a795da

Analogous Colors of #daa795

#daa795 #daca95 #da95a6

Monochromatic Colors of #daa795

#daa795

Complementary Color

#daa795 #95c8da

#daa795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa795 Color CSS Codes

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

#daa795 Text Font Color

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

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


#daa795 Background Color

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

This div background color is #daa795


#daa795 Border Color

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

This div border color is #daa795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa795


Comments

No comments written yet.

Please login to write comment.