Color Hex Logo

#db8544 Color Hex

#DB8544
(219,133,68)
0 Favorites   0 Comments

Color spaces of #db8544

RGB 21913368
HSL0.070.680.56
HSV26°69°86°
CMYK 0.000.390.69   0.14
XYZ38.644332.25259.6574
Yxy32.25250.47970.4004
Hunter Lab56.791322.077729.6716
CIE-Lab63.551027.520247.9641

#db8544 color RGB value is (219,133,68).

#db8544 hex color red value is 219, green value is 133 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #db8544 hue: 0.07 , saturation: 0.68 and the lightness value of db8544 is 0.56.

The process color (four color CMYK) of #db8544 color hex is 0.00, 0.39, 0.69, 0.14. Web safe color of #db8544 is #cc9933. Color #db8544 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000101 01000100
Octal 333 205 104
Decimal 219 133 68
Hex DB 85 44

RGB Percentages of Color #db8544

%52.14
%31.67
%16.19

CMYK Percentages of Color #db8544

%0
%39
%69
%14

Triadic Colors of #db8544

#db8544 #44db85 #8544db

Analogous Colors of #db8544

#db8544 #dbd144 #db444f

Monochromatic Colors of #db8544

#db8544

Complementary Color

#db8544 #449adb

#db8544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8544 Color CSS Codes

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

#db8544 Text Font Color

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

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


#db8544 Background Color

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

This div background color is #db8544


#db8544 Border Color

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

This div border color is #db8544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8544


Comments

No comments written yet.

Please login to write comment.