Color Hex Logo

#da936c Color Hex

#DA936C
(218,147,108)
0 Favorites   0 Comments

Color spaces of #da936c

RGB 218147108
HSL0.060.600.64
HSV21°50°85°
CMYK 0.000.330.50   0.15
XYZ42.053936.855619.0847
Yxy36.85560.42910.3761
Hunter Lab60.708817.409223.8575
CIE-Lab67.168622.515731.4661

#da936c color RGB value is (218,147,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010011 01101100
Octal 332 223 154
Decimal 218 147 108
Hex DA 93 6C

RGB Percentages of Color #da936c

%46.09
%31.08
%22.83

CMYK Percentages of Color #da936c

%0
%33
%50
%15

Triadic Colors of #da936c

#da936c #6cda93 #936cda

Analogous Colors of #da936c

#da936c #daca6c #da6c7c

Monochromatic Colors of #da936c

#da936c

Complementary Color

#da936c #6cb3da

#da936c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da936c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da936c Color CSS Codes

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

#da936c Text Font Color

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

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


#da936c Background Color

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

This div background color is #da936c


#da936c Border Color

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

This div border color is #da936c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da936c


Comments

No comments written yet.

Please login to write comment.