Color Hex Logo

#daa68b Color Hex

#DAA68B
(218,166,139)
0 Favorites   0 Comments

Color spaces of #daa68b

RGB 218166139
HSL0.060.520.70
HSV21°36°85°
CMYK 0.000.240.36   0.15
XYZ47.209944.041930.4388
Yxy44.04190.38800.3619
Hunter Lab66.364110.843719.2607
CIE-Lab72.256515.559521.3931

#daa68b color RGB value is (218,166,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 10001011
Octal 332 246 213
Decimal 218 166 139
Hex DA A6 8B

RGB Percentages of Color #daa68b

%41.68
%31.74
%26.58

CMYK Percentages of Color #daa68b

%0
%24
%36
%15

Triadic Colors of #daa68b

#daa68b #8bdaa6 #a68bda

Analogous Colors of #daa68b

#daa68b #dace8b #da8b98

Monochromatic Colors of #daa68b

#daa68b

Complementary Color

#daa68b #8bbfda

#daa68b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa68b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa68b Color CSS Codes

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

#daa68b Text Font Color

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

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


#daa68b Background Color

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

This div background color is #daa68b


#daa68b Border Color

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

This div border color is #daa68b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa68b


Comments

No comments written yet.

Please login to write comment.