Color Hex Logo

#daa888 Color Hex

#DAA888
(218,168,136)
0 Favorites   0 Comments

Color spaces of #daa888

RGB 218168136
HSL0.070.530.69
HSV23°38°85°
CMYK 0.000.230.38   0.15
XYZ47.360044.688329.4221
Yxy44.68830.38990.3679
Hunter Lab66.84939.473720.6995
CIE-Lab72.686214.126623.6064

#daa888 color RGB value is (218,168,136).

#daa888 hex color red value is 218, green value is 168 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #daa888 hue: 0.07 , saturation: 0.53 and the lightness value of daa888 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 10001000
Octal 332 250 210
Decimal 218 168 136
Hex DA A8 88

RGB Percentages of Color #daa888

%41.76
%32.18
%26.05

CMYK Percentages of Color #daa888

%0
%23
%38
%15

Triadic Colors of #daa888

#daa888 #88daa8 #a888da

Analogous Colors of #daa888

#daa888 #dad188 #da8891

Monochromatic Colors of #daa888

#daa888

Complementary Color

#daa888 #88bada

#daa888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa888 Color CSS Codes

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

#daa888 Text Font Color

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

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


#daa888 Background Color

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

This div background color is #daa888


#daa888 Border Color

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

This div border color is #daa888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa888


Comments

No comments written yet.

Please login to write comment.