Color Hex Logo

#dba179 Color Hex

#DBA179
(219,161,121)
0 Favorites   0 Comments

Color spaces of #dba179

RGB 219161121
HSL0.070.580.67
HSV24°45°86°
CMYK 0.000.260.45   0.14
XYZ45.409541.930323.7892
Yxy41.93030.40860.3773
Hunter Lab64.753611.857123.5455
CIE-Lab70.822816.640029.2363

#dba179 color RGB value is (219,161,121).

#dba179 hex color red value is 219, green value is 161 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dba179 hue: 0.07 , saturation: 0.58 and the lightness value of dba179 is 0.67.

The process color (four color CMYK) of #dba179 color hex is 0.00, 0.26, 0.45, 0.14. Web safe color of #dba179 is #cc9966. Color #dba179 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 01111001
Octal 333 241 171
Decimal 219 161 121
Hex DB A1 79

RGB Percentages of Color #dba179

%43.71
%32.14
%24.15

CMYK Percentages of Color #dba179

%0
%26
%45
%14

Triadic Colors of #dba179

#dba179 #79dba1 #a179db

Analogous Colors of #dba179

#dba179 #dbd279 #db7982

Monochromatic Colors of #dba179

#dba179

Complementary Color

#dba179 #79b3db

#dba179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba179 Color CSS Codes

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

#dba179 Text Font Color

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

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


#dba179 Background Color

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

This div background color is #dba179


#dba179 Border Color

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

This div border color is #dba179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba179


Comments

No comments written yet.

Please login to write comment.