Color Hex Logo

#da8a6e Color Hex

#DA8A6E
(218,138,110)
0 Favorites   0 Comments

Color spaces of #da8a6e

RGB 218138110
HSL0.040.590.64
HSV16°50°85°
CMYK 0.000.370.50   0.15
XYZ40.816434.208219.2034
Yxy34.20820.43320.3630
Hunter Lab58.487822.214821.4746
CIE-Lab65.127527.538927.7155

#da8a6e color RGB value is (218,138,110).

#da8a6e hex color red value is 218, green value is 138 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #da8a6e hue: 0.04 , saturation: 0.59 and the lightness value of da8a6e is 0.64.

The process color (four color CMYK) of #da8a6e color hex is 0.00, 0.37, 0.50, 0.15. Web safe color of #da8a6e is #cc9966. Color #da8a6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001010 01101110
Octal 332 212 156
Decimal 218 138 110
Hex DA 8A 6E

RGB Percentages of Color #da8a6e

%46.78
%29.61
%23.61

CMYK Percentages of Color #da8a6e

%0
%37
%50
%15

Triadic Colors of #da8a6e

#da8a6e #6eda8a #8a6eda

Analogous Colors of #da8a6e

#da8a6e #dac06e #da6e88

Monochromatic Colors of #da8a6e

#da8a6e

Complementary Color

#da8a6e #6ebeda

#da8a6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8a6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8a6e Color CSS Codes

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

#da8a6e Text Font Color

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

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


#da8a6e Background Color

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

This div background color is #da8a6e


#da8a6e Border Color

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

This div border color is #da8a6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8a6e


Comments

No comments written yet.

Please login to write comment.