Color Hex Logo

#dba79d Color Hex

#DBA79D
(219,167,157)
0 Favorites   0 Comments

Color spaces of #dba79d

RGB 219167157
HSL0.030.460.74
HSV10°28°86°
CMYK 0.000.240.28   0.14
XYZ49.117945.131838.0208
Yxy45.13180.37130.3412
Hunter Lab67.180212.942513.4708
CIE-Lab72.978617.711212.5743

#dba79d color RGB value is (219,167,157).

#dba79d hex color red value is 219, green value is 167 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dba79d hue: 0.03 , saturation: 0.46 and the lightness value of dba79d is 0.74.

The process color (four color CMYK) of #dba79d color hex is 0.00, 0.24, 0.28, 0.14. Web safe color of #dba79d is #cc9999. Color #dba79d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 10011101
Octal 333 247 235
Decimal 219 167 157
Hex DB A7 9D

RGB Percentages of Color #dba79d

%40.33
%30.76
%28.91

CMYK Percentages of Color #dba79d

%0
%24
%28
%14

Triadic Colors of #dba79d

#dba79d #9ddba7 #a79ddb

Analogous Colors of #dba79d

#dba79d #dbc69d #db9db2

Monochromatic Colors of #dba79d

#dba79d

Complementary Color

#dba79d #9dd1db

#dba79d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba79d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba79d Color CSS Codes

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

#dba79d Text Font Color

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

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


#dba79d Background Color

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

This div background color is #dba79d


#dba79d Border Color

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

This div border color is #dba79d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba79d


Comments

No comments written yet.

Please login to write comment.