Color Hex Logo

#dba78b Color Hex

#DBA78B
(219,167,139)
0 Favorites   0 Comments

Color spaces of #dba78b

RGB 219167139
HSL0.060.530.70
HSV21°37°86°
CMYK 0.000.240.37   0.14
XYZ47.692344.561630.5137
Yxy44.56160.38850.3630
Hunter Lab66.754510.707819.6265
CIE-Lab72.602315.413221.8821

#dba78b color RGB value is (219,167,139).

#dba78b hex color red value is 219, green value is 167 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dba78b hue: 0.06 , saturation: 0.53 and the lightness value of dba78b is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 10001011
Octal 333 247 213
Decimal 219 167 139
Hex DB A7 8B

RGB Percentages of Color #dba78b

%41.71
%31.81
%26.48

CMYK Percentages of Color #dba78b

%0
%24
%37
%14

Triadic Colors of #dba78b

#dba78b #8bdba7 #a78bdb

Analogous Colors of #dba78b

#dba78b #dbcf8b #db8b97

Monochromatic Colors of #dba78b

#dba78b

Complementary Color

#dba78b #8bbfdb

#dba78b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba78b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba78b Color CSS Codes

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

#dba78b Text Font Color

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

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


#dba78b Background Color

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

This div background color is #dba78b


#dba78b Border Color

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

This div border color is #dba78b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba78b


Comments

No comments written yet.

Please login to write comment.