Color Hex Logo

#dbaa7b Color Hex

#DBAA7B
(219,170,123)
0 Favorites   0 Comments

Color spaces of #dbaa7b

RGB 219170123
HSL0.080.570.67
HSV29°44°86°
CMYK 0.000.220.44   0.14
XYZ47.163345.239624.9852
Yxy45.23960.40180.3854
Hunter Lab67.26047.459425.0578
CIE-Lab73.049412.011531.0894

#dbaa7b color RGB value is (219,170,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 01111011
Octal 333 252 173
Decimal 219 170 123
Hex DB AA 7B

RGB Percentages of Color #dbaa7b

%42.77
%33.20
%24.02

CMYK Percentages of Color #dbaa7b

%0
%22
%44
%14

Triadic Colors of #dbaa7b

#dbaa7b #7bdbaa #aa7bdb

Analogous Colors of #dbaa7b

#dbaa7b #dbda7b #db7b7c

Monochromatic Colors of #dbaa7b

#dbaa7b

Complementary Color

#dbaa7b #7bacdb

#dbaa7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaa7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaa7b Color CSS Codes

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

#dbaa7b Text Font Color

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

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


#dbaa7b Background Color

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

This div background color is #dbaa7b


#dbaa7b Border Color

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

This div border color is #dbaa7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaa7b


Comments

No comments written yet.

Please login to write comment.