Color Hex Logo

#dba589 Color Hex

#DBA589
(219,165,137)
0 Favorites   0 Comments

Color spaces of #dba589

RGB 219165137
HSL0.060.530.70
HSV20°37°86°
CMYK 0.000.250.37   0.14
XYZ47.183943.776529.6298
Yxy43.77650.39130.3630
Hunter Lab66.163811.508419.7631
CIE-Lab72.078916.252522.2558

#dba589 color RGB value is (219,165,137).

#dba589 hex color red value is 219, green value is 165 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #dba589 hue: 0.06 , saturation: 0.53 and the lightness value of dba589 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 10001001
Octal 333 245 211
Decimal 219 165 137
Hex DB A5 89

RGB Percentages of Color #dba589

%42.03
%31.67
%26.30

CMYK Percentages of Color #dba589

%0
%25
%37
%14

Triadic Colors of #dba589

#dba589 #89dba5 #a589db

Analogous Colors of #dba589

#dba589 #dbce89 #db8996

Monochromatic Colors of #dba589

#dba589

Complementary Color

#dba589 #89bfdb

#dba589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba589 Color CSS Codes

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

#dba589 Text Font Color

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

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


#dba589 Background Color

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

This div background color is #dba589


#dba589 Border Color

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

This div border color is #dba589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba589


Comments

No comments written yet.

Please login to write comment.