Color Hex Logo

#dbb97a Color Hex

#DBB97A
(219,185,122)
0 Favorites   0 Comments

Color spaces of #dbb97a

RGB 219185122
HSL0.110.570.67
HSV39°44°86°
CMYK 0.000.160.44   0.14
XYZ50.075251.163125.6486
Yxy51.16310.39460.4032
Hunter Lab71.5284-0.211428.8097
CIE-Lab76.77773.925736.4433

#dbb97a color RGB value is (219,185,122).

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

The process color (four color CMYK) of #dbb97a color hex is 0.00, 0.16, 0.44, 0.14. Web safe color of #dbb97a is #cccc66. Color #dbb97a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111001 01111010
Octal 333 271 172
Decimal 219 185 122
Hex DB B9 7A

RGB Percentages of Color #dbb97a

%41.63
%35.17
%23.19

CMYK Percentages of Color #dbb97a

%0
%16
%44
%14

Triadic Colors of #dbb97a

#dbb97a #7adbb9 #b97adb

Analogous Colors of #dbb97a

#dbb97a #cddb7a #db897a

Monochromatic Colors of #dbb97a

#dbb97a

Complementary Color

#dbb97a #7a9cdb

#dbb97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb97a Color CSS Codes

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

#dbb97a Text Font Color

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

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


#dbb97a Background Color

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

This div background color is #dbb97a


#dbb97a Border Color

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

This div border color is #dbb97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb97a


Comments

No comments written yet.

Please login to write comment.