Color Hex Logo

#daa98e Color Hex

#DAA98E
(218,169,142)
0 Favorites   0 Comments

Color spaces of #daa98e

RGB 218169142
HSL0.060.510.71
HSV21°35°85°
CMYK 0.000.220.35   0.15
XYZ47.983945.234431.7933
Yxy45.23440.38380.3618
Hunter Lab67.25659.651219.0522
CIE-Lab73.046014.308920.8425

#daa98e color RGB value is (218,169,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 10001110
Octal 332 251 216
Decimal 218 169 142
Hex DA A9 8E

RGB Percentages of Color #daa98e

%41.21
%31.95
%26.84

CMYK Percentages of Color #daa98e

%0
%22
%35
%15

Triadic Colors of #daa98e

#daa98e #8edaa9 #a98eda

Analogous Colors of #daa98e

#daa98e #dacf8e #da8e99

Monochromatic Colors of #daa98e

#daa98e

Complementary Color

#daa98e #8ebfda

#daa98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa98e Color CSS Codes

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

#daa98e Text Font Color

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

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


#daa98e Background Color

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

This div background color is #daa98e


#daa98e Border Color

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

This div border color is #daa98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa98e


Comments

No comments written yet.

Please login to write comment.