Color Hex Logo

#dba593 Color Hex

#DBA593
(219,165,147)
0 Favorites   0 Comments

Color spaces of #dba593

RGB 219165147
HSL0.040.500.72
HSV15°33°86°
CMYK 0.000.250.33   0.14
XYZ47.935044.076933.5850
Yxy44.07690.38170.3509
Hunter Lab66.390412.696716.4802
CIE-Lab72.279917.475717.0746

#dba593 color RGB value is (219,165,147).

#dba593 hex color red value is 219, green value is 165 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dba593 hue: 0.04 , saturation: 0.50 and the lightness value of dba593 is 0.72.

The process color (four color CMYK) of #dba593 color hex is 0.00, 0.25, 0.33, 0.14. Web safe color of #dba593 is #cc9999. Color #dba593 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 10010011
Octal 333 245 223
Decimal 219 165 147
Hex DB A5 93

RGB Percentages of Color #dba593

%41.24
%31.07
%27.68

CMYK Percentages of Color #dba593

%0
%25
%33
%14

Triadic Colors of #dba593

#dba593 #93dba5 #a593db

Analogous Colors of #dba593

#dba593 #dbc993 #db93a5

Monochromatic Colors of #dba593

#dba593

Complementary Color

#dba593 #93c9db

#dba593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba593 Color CSS Codes

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

#dba593 Text Font Color

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

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


#dba593 Background Color

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

This div background color is #dba593


#dba593 Border Color

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

This div border color is #dba593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba593


Comments

No comments written yet.

Please login to write comment.