Color Hex Logo

#da866c Color Hex

#DA866C
(218,134,108)
0 Favorites   0 Comments

Color spaces of #da866c

RGB 218134108
HSL0.040.600.64
HSV14°50°85°
CMYK 0.000.390.50   0.15
XYZ40.145333.038318.4485
Yxy33.03830.43810.3606
Hunter Lab57.479024.082421.2055
CIE-Lab64.191929.492827.5918

#da866c color RGB value is (218,134,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000110 01101100
Octal 332 206 154
Decimal 218 134 108
Hex DA 86 6C

RGB Percentages of Color #da866c

%47.39
%29.13
%23.48

CMYK Percentages of Color #da866c

%0
%39
%50
%15

Triadic Colors of #da866c

#da866c #6cda86 #866cda

Analogous Colors of #da866c

#da866c #dabd6c #da6c89

Monochromatic Colors of #da866c

#da866c

Complementary Color

#da866c #6cc0da

#da866c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da866c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da866c Color CSS Codes

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

#da866c Text Font Color

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

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


#da866c Background Color

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

This div background color is #da866c


#da866c Border Color

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

This div border color is #da866c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da866c


Comments

No comments written yet.

Please login to write comment.