Color Hex Logo

#daa98a Color Hex

#DAA98A
(218,169,138)
0 Favorites   0 Comments

Color spaces of #daa98a

RGB 218169138
HSL0.060.520.70
HSV23°37°85°
CMYK 0.000.220.37   0.15
XYZ47.688945.116330.2396
Yxy45.11630.38760.3667
Hunter Lab67.16879.187620.3255
CIE-Lab72.968413.825622.9064

#daa98a color RGB value is (218,169,138).

#daa98a hex color red value is 218, green value is 169 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #daa98a hue: 0.06 , saturation: 0.52 and the lightness value of daa98a is 0.70.

The process color (four color CMYK) of #daa98a color hex is 0.00, 0.22, 0.37, 0.15. Web safe color of #daa98a is #cc9999. Color #daa98a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 10001010
Octal 332 251 212
Decimal 218 169 138
Hex DA A9 8A

RGB Percentages of Color #daa98a

%41.52
%32.19
%26.29

CMYK Percentages of Color #daa98a

%0
%22
%37
%15

Triadic Colors of #daa98a

#daa98a #8adaa9 #a98ada

Analogous Colors of #daa98a

#daa98a #dad18a #da8a93

Monochromatic Colors of #daa98a

#daa98a

Complementary Color

#daa98a #8abbda

#daa98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa98a Color CSS Codes

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

#daa98a Text Font Color

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

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


#daa98a Background Color

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

This div background color is #daa98a


#daa98a Border Color

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

This div border color is #daa98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa98a


Comments

No comments written yet.

Please login to write comment.