Color Hex Logo

#da863e Color Hex

#DA863E
(218,134,62)
0 Favorites   0 Comments

Color spaces of #da863e

RGB 21813462
HSL0.080.680.55
HSV28°72°85°
CMYK 0.000.390.72   0.15
XYZ38.308032.30348.7736
Yxy32.30340.48260.4069
Hunter Lab56.836120.847430.6329
CIE-Lab63.592926.262350.8445

#da863e color RGB value is (218,134,62).

#da863e hex color red value is 218, green value is 134 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #da863e hue: 0.08 , saturation: 0.68 and the lightness value of da863e is 0.55.

The process color (four color CMYK) of #da863e color hex is 0.00, 0.39, 0.72, 0.15. Web safe color of #da863e is #cc9933. Color #da863e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000110 00111110
Octal 332 206 76
Decimal 218 134 62
Hex DA 86 3E

RGB Percentages of Color #da863e

%52.66
%32.37
%14.98

CMYK Percentages of Color #da863e

%0
%39
%72
%15

Triadic Colors of #da863e

#da863e #3eda86 #863eda

Analogous Colors of #da863e

#da863e #dad43e #da3e44

Monochromatic Colors of #da863e

#da863e

Complementary Color

#da863e #3e92da

#da863e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da863e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da863e Color CSS Codes

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

#da863e Text Font Color

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

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


#da863e Background Color

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

This div background color is #da863e


#da863e Border Color

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

This div border color is #da863e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da863e


Comments

No comments written yet.

Please login to write comment.