Color Hex Logo

#dbb39d Color Hex

#DBB39D
(219,179,157)
0 Favorites   0 Comments

Color spaces of #dbb39d

RGB 219179157
HSL0.060.460.74
HSV21°28°86°
CMYK 0.000.180.28   0.14
XYZ51.419349.734638.7879
Yxy49.73460.36740.3554
Hunter Lab70.52286.732416.7561
CIE-Lab75.906111.264016.6808

#dbb39d color RGB value is (219,179,157).

#dbb39d hex color red value is 219, green value is 179 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dbb39d hue: 0.06 , saturation: 0.46 and the lightness value of dbb39d is 0.74.

The process color (four color CMYK) of #dbb39d color hex is 0.00, 0.18, 0.28, 0.14. Web safe color of #dbb39d is #cccc99. Color #dbb39d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110011 10011101
Octal 333 263 235
Decimal 219 179 157
Hex DB B3 9D

RGB Percentages of Color #dbb39d

%39.46
%32.25
%28.29

CMYK Percentages of Color #dbb39d

%0
%18
%28
%14

Triadic Colors of #dbb39d

#dbb39d #9ddbb3 #b39ddb

Analogous Colors of #dbb39d

#dbb39d #dbd29d #db9da6

Monochromatic Colors of #dbb39d

#dbb39d

Complementary Color

#dbb39d #9dc5db

#dbb39d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb39d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb39d Color CSS Codes

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

#dbb39d Text Font Color

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

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


#dbb39d Background Color

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

This div background color is #dbb39d


#dbb39d Border Color

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

This div border color is #dbb39d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb39d


Comments

No comments written yet.

Please login to write comment.