Color Hex Logo

#db896e Color Hex

#DB896E
(219,137,110)
0 Favorites   0 Comments

Color spaces of #db896e

RGB 219137110
HSL0.040.600.65
HSV15°50°86°
CMYK 0.000.370.50   0.14
XYZ40.973634.077219.1699
Yxy34.07720.43490.3617
Hunter Lab58.375723.130821.3928
CIE-Lab65.023828.469527.6020

#db896e color RGB value is (219,137,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001001 01101110
Octal 333 211 156
Decimal 219 137 110
Hex DB 89 6E

RGB Percentages of Color #db896e

%47.00
%29.40
%23.61

CMYK Percentages of Color #db896e

%0
%37
%50
%14

Triadic Colors of #db896e

#db896e #6edb89 #896edb

Analogous Colors of #db896e

#db896e #dbc06e #db6e8a

Monochromatic Colors of #db896e

#db896e

Complementary Color

#db896e #6ec0db

#db896e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db896e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db896e Color CSS Codes

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

#db896e Text Font Color

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

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


#db896e Background Color

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

This div background color is #db896e


#db896e Border Color

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

This div border color is #db896e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,137,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db896e


Comments

No comments written yet.

Please login to write comment.