Color Hex Logo

#db855e Color Hex

#DB855E
(219,133,94)
0 Favorites   0 Comments

Color spaces of #db855e

RGB 21913394
HSL0.050.630.61
HSV19°57°86°
CMYK 0.000.390.57   0.14
XYZ39.621332.643314.8022
Yxy32.64330.45510.3749
Hunter Lab57.134323.800524.6333
CIE-Lab63.871029.236434.8711

#db855e color RGB value is (219,133,94).

#db855e hex color red value is 219, green value is 133 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #db855e hue: 0.05 , saturation: 0.63 and the lightness value of db855e is 0.61.

The process color (four color CMYK) of #db855e color hex is 0.00, 0.39, 0.57, 0.14. Web safe color of #db855e is #cc9966. Color #db855e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000101 01011110
Octal 333 205 136
Decimal 219 133 94
Hex DB 85 5E

RGB Percentages of Color #db855e

%49.10
%29.82
%21.08

CMYK Percentages of Color #db855e

%0
%39
%57
%14

Triadic Colors of #db855e

#db855e #5edb85 #855edb

Analogous Colors of #db855e

#db855e #dbc45e #db5e76

Monochromatic Colors of #db855e

#db855e

Complementary Color

#db855e #5eb4db

#db855e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db855e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db855e Color CSS Codes

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

#db855e Text Font Color

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

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


#db855e Background Color

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

This div background color is #db855e


#db855e Border Color

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

This div border color is #db855e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db855e


Comments

No comments written yet.

Please login to write comment.