Color Hex Logo

#db855c Color Hex

#DB855C
(219,133,92)
0 Favorites   0 Comments

Color spaces of #db855c

RGB 21913392
HSL0.050.640.61
HSV19°58°86°
CMYK 0.000.390.58   0.14
XYZ39.532732.607814.3356
Yxy32.60780.45720.3771
Hunter Lab57.103223.645325.0877
CIE-Lab63.842129.082735.9132

#db855c color RGB value is (219,133,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000101 01011100
Octal 333 205 134
Decimal 219 133 92
Hex DB 85 5C

RGB Percentages of Color #db855c

%49.32
%29.95
%20.72

CMYK Percentages of Color #db855c

%0
%39
%58
%14

Triadic Colors of #db855c

#db855c #5cdb85 #855cdb

Analogous Colors of #db855c

#db855c #dbc55c #db5c73

Monochromatic Colors of #db855c

#db855c

Complementary Color

#db855c #5cb2db

#db855c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db855c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db855c Color CSS Codes

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

#db855c Text Font Color

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

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


#db855c Background Color

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

This div background color is #db855c


#db855c Border Color

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

This div border color is #db855c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db855c

#db855c Color Palettes


Comments

No comments written yet.

Please login to write comment.