Color Hex Logo

#daa68d Color Hex

#DAA68D
(218,166,141)
0 Favorites   0 Comments

Color spaces of #daa68d

RGB 218166141
HSL0.050.510.70
HSV19°35°85°
CMYK 0.000.240.35   0.15
XYZ47.357444.101031.2156
Yxy44.10100.38600.3595
Hunter Lab66.408611.077218.6165
CIE-Lab72.296015.801420.3580

#daa68d color RGB value is (218,166,141).

#daa68d hex color red value is 218, green value is 166 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #daa68d hue: 0.05 , saturation: 0.51 and the lightness value of daa68d is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 10001101
Octal 332 246 215
Decimal 218 166 141
Hex DA A6 8D

RGB Percentages of Color #daa68d

%41.52
%31.62
%26.86

CMYK Percentages of Color #daa68d

%0
%24
%35
%15

Triadic Colors of #daa68d

#daa68d #8ddaa6 #a68dda

Analogous Colors of #daa68d

#daa68d #dacd8d #da8d9b

Monochromatic Colors of #daa68d

#daa68d

Complementary Color

#daa68d #8dc1da

#daa68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa68d Color CSS Codes

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

#daa68d Text Font Color

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

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


#daa68d Background Color

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

This div background color is #daa68d


#daa68d Border Color

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

This div border color is #daa68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa68d


Comments

No comments written yet.

Please login to write comment.