Color Hex Logo

#db896c Color Hex

#DB896C
(219,137,108)
0 Favorites   0 Comments

Color spaces of #db896c

RGB 219137108
HSL0.040.610.64
HSV16°51°86°
CMYK 0.000.370.51   0.14
XYZ40.865934.034118.6027
Yxy34.03410.43710.3640
Hunter Lab58.338822.945221.9311
CIE-Lab64.989628.285628.6597

#db896c color RGB value is (219,137,108).

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

The process color (four color CMYK) of #db896c color hex is 0.00, 0.37, 0.51, 0.14. Web safe color of #db896c is #cc9966. Color #db896c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001001 01101100
Octal 333 211 154
Decimal 219 137 108
Hex DB 89 6C

RGB Percentages of Color #db896c

%47.20
%29.53
%23.28

CMYK Percentages of Color #db896c

%0
%37
%51
%14

Triadic Colors of #db896c

#db896c #6cdb89 #896cdb

Analogous Colors of #db896c

#db896c #dbc16c #db6c87

Monochromatic Colors of #db896c

#db896c

Complementary Color

#db896c #6cbedb

#db896c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db896c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db896c Color CSS Codes

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

#db896c Text Font Color

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

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


#db896c Background Color

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

This div background color is #db896c


#db896c Border Color

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

This div border color is #db896c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db896c


Comments

No comments written yet.

Please login to write comment.