Color Hex Logo

#dba486 Color Hex

#DBA486
(219,164,134)
0 Favorites   0 Comments

Color spaces of #dba486

RGB 219164134
HSL0.060.540.69
HSV21°39°86°
CMYK 0.000.250.39   0.14
XYZ46.792043.332228.4520
Yxy43.33220.39460.3654
Hunter Lab65.827211.685720.4526
CIE-Lab71.779916.442123.4808

#dba486 color RGB value is (219,164,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100100 10000110
Octal 333 244 206
Decimal 219 164 134
Hex DB A4 86

RGB Percentages of Color #dba486

%42.36
%31.72
%25.92

CMYK Percentages of Color #dba486

%0
%25
%39
%14

Triadic Colors of #dba486

#dba486 #86dba4 #a486db

Analogous Colors of #dba486

#dba486 #dbcf86 #db8693

Monochromatic Colors of #dba486

#dba486

Complementary Color

#dba486 #86bddb

#dba486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba486 Color CSS Codes

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

#dba486 Text Font Color

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

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


#dba486 Background Color

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

This div background color is #dba486


#dba486 Border Color

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

This div border color is #dba486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba486


Comments

No comments written yet.

Please login to write comment.