Color Hex Logo

#daa97b Color Hex

#DAA97B
(218,169,123)
0 Favorites   0 Comments

Color spaces of #daa97b

RGB 218169123
HSL0.080.560.67
HSV29°44°85°
CMYK 0.000.220.44   0.15
XYZ46.676644.711424.9089
Yxy44.71140.40140.3845
Hunter Lab66.86667.586424.7201
CIE-Lab72.701512.144930.6143

#daa97b color RGB value is (218,169,123).

#daa97b hex color red value is 218, green value is 169 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #daa97b hue: 0.08 , saturation: 0.56 and the lightness value of daa97b is 0.67.

The process color (four color CMYK) of #daa97b color hex is 0.00, 0.22, 0.44, 0.15. Web safe color of #daa97b is #cc9966. Color #daa97b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101001 01111011
Octal 332 251 173
Decimal 218 169 123
Hex DA A9 7B

RGB Percentages of Color #daa97b

%42.75
%33.14
%24.12

CMYK Percentages of Color #daa97b

%0
%22
%44
%15

Triadic Colors of #daa97b

#daa97b #7bdaa9 #a97bda

Analogous Colors of #daa97b

#daa97b #dad97b #da7b7d

Monochromatic Colors of #daa97b

#daa97b

Complementary Color

#daa97b #7bacda

#daa97b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa97b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa97b Color CSS Codes

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

#daa97b Text Font Color

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

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


#daa97b Background Color

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

This div background color is #daa97b


#daa97b Border Color

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

This div border color is #daa97b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa97b


Comments

No comments written yet.

Please login to write comment.