Color Hex Logo

#daa28e Color Hex

#DAA28E
(218,162,142)
0 Favorites   0 Comments

Color spaces of #daa28e

RGB 218162142
HSL0.040.510.71
HSV16°35°85°
CMYK 0.000.260.35   0.15
XYZ46.716342.699131.3707
Yxy42.69910.38680.3535
Hunter Lab65.344513.260717.2772
CIE-Lab71.350318.080818.5094

#daa28e color RGB value is (218,162,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100010 10001110
Octal 332 242 216
Decimal 218 162 142
Hex DA A2 8E

RGB Percentages of Color #daa28e

%41.76
%31.03
%27.20

CMYK Percentages of Color #daa28e

%0
%26
%35
%15

Triadic Colors of #daa28e

#daa28e #8edaa2 #a28eda

Analogous Colors of #daa28e

#daa28e #dac88e #da8ea0

Monochromatic Colors of #daa28e

#daa28e

Complementary Color

#daa28e #8ec6da

#daa28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa28e Color CSS Codes

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

#daa28e Text Font Color

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

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


#daa28e Background Color

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

This div background color is #daa28e


#daa28e Border Color

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

This div border color is #daa28e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,162,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 #daa28e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa28e


Comments

No comments written yet.

Please login to write comment.