Color Hex Logo

#db893c Color Hex

#DB893C
(219,137,60)
0 Favorites   0 Comments

Color spaces of #db893c

RGB 21913760
HSL0.080.690.55
HSV29°73°86°
CMYK 0.000.370.73   0.14
XYZ38.974733.27768.6440
Yxy33.27760.48180.4114
Hunter Lab57.686719.647631.4965
CIE-Lab64.385124.977952.6379

#db893c color RGB value is (219,137,60).

#db893c hex color red value is 219, green value is 137 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #db893c hue: 0.08 , saturation: 0.69 and the lightness value of db893c is 0.55.

The process color (four color CMYK) of #db893c color hex is 0.00, 0.37, 0.73, 0.14. Web safe color of #db893c is #cc9933. Color #db893c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001001 00111100
Octal 333 211 74
Decimal 219 137 60
Hex DB 89 3C

RGB Percentages of Color #db893c

%52.64
%32.93
%14.42

CMYK Percentages of Color #db893c

%0
%37
%73
%14

Triadic Colors of #db893c

#db893c #3cdb89 #893cdb

Analogous Colors of #db893c

#db893c #dbd93c #db3c3e

Monochromatic Colors of #db893c

#db893c

Complementary Color

#db893c #3c8edb

#db893c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db893c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db893c Color CSS Codes

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

#db893c Text Font Color

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

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


#db893c Background Color

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

This div background color is #db893c


#db893c Border Color

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

This div border color is #db893c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db893c


Comments

No comments written yet.

Please login to write comment.