Color Hex Logo

#dbaa7e Color Hex

#DBAA7E
(219,170,126)
0 Favorites   0 Comments

Color spaces of #dbaa7e

RGB 219170126
HSL0.080.560.68
HSV28°42°86°
CMYK 0.000.220.42   0.14
XYZ47.354045.315925.9897
Yxy45.31590.39910.3819
Hunter Lab67.31717.760424.2313
CIE-Lab73.099412.328729.5563

#dbaa7e color RGB value is (219,170,126).

#dbaa7e hex color red value is 219, green value is 170 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dbaa7e hue: 0.08 , saturation: 0.56 and the lightness value of dbaa7e is 0.68.

The process color (four color CMYK) of #dbaa7e color hex is 0.00, 0.22, 0.42, 0.14. Web safe color of #dbaa7e is #cc9966. Color #dbaa7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 01111110
Octal 333 252 176
Decimal 219 170 126
Hex DB AA 7E

RGB Percentages of Color #dbaa7e

%42.52
%33.01
%24.47

CMYK Percentages of Color #dbaa7e

%0
%22
%42
%14

Triadic Colors of #dbaa7e

#dbaa7e #7edbaa #aa7edb

Analogous Colors of #dbaa7e

#dbaa7e #dbd97e #db7e81

Monochromatic Colors of #dbaa7e

#dbaa7e

Complementary Color

#dbaa7e #7eafdb

#dbaa7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaa7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaa7e Color CSS Codes

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

#dbaa7e Text Font Color

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

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


#dbaa7e Background Color

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

This div background color is #dbaa7e


#dbaa7e Border Color

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

This div border color is #dbaa7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaa7e


Comments

No comments written yet.

Please login to write comment.