Color Hex Logo

#db865f Color Hex

#DB865F
(219,134,95)
0 Favorites   0 Comments

Color spaces of #db865f

RGB 21913495
HSL0.050.630.62
HSV19°57°86°
CMYK 0.000.390.57   0.14
XYZ39.804132.936515.0859
Yxy32.93650.45320.3750
Hunter Lab57.390323.368824.5880
CIE-Lab64.109528.782334.6293

#db865f color RGB value is (219,134,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000110 01011111
Octal 333 206 137
Decimal 219 134 95
Hex DB 86 5F

RGB Percentages of Color #db865f

%48.88
%29.91
%21.21

CMYK Percentages of Color #db865f

%0
%39
%57
%14

Triadic Colors of #db865f

#db865f #5fdb86 #865fdb

Analogous Colors of #db865f

#db865f #dbc45f #db5f76

Monochromatic Colors of #db865f

#db865f

Complementary Color

#db865f #5fb4db

#db865f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db865f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db865f Color CSS Codes

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

#db865f Text Font Color

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

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


#db865f Background Color

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

This div background color is #db865f


#db865f Border Color

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

This div border color is #db865f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db865f


Comments

No comments written yet.

Please login to write comment.