Color Hex Logo

#daa198 Color Hex

#DAA198
(218,161,152)
0 Favorites   0 Comments

Color spaces of #daa198

RGB 218161152
HSL0.020.470.73
HSV30°85°
CMYK 0.000.260.30   0.15
XYZ47.325842.662235.4460
Yxy42.66220.37730.3401
Hunter Lab65.316315.031013.5458
CIE-Lab71.325119.897912.9772

#daa198 color RGB value is (218,161,152).

#daa198 hex color red value is 218, green value is 161 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #daa198 hue: 0.02 , saturation: 0.47 and the lightness value of daa198 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 10011000
Octal 332 241 230
Decimal 218 161 152
Hex DA A1 98

RGB Percentages of Color #daa198

%41.05
%30.32
%28.63

CMYK Percentages of Color #daa198

%0
%26
%30
%15

Triadic Colors of #daa198

#daa198 #98daa1 #a198da

Analogous Colors of #daa198

#daa198 #dac298 #da98b0

Monochromatic Colors of #daa198

#daa198

Complementary Color

#daa198 #98d1da

#daa198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa198 Color CSS Codes

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

#daa198 Text Font Color

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

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


#daa198 Background Color

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

This div background color is #daa198


#daa198 Border Color

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

This div border color is #daa198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa198


Comments

No comments written yet.

Please login to write comment.