Color Hex Logo

#daa09b Color Hex

#DAA09B
(218,160,155)
0 Favorites   0 Comments

Color spaces of #daa09b

RGB 218160155
HSL0.010.460.73
HSV29°85°
CMYK 0.000.270.29   0.15
XYZ47.400642.413636.6987
Yxy42.41360.37470.3353
Hunter Lab65.125715.948012.1778
CIE-Lab71.155120.839111.0821

#daa09b color RGB value is (218,160,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 10011011
Octal 332 240 233
Decimal 218 160 155
Hex DA A0 9B

RGB Percentages of Color #daa09b

%40.90
%30.02
%29.08

CMYK Percentages of Color #daa09b

%0
%27
%29
%15

Triadic Colors of #daa09b

#daa09b #9bdaa0 #a09bda

Analogous Colors of #daa09b

#daa09b #dac09b #da9bb6

Monochromatic Colors of #daa09b

#daa09b

Complementary Color

#daa09b #9bd5da

#daa09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa09b Color CSS Codes

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

#daa09b Text Font Color

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

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


#daa09b Background Color

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

This div background color is #daa09b


#daa09b Border Color

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

This div border color is #daa09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa09b


Comments

No comments written yet.

Please login to write comment.