Color Hex Logo

#daa182 Color Hex

#DAA182
(218,161,130)
0 Favorites   0 Comments

Color spaces of #daa182

RGB 218161130
HSL0.060.540.68
HSV21°40°85°
CMYK 0.000.260.40   0.15
XYZ45.687642.006926.8192
Yxy42.00690.39900.3668
Hunter Lab64.812712.405420.8350
CIE-Lab70.875717.208624.4161

#daa182 color RGB value is (218,161,130).

#daa182 hex color red value is 218, green value is 161 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #daa182 hue: 0.06 , saturation: 0.54 and the lightness value of daa182 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100001 10000010
Octal 332 241 202
Decimal 218 161 130
Hex DA A1 82

RGB Percentages of Color #daa182

%42.83
%31.63
%25.54

CMYK Percentages of Color #daa182

%0
%26
%40
%15

Triadic Colors of #daa182

#daa182 #82daa1 #a182da

Analogous Colors of #daa182

#daa182 #dacd82 #da828f

Monochromatic Colors of #daa182

#daa182

Complementary Color

#daa182 #82bbda

#daa182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa182 Color CSS Codes

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

#daa182 Text Font Color

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

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


#daa182 Background Color

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

This div background color is #daa182


#daa182 Border Color

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

This div border color is #daa182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa182


Comments

No comments written yet.

Please login to write comment.