Color Hex Logo

#daa869 Color Hex

#DAA869
(218,168,105)
0 Favorites   0 Comments

Color spaces of #daa869

RGB 218168105
HSL0.090.600.63
HSV33°52°85°
CMYK 0.000.230.52   0.15
XYZ45.465943.930619.4477
Yxy43.93060.41770.4036
Hunter Lab66.28026.454528.9994
CIE-Lab72.182110.943039.4050

#daa869 color RGB value is (218,168,105).

#daa869 hex color red value is 218, green value is 168 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #daa869 hue: 0.09 , saturation: 0.60 and the lightness value of daa869 is 0.63.

The process color (four color CMYK) of #daa869 color hex is 0.00, 0.23, 0.52, 0.15. Web safe color of #daa869 is #cc9966. Color #daa869 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 01101001
Octal 332 250 151
Decimal 218 168 105
Hex DA A8 69

RGB Percentages of Color #daa869

%44.40
%34.22
%21.38

CMYK Percentages of Color #daa869

%0
%23
%52
%15

Triadic Colors of #daa869

#daa869 #69daa8 #a869da

Analogous Colors of #daa869

#daa869 #d4da69 #da7069

Monochromatic Colors of #daa869

#daa869

Complementary Color

#daa869 #699bda

#daa869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa869 Color CSS Codes

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

#daa869 Text Font Color

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

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


#daa869 Background Color

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

This div background color is #daa869


#daa869 Border Color

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

This div border color is #daa869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa869


Comments

No comments written yet.

Please login to write comment.