Color Hex Logo

#db9147 Color Hex

#DB9147
(219,145,71)
0 Favorites   0 Comments

Color spaces of #db9147

RGB 21914571
HSL0.080.670.57
HSV30°68°86°
CMYK 0.000.340.68   0.14
XYZ40.476135.765810.7314
Yxy35.76580.46540.4112
Hunter Lab59.804516.152131.2241
CIE-Lab66.340621.258849.5828

#db9147 color RGB value is (219,145,71).

#db9147 hex color red value is 219, green value is 145 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #db9147 hue: 0.08 , saturation: 0.67 and the lightness value of db9147 is 0.57.

The process color (four color CMYK) of #db9147 color hex is 0.00, 0.34, 0.68, 0.14. Web safe color of #db9147 is #cc9933. Color #db9147 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010001 01000111
Octal 333 221 107
Decimal 219 145 71
Hex DB 91 47

RGB Percentages of Color #db9147

%50.34
%33.33
%16.32

CMYK Percentages of Color #db9147

%0
%34
%68
%14

Triadic Colors of #db9147

#db9147 #47db91 #9147db

Analogous Colors of #db9147

#db9147 #dbdb47 #db4747

Monochromatic Colors of #db9147

#db9147

Complementary Color

#db9147 #4791db

#db9147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9147 Color CSS Codes

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

#db9147 Text Font Color

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

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


#db9147 Background Color

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

This div background color is #db9147


#db9147 Border Color

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

This div border color is #db9147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9147


Comments

No comments written yet.

Please login to write comment.