Color Hex Logo

#dba189 Color Hex

#DBA189
(219,161,137)
0 Favorites   0 Comments

Color spaces of #dba189

RGB 219161137
HSL0.050.530.70
HSV18°37°86°
CMYK 0.000.260.37   0.14
XYZ46.473642.356029.3930
Yxy42.35600.39310.3583
Hunter Lab65.081513.571318.7797
CIE-Lab71.115718.407420.9413

#dba189 color RGB value is (219,161,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 10001001
Octal 333 241 211
Decimal 219 161 137
Hex DB A1 89

RGB Percentages of Color #dba189

%42.36
%31.14
%26.50

CMYK Percentages of Color #dba189

%0
%26
%37
%14

Triadic Colors of #dba189

#dba189 #89dba1 #a189db

Analogous Colors of #dba189

#dba189 #dbca89 #db899a

Monochromatic Colors of #dba189

#dba189

Complementary Color

#dba189 #89c3db

#dba189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba189 Color CSS Codes

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

#dba189 Text Font Color

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

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


#dba189 Background Color

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

This div background color is #dba189


#dba189 Border Color

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

This div border color is #dba189


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,161,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 #dba189">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba189


Comments

No comments written yet.

Please login to write comment.