Color Hex Logo

#dbb97f Color Hex

#DBB97F
(219,185,127)
0 Favorites   0 Comments

Color spaces of #dbb97f

RGB 219185127
HSL0.110.560.68
HSV38°42°86°
CMYK 0.000.160.42   0.14
XYZ50.393151.290327.3227
Yxy51.29030.39060.3976
Hunter Lab71.61720.270427.5123
CIE-Lab76.85454.447333.9448

#dbb97f color RGB value is (219,185,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111001 01111111
Octal 333 271 177
Decimal 219 185 127
Hex DB B9 7F

RGB Percentages of Color #dbb97f

%41.24
%34.84
%23.92

CMYK Percentages of Color #dbb97f

%0
%16
%42
%14

Triadic Colors of #dbb97f

#dbb97f #7fdbb9 #b97fdb

Analogous Colors of #dbb97f

#dbb97f #cfdb7f #db8b7f

Monochromatic Colors of #dbb97f

#dbb97f

Complementary Color

#dbb97f #7fa1db

#dbb97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb97f Color CSS Codes

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

#dbb97f Text Font Color

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

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


#dbb97f Background Color

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

This div background color is #dbb97f


#dbb97f Border Color

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

This div border color is #dbb97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb97f


Comments

No comments written yet.

Please login to write comment.