Color Hex Logo

#dbb58c Color Hex

#DBB58C
(219,181,140)
0 Favorites   0 Comments

Color spaces of #dbb58c

RGB 219181140
HSL0.090.520.70
HSV31°36°86°
CMYK 0.000.170.36   0.14
XYZ50.470950.001331.8020
Yxy50.00130.38160.3780
Hunter Lab70.71163.660322.8329
CIE-Lab76.07018.036826.0444

#dbb58c color RGB value is (219,181,140).

#dbb58c hex color red value is 219, green value is 181 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dbb58c hue: 0.09 , saturation: 0.52 and the lightness value of dbb58c is 0.70.

The process color (four color CMYK) of #dbb58c color hex is 0.00, 0.17, 0.36, 0.14. Web safe color of #dbb58c is #cccc99. Color #dbb58c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110101 10001100
Octal 333 265 214
Decimal 219 181 140
Hex DB B5 8C

RGB Percentages of Color #dbb58c

%40.56
%33.52
%25.93

CMYK Percentages of Color #dbb58c

%0
%17
%36
%14

Triadic Colors of #dbb58c

#dbb58c #8cdbb5 #b58cdb

Analogous Colors of #dbb58c

#dbb58c #dadb8c #db8e8c

Monochromatic Colors of #dbb58c

#dbb58c

Complementary Color

#dbb58c #8cb2db

#dbb58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb58c Color CSS Codes

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

#dbb58c Text Font Color

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

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


#dbb58c Background Color

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

This div background color is #dbb58c


#dbb58c Border Color

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

This div border color is #dbb58c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb58c


Comments

No comments written yet.

Please login to write comment.