Color Hex Logo

#dba597 Color Hex

#DBA597
(219,165,151)
0 Favorites   0 Comments

Color spaces of #dba597

RGB 219165151
HSL0.030.490.73
HSV12°31°86°
CMYK 0.000.250.31   0.14
XYZ48.254544.204735.2672
Yxy44.20470.37780.3461
Hunter Lab66.486613.199715.0908
CIE-Lab72.365117.990615.0021

#dba597 color RGB value is (219,165,151).

#dba597 hex color red value is 219, green value is 165 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #dba597 hue: 0.03 , saturation: 0.49 and the lightness value of dba597 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 10010111
Octal 333 245 227
Decimal 219 165 151
Hex DB A5 97

RGB Percentages of Color #dba597

%40.93
%30.84
%28.22

CMYK Percentages of Color #dba597

%0
%25
%31
%14

Triadic Colors of #dba597

#dba597 #97dba5 #a597db

Analogous Colors of #dba597

#dba597 #dbc797 #db97ab

Monochromatic Colors of #dba597

#dba597

Complementary Color

#dba597 #97cddb

#dba597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba597 Color CSS Codes

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

#dba597 Text Font Color

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

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


#dba597 Background Color

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

This div background color is #dba597


#dba597 Border Color

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

This div border color is #dba597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba597


Comments

No comments written yet.

Please login to write comment.