Color Hex Logo

#dba47c Color Hex

#DBA47C
(219,164,124)
0 Favorites   0 Comments

Color spaces of #dba47c

RGB 219164124
HSL0.070.570.67
HSV25°43°86°
CMYK 0.000.250.43   0.14
XYZ46.127043.066224.9502
Yxy43.06620.40410.3773
Hunter Lab65.624810.622323.3957
CIE-Lab71.599915.338728.6475

#dba47c color RGB value is (219,164,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100100 01111100
Octal 333 244 174
Decimal 219 164 124
Hex DB A4 7C

RGB Percentages of Color #dba47c

%43.20
%32.35
%24.46

CMYK Percentages of Color #dba47c

%0
%25
%43
%14

Triadic Colors of #dba47c

#dba47c #7cdba4 #a47cdb

Analogous Colors of #dba47c

#dba47c #dbd47c #db7c84

Monochromatic Colors of #dba47c

#dba47c

Complementary Color

#dba47c #7cb3db

#dba47c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba47c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba47c Color CSS Codes

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

#dba47c Text Font Color

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

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


#dba47c Background Color

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

This div background color is #dba47c


#dba47c Border Color

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

This div border color is #dba47c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,164,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 #dba47c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba47c


Comments

No comments written yet.

Please login to write comment.