Color Hex Logo

#da997f Color Hex

#DA997F
(218,153,127)
0 Favorites   0 Comments

Color spaces of #da997f

RGB 218153127
HSL0.050.550.68
HSV17°42°85°
CMYK 0.000.300.42   0.15
XYZ44.135439.220225.3227
Yxy39.22020.40610.3609
Hunter Lab62.626016.201519.8644
CIE-Lab68.910521.192523.4045

#da997f color RGB value is (218,153,127).

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

The process color (four color CMYK) of #da997f color hex is 0.00, 0.30, 0.42, 0.15. Web safe color of #da997f is #cc9966. Color #da997f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 01111111
Octal 332 231 177
Decimal 218 153 127
Hex DA 99 7F

RGB Percentages of Color #da997f

%43.78
%30.72
%25.50

CMYK Percentages of Color #da997f

%0
%30
%42
%15

Triadic Colors of #da997f

#da997f #7fda99 #997fda

Analogous Colors of #da997f

#da997f #dac77f #da7f93

Monochromatic Colors of #da997f

#da997f

Complementary Color

#da997f #7fc0da

#da997f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da997f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da997f Color CSS Codes

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

#da997f Text Font Color

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

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


#da997f Background Color

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

This div background color is #da997f


#da997f Border Color

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

This div border color is #da997f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da997f


Comments

No comments written yet.

Please login to write comment.