Color Hex Logo

#dbaa97 Color Hex

#DBAA97
(219,170,151)
0 Favorites   0 Comments

Color spaces of #dbaa97

RGB 219170151
HSL0.050.490.73
HSV17°31°86°
CMYK 0.000.220.31   0.14
XYZ49.174146.043935.5738
Yxy46.04390.37600.3520
Hunter Lab67.855710.609216.4158
CIE-Lab73.574015.297716.6895

#dbaa97 color RGB value is (219,170,151).

#dbaa97 hex color red value is 219, green value is 170 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #dbaa97 hue: 0.05 , saturation: 0.49 and the lightness value of dbaa97 is 0.73.

The process color (four color CMYK) of #dbaa97 color hex is 0.00, 0.22, 0.31, 0.14. Web safe color of #dbaa97 is #cc9999. Color #dbaa97 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 10010111
Octal 333 252 227
Decimal 219 170 151
Hex DB AA 97

RGB Percentages of Color #dbaa97

%40.56
%31.48
%27.96

CMYK Percentages of Color #dbaa97

%0
%22
%31
%14

Triadic Colors of #dbaa97

#dbaa97 #97dbaa #aa97db

Analogous Colors of #dbaa97

#dbaa97 #dbcc97 #db97a6

Monochromatic Colors of #dbaa97

#dbaa97

Complementary Color

#dbaa97 #97c8db

#dbaa97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaa97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaa97 Color CSS Codes

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

#dbaa97 Text Font Color

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

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


#dbaa97 Background Color

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

This div background color is #dbaa97


#dbaa97 Border Color

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

This div border color is #dbaa97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaa97


Comments

No comments written yet.

Please login to write comment.