Color Hex Logo

#daa299 Color Hex

#DAA299
(218,162,153)
0 Favorites   0 Comments

Color spaces of #daa299

RGB 218162153
HSL0.020.470.73
HSV30°85°
CMYK 0.000.260.30   0.15
XYZ47.583543.046035.9378
Yxy43.04600.37600.3401
Hunter Lab65.609514.641313.4503
CIE-Lab71.586219.490612.7940

#daa299 color RGB value is (218,162,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100010 10011001
Octal 332 242 231
Decimal 218 162 153
Hex DA A2 99

RGB Percentages of Color #daa299

%40.90
%30.39
%28.71

CMYK Percentages of Color #daa299

%0
%26
%30
%15

Triadic Colors of #daa299

#daa299 #99daa2 #a299da

Analogous Colors of #daa299

#daa299 #dac399 #da99b1

Monochromatic Colors of #daa299

#daa299

Complementary Color

#daa299 #99d1da

#daa299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa299 Color CSS Codes

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

#daa299 Text Font Color

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

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


#daa299 Background Color

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

This div background color is #daa299


#daa299 Border Color

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

This div border color is #daa299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa299


Comments

No comments written yet.

Please login to write comment.