Color Hex Logo

#dba97c Color Hex

#DBA97C
(219,169,124)
0 Favorites   0 Comments

Color spaces of #dba97c

RGB 219169124
HSL0.080.570.67
HSV28°43°86°
CMYK 0.000.230.43   0.14
XYZ47.039544.891225.2544
Yxy44.89120.40140.3831
Hunter Lab67.00098.068424.5527
CIE-Lab72.820212.652830.2561

#dba97c color RGB value is (219,169,124).

#dba97c hex color red value is 219, green value is 169 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dba97c hue: 0.08 , saturation: 0.57 and the lightness value of dba97c is 0.67.

The process color (four color CMYK) of #dba97c color hex is 0.00, 0.23, 0.43, 0.14. Web safe color of #dba97c is #cc9966. Color #dba97c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 01111100
Octal 333 251 174
Decimal 219 169 124
Hex DB A9 7C

RGB Percentages of Color #dba97c

%42.77
%33.01
%24.22

CMYK Percentages of Color #dba97c

%0
%23
%43
%14

Triadic Colors of #dba97c

#dba97c #7cdba9 #a97cdb

Analogous Colors of #dba97c

#dba97c #dbd97c #db7c7f

Monochromatic Colors of #dba97c

#dba97c

Complementary Color

#dba97c #7caedb

#dba97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba97c Color CSS Codes

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

#dba97c Text Font Color

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

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


#dba97c Background Color

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

This div background color is #dba97c


#dba97c Border Color

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

This div border color is #dba97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba97c


Comments

No comments written yet.

Please login to write comment.