Color Hex Logo

#dba485 Color Hex

#DBA485
(219,164,133)
0 Favorites   0 Comments

Color spaces of #dba485

RGB 219164133
HSL0.060.540.69
HSV22°39°86°
CMYK 0.000.250.39   0.14
XYZ46.722543.304428.0864
Yxy43.30440.39560.3666
Hunter Lab65.806111.574920.7590
CIE-Lab71.761116.327523.9985

#dba485 color RGB value is (219,164,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100100 10000101
Octal 333 244 205
Decimal 219 164 133
Hex DB A4 85

RGB Percentages of Color #dba485

%42.44
%31.78
%25.78

CMYK Percentages of Color #dba485

%0
%25
%39
%14

Triadic Colors of #dba485

#dba485 #85dba4 #a485db

Analogous Colors of #dba485

#dba485 #dbcf85 #db8591

Monochromatic Colors of #dba485

#dba485

Complementary Color

#dba485 #85bcdb

#dba485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba485 Color CSS Codes

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

#dba485 Text Font Color

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

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


#dba485 Background Color

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

This div background color is #dba485


#dba485 Border Color

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

This div border color is #dba485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba485


Comments

No comments written yet.

Please login to write comment.