Color Hex Logo

#dbb47e Color Hex

#DBB47E
(219,180,126)
0 Favorites   0 Comments

Color spaces of #dbb47e

RGB 219180126
HSL0.100.560.68
HSV35°42°86°
CMYK 0.000.180.42   0.14
XYZ49.300649.208926.6385
Yxy49.20890.39390.3932
Hunter Lab70.14912.688626.5895
CIE-Lab75.58116.990332.8112

#dbb47e color RGB value is (219,180,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110100 01111110
Octal 333 264 176
Decimal 219 180 126
Hex DB B4 7E

RGB Percentages of Color #dbb47e

%41.71
%34.29
%24.00

CMYK Percentages of Color #dbb47e

%0
%18
%42
%14

Triadic Colors of #dbb47e

#dbb47e #7edbb4 #b47edb

Analogous Colors of #dbb47e

#dbb47e #d4db7e #db867e

Monochromatic Colors of #dbb47e

#dbb47e

Complementary Color

#dbb47e #7ea5db

#dbb47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb47e Color CSS Codes

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

#dbb47e Text Font Color

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

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


#dbb47e Background Color

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

This div background color is #dbb47e


#dbb47e Border Color

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

This div border color is #dbb47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb47e


Comments

No comments written yet.

Please login to write comment.