Color Hex Logo

#da766f Color Hex

#DA766F
(218,118,111)
0 Favorites   0 Comments

Color spaces of #da766f

RGB 218118111
HSL0.010.590.65
HSV49°85°
CMYK 0.000.460.49   0.15
XYZ38.261129.010018.6218
Yxy29.01000.44550.3377
Hunter Lab53.860932.544117.2038
CIE-Lab60.790538.190821.3818

#da766f color RGB value is (218,118,111).

#da766f hex color red value is 218, green value is 118 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #da766f hue: 0.01 , saturation: 0.59 and the lightness value of da766f is 0.65.

The process color (four color CMYK) of #da766f color hex is 0.00, 0.46, 0.49, 0.15. Web safe color of #da766f is #cc6666. Color #da766f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110110 01101111
Octal 332 166 157
Decimal 218 118 111
Hex DA 76 6F

RGB Percentages of Color #da766f

%48.77
%26.40
%24.83

CMYK Percentages of Color #da766f

%0
%46
%49
%15

Triadic Colors of #da766f

#da766f #6fda76 #766fda

Analogous Colors of #da766f

#da766f #daac6f #da6f9e

Monochromatic Colors of #da766f

#da766f

Complementary Color

#da766f #6fd3da

#da766f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da766f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da766f Color CSS Codes

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

#da766f Text Font Color

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

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


#da766f Background Color

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

This div background color is #da766f


#da766f Border Color

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

This div border color is #da766f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da766f


Comments

No comments written yet.

Please login to write comment.