Color Hex Logo

#daa188 Color Hex

#DAA188
(218,161,136)
0 Favorites   0 Comments

Color spaces of #daa188

RGB 218161136
HSL0.050.530.69
HSV18°38°85°
CMYK 0.000.260.38   0.15
XYZ46.102242.172729.0029
Yxy42.17270.39310.3596
Hunter Lab64.940513.073818.9790
CIE-Lab70.989817.897821.2987

#daa188 color RGB value is (218,161,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 10001000
Octal 332 241 210
Decimal 218 161 136
Hex DA A1 88

RGB Percentages of Color #daa188

%42.33
%31.26
%26.41

CMYK Percentages of Color #daa188

%0
%26
%38
%15

Triadic Colors of #daa188

#daa188 #88daa1 #a188da

Analogous Colors of #daa188

#daa188 #daca88 #da8898

Monochromatic Colors of #daa188

#daa188

Complementary Color

#daa188 #88c1da

#daa188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa188 Color CSS Codes

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

#daa188 Text Font Color

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

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


#daa188 Background Color

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

This div background color is #daa188


#daa188 Border Color

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

This div border color is #daa188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa188


Comments

No comments written yet.

Please login to write comment.