Color Hex Logo

#db864f Color Hex

#DB864F
(219,134,79)
0 Favorites   0 Comments

Color spaces of #db864f

RGB 21913479
HSL0.070.660.58
HSV24°64°86°
CMYK 0.000.390.64   0.14
XYZ39.149832.674811.6406
Yxy32.67480.46910.3915
Hunter Lab57.161922.220227.9393
CIE-Lab63.896727.638242.8306

#db864f color RGB value is (219,134,79).

#db864f hex color red value is 219, green value is 134 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #db864f hue: 0.07 , saturation: 0.66 and the lightness value of db864f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000110 01001111
Octal 333 206 117
Decimal 219 134 79
Hex DB 86 4F

RGB Percentages of Color #db864f

%50.69
%31.02
%18.29

CMYK Percentages of Color #db864f

%0
%39
%64
%14

Triadic Colors of #db864f

#db864f #4fdb86 #864fdb

Analogous Colors of #db864f

#db864f #dbcc4f #db4f5e

Monochromatic Colors of #db864f

#db864f

Complementary Color

#db864f #4fa4db

#db864f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db864f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db864f Color CSS Codes

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

#db864f Text Font Color

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

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


#db864f Background Color

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

This div background color is #db864f


#db864f Border Color

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

This div border color is #db864f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db864f


Comments

No comments written yet.

Please login to write comment.