Color Hex Logo

#da865e Color Hex

#DA865E
(218,134,94)
0 Favorites   0 Comments

Color spaces of #da865e

RGB 21813494
HSL0.050.630.61
HSV19°57°85°
CMYK 0.000.390.57   0.15
XYZ39.458932.763814.8340
Yxy32.76380.45330.3764
Hunter Lab57.239722.881824.7024
CIE-Lab63.969228.302334.9667

#da865e color RGB value is (218,134,94).

#da865e hex color red value is 218, green value is 134 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #da865e hue: 0.05 , saturation: 0.63 and the lightness value of da865e is 0.61.

The process color (four color CMYK) of #da865e color hex is 0.00, 0.39, 0.57, 0.15. Web safe color of #da865e is #cc9966. Color #da865e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000110 01011110
Octal 332 206 136
Decimal 218 134 94
Hex DA 86 5E

RGB Percentages of Color #da865e

%48.88
%30.04
%21.08

CMYK Percentages of Color #da865e

%0
%39
%57
%15

Triadic Colors of #da865e

#da865e #5eda86 #865eda

Analogous Colors of #da865e

#da865e #dac45e #da5e74

Monochromatic Colors of #da865e

#da865e

Complementary Color

#da865e #5eb2da

#da865e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da865e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da865e Color CSS Codes

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

#da865e Text Font Color

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

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


#da865e Background Color

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

This div background color is #da865e


#da865e Border Color

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

This div border color is #da865e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da865e


Comments

No comments written yet.

Please login to write comment.