Color Hex Logo

#dbc39e Color Hex

#DBC39E
(219,195,158)
0 Favorites   0 Comments

Color spaces of #dbc39e

RGB 219195158
HSL0.100.460.74
HSV36°28°86°
CMYK 0.000.110.28   0.14
XYZ54.900156.558940.3712
Yxy56.55890.36160.3725
Hunter Lab75.2057-1.305020.8164
CIE-Lab79.93092.909021.7166

#dbc39e color RGB value is (219,195,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 10011110
Octal 333 303 236
Decimal 219 195 158
Hex DB C3 9E

RGB Percentages of Color #dbc39e

%38.29
%34.09
%27.62

CMYK Percentages of Color #dbc39e

%0
%11
%28
%14

Triadic Colors of #dbc39e

#dbc39e #9edbc3 #c39edb

Analogous Colors of #dbc39e

#dbc39e #d5db9e #dba59e

Monochromatic Colors of #dbc39e

#dbc39e

Complementary Color

#dbc39e #9eb6db

#dbc39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc39e Color CSS Codes

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

#dbc39e Text Font Color

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

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


#dbc39e Background Color

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

This div background color is #dbc39e


#dbc39e Border Color

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

This div border color is #dbc39e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc39e


Comments

No comments written yet.

Please login to write comment.