Color Hex Logo

#daa58d Color Hex

#DAA58D
(218,165,141)
0 Favorites   0 Comments

Color spaces of #daa58d

RGB 218165141
HSL0.050.510.70
HSV19°35°85°
CMYK 0.000.240.35   0.15
XYZ47.176343.738831.1553
Yxy43.73880.38650.3583
Hunter Lab66.135311.592618.3641
CIE-Lab72.053616.340220.0250

#daa58d color RGB value is (218,165,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100101 10001101
Octal 332 245 215
Decimal 218 165 141
Hex DA A5 8D

RGB Percentages of Color #daa58d

%41.60
%31.49
%26.91

CMYK Percentages of Color #daa58d

%0
%24
%35
%15

Triadic Colors of #daa58d

#daa58d #8ddaa5 #a58dda

Analogous Colors of #daa58d

#daa58d #dacc8d #da8d9c

Monochromatic Colors of #daa58d

#daa58d

Complementary Color

#daa58d #8dc2da

#daa58d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa58d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa58d Color CSS Codes

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

#daa58d Text Font Color

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

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


#daa58d Background Color

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

This div background color is #daa58d


#daa58d Border Color

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

This div border color is #daa58d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa58d


Comments

No comments written yet.

Please login to write comment.