Color Hex Logo

#db884e Color Hex

#DB884E
(219,136,78)
0 Favorites   0 Comments

Color spaces of #db884e

RGB 21913678
HSL0.070.660.58
HSV25°64°86°
CMYK 0.000.380.64   0.14
XYZ39.392733.218411.5433
Yxy33.21840.46810.3947
Hunter Lab57.635421.139428.4701
CIE-Lab64.337426.506743.8556

#db884e color RGB value is (219,136,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001000 01001110
Octal 333 210 116
Decimal 219 136 78
Hex DB 88 4E

RGB Percentages of Color #db884e

%50.58
%31.41
%18.01

CMYK Percentages of Color #db884e

%0
%38
%64
%14

Triadic Colors of #db884e

#db884e #4edb88 #884edb

Analogous Colors of #db884e

#db884e #dbcf4e #db4e5a

Monochromatic Colors of #db884e

#db884e

Complementary Color

#db884e #4ea1db

#db884e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db884e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db884e Color CSS Codes

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

#db884e Text Font Color

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

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


#db884e Background Color

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

This div background color is #db884e


#db884e Border Color

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

This div border color is #db884e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db884e


Comments

No comments written yet.

Please login to write comment.