Color Hex Logo

#daa192 Color Hex

#DAA192
(218,161,146)
0 Favorites   0 Comments

Color spaces of #daa192

RGB 218161146
HSL0.030.490.71
HSV13°33°85°
CMYK 0.000.260.33   0.15
XYZ46.846642.470532.9227
Yxy42.47050.38320.3474
Hunter Lab65.169414.267115.6661
CIE-Lab71.194119.120416.0968

#daa192 color RGB value is (218,161,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 10010010
Octal 332 241 222
Decimal 218 161 146
Hex DA A1 92

RGB Percentages of Color #daa192

%41.52
%30.67
%27.81

CMYK Percentages of Color #daa192

%0
%26
%33
%15

Triadic Colors of #daa192

#daa192 #92daa1 #a192da

Analogous Colors of #daa192

#daa192 #dac592 #da92a7

Monochromatic Colors of #daa192

#daa192

Complementary Color

#daa192 #92cbda

#daa192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa192 Color CSS Codes

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

#daa192 Text Font Color

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

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


#daa192 Background Color

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

This div background color is #daa192


#daa192 Border Color

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

This div border color is #daa192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa192


Comments

No comments written yet.

Please login to write comment.