Color Hex Logo

#daa38b Color Hex

#DAA38B
(218,163,139)
0 Favorites   0 Comments

Color spaces of #daa38b

RGB 218163139
HSL0.050.520.70
HSV18°36°85°
CMYK 0.000.250.36   0.15
XYZ46.670842.963930.2591
Yxy42.96390.38930.3583
Hunter Lab65.546912.388918.5121
CIE-Lab71.530517.175920.3991

#daa38b color RGB value is (218,163,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100011 10001011
Octal 332 243 213
Decimal 218 163 139
Hex DA A3 8B

RGB Percentages of Color #daa38b

%41.92
%31.35
%26.73

CMYK Percentages of Color #daa38b

%0
%25
%36
%15

Triadic Colors of #daa38b

#daa38b #8bdaa3 #a38bda

Analogous Colors of #daa38b

#daa38b #dacb8b #da8b9b

Monochromatic Colors of #daa38b

#daa38b

Complementary Color

#daa38b #8bc2da

#daa38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa38b Color CSS Codes

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

#daa38b Text Font Color

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

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


#daa38b Background Color

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

This div background color is #daa38b


#daa38b Border Color

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

This div border color is #daa38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa38b


Comments

No comments written yet.

Please login to write comment.