Color Hex Logo

#daa89b Color Hex

#DAA89B
(218,168,155)
0 Favorites   0 Comments

Color spaces of #daa89b

RGB 218168155
HSL0.030.460.73
HSV12°29°85°
CMYK 0.000.230.29   0.15
XYZ48.832545.277237.1760
Yxy45.27720.37200.3449
Hunter Lab67.288311.786514.3448
CIE-Lab73.074016.521113.7898

#daa89b color RGB value is (218,168,155).

#daa89b hex color red value is 218, green value is 168 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #daa89b hue: 0.03 , saturation: 0.46 and the lightness value of daa89b is 0.73.

The process color (four color CMYK) of #daa89b color hex is 0.00, 0.23, 0.29, 0.15. Web safe color of #daa89b is #cc9999. Color #daa89b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 10011011
Octal 332 250 233
Decimal 218 168 155
Hex DA A8 9B

RGB Percentages of Color #daa89b

%40.30
%31.05
%28.65

CMYK Percentages of Color #daa89b

%0
%23
%29
%15

Triadic Colors of #daa89b

#daa89b #9bdaa8 #a89bda

Analogous Colors of #daa89b

#daa89b #dac89b #da9bae

Monochromatic Colors of #daa89b

#daa89b

Complementary Color

#daa89b #9bcdda

#daa89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa89b Color CSS Codes

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

#daa89b Text Font Color

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

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


#daa89b Background Color

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

This div background color is #daa89b


#daa89b Border Color

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

This div border color is #daa89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa89b


Comments

No comments written yet.

Please login to write comment.