Color Hex Logo

#daa190 Color Hex

#DAA190
(218,161,144)
0 Favorites   0 Comments

Color spaces of #daa190

RGB 218161144
HSL0.040.500.71
HSV14°34°85°
CMYK 0.000.260.34   0.15
XYZ46.692442.408832.1103
Yxy42.40880.38520.3499
Hunter Lab65.122014.020716.3508
CIE-Lab71.151918.868717.1373

#daa190 color RGB value is (218,161,144).

#daa190 hex color red value is 218, green value is 161 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #daa190 hue: 0.04 , saturation: 0.50 and the lightness value of daa190 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 10010000
Octal 332 241 220
Decimal 218 161 144
Hex DA A1 90

RGB Percentages of Color #daa190

%41.68
%30.78
%27.53

CMYK Percentages of Color #daa190

%0
%26
%34
%15

Triadic Colors of #daa190

#daa190 #90daa1 #a190da

Analogous Colors of #daa190

#daa190 #dac690 #da90a4

Monochromatic Colors of #daa190

#daa190

Complementary Color

#daa190 #90c9da

#daa190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa190 Color CSS Codes

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

#daa190 Text Font Color

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

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


#daa190 Background Color

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

This div background color is #daa190


#daa190 Border Color

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

This div border color is #daa190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa190


Comments

No comments written yet.

Please login to write comment.