Color Hex Logo

#dba588 Color Hex

#DBA588
(219,165,136)
0 Favorites   0 Comments

Color spaces of #dba588

RGB 219165136
HSL0.060.540.70
HSV21°38°86°
CMYK 0.000.250.38   0.14
XYZ47.112543.747929.2536
Yxy43.74790.39220.3642
Hunter Lab66.142211.395120.0765
CIE-Lab72.059716.135422.7735

#dba588 color RGB value is (219,165,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 10001000
Octal 333 245 210
Decimal 219 165 136
Hex DB A5 88

RGB Percentages of Color #dba588

%42.12
%31.73
%26.15

CMYK Percentages of Color #dba588

%0
%25
%38
%14

Triadic Colors of #dba588

#dba588 #88dba5 #a588db

Analogous Colors of #dba588

#dba588 #dbcf88 #db8895

Monochromatic Colors of #dba588

#dba588

Complementary Color

#dba588 #88bedb

#dba588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba588 Color CSS Codes

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

#dba588 Text Font Color

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

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


#dba588 Background Color

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

This div background color is #dba588


#dba588 Border Color

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

This div border color is #dba588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba588


Comments

No comments written yet.

Please login to write comment.