Color Hex Logo

#dbb39a Color Hex

#DBB39A
(219,179,154)
0 Favorites   0 Comments

Color spaces of #dbb39a

RGB 219179154
HSL0.060.470.73
HSV23°30°86°
CMYK 0.000.180.30   0.14
XYZ51.166349.633437.4553
Yxy49.63340.37010.3590
Hunter Lab70.45106.349717.7941
CIE-Lab75.843710.863618.2158

#dbb39a color RGB value is (219,179,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110011 10011010
Octal 333 263 232
Decimal 219 179 154
Hex DB B3 9A

RGB Percentages of Color #dbb39a

%39.67
%32.43
%27.90

CMYK Percentages of Color #dbb39a

%0
%18
%30
%14

Triadic Colors of #dbb39a

#dbb39a #9adbb3 #b39adb

Analogous Colors of #dbb39a

#dbb39a #dbd49a #db9aa2

Monochromatic Colors of #dbb39a

#dbb39a

Complementary Color

#dbb39a #9ac2db

#dbb39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb39a Color CSS Codes

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

#dbb39a Text Font Color

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

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


#dbb39a Background Color

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

This div background color is #dbb39a


#dbb39a Border Color

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

This div border color is #dbb39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb39a


Comments

No comments written yet.

Please login to write comment.