Color Hex Logo

#dba891 Color Hex

#DBA891
(219,168,145)
0 Favorites   0 Comments

Color spaces of #dba891

RGB 219168145
HSL0.050.510.71
HSV19°34°86°
CMYK 0.000.230.34   0.14
XYZ48.326945.109732.9480
Yxy45.10970.38240.3569
Hunter Lab67.163810.901017.9292
CIE-Lab72.964115.608319.1141

#dba891 color RGB value is (219,168,145).

#dba891 hex color red value is 219, green value is 168 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #dba891 hue: 0.05 , saturation: 0.51 and the lightness value of dba891 is 0.71.

The process color (four color CMYK) of #dba891 color hex is 0.00, 0.23, 0.34, 0.14. Web safe color of #dba891 is #cc9999. Color #dba891 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101000 10010001
Octal 333 250 221
Decimal 219 168 145
Hex DB A8 91

RGB Percentages of Color #dba891

%41.17
%31.58
%27.26

CMYK Percentages of Color #dba891

%0
%23
%34
%14

Triadic Colors of #dba891

#dba891 #91dba8 #a891db

Analogous Colors of #dba891

#dba891 #dbcd91 #db919f

Monochromatic Colors of #dba891

#dba891

Complementary Color

#dba891 #91c4db

#dba891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba891 Color CSS Codes

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

#dba891 Text Font Color

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

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


#dba891 Background Color

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

This div background color is #dba891


#dba891 Border Color

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

This div border color is #dba891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba891


Comments

No comments written yet.

Please login to write comment.