Color Hex Logo

#dba584 Color Hex

#DBA584
(219,165,132)
0 Favorites   0 Comments

Color spaces of #dba584

RGB 219165132
HSL0.060.550.69
HSV23°40°86°
CMYK 0.000.250.40   0.14
XYZ46.833443.636327.7841
Yxy43.63630.39600.3690
Hunter Lab66.057810.951221.3029
CIE-Lab71.984715.675524.8425

#dba584 color RGB value is (219,165,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 10000100
Octal 333 245 204
Decimal 219 165 132
Hex DB A5 84

RGB Percentages of Color #dba584

%42.44
%31.98
%25.58

CMYK Percentages of Color #dba584

%0
%25
%40
%14

Triadic Colors of #dba584

#dba584 #84dba5 #a584db

Analogous Colors of #dba584

#dba584 #dbd184 #db848f

Monochromatic Colors of #dba584

#dba584

Complementary Color

#dba584 #84badb

#dba584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba584 Color CSS Codes

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

#dba584 Text Font Color

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

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


#dba584 Background Color

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

This div background color is #dba584


#dba584 Border Color

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

This div border color is #dba584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba584


Comments

No comments written yet.

Please login to write comment.