Color Hex Logo

#dbc19e Color Hex

#DBC19E
(219,193,158)
0 Favorites   0 Comments

Color spaces of #dbc19e

RGB 219193158
HSL0.100.460.74
HSV34°28°86°
CMYK 0.000.120.28   0.14
XYZ54.454955.668640.2228
Yxy55.66860.36220.3703
Hunter Lab74.6114-0.292320.2649
CIE-Lab79.42483.961421.0205

#dbc19e color RGB value is (219,193,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 10011110
Octal 333 301 236
Decimal 219 193 158
Hex DB C1 9E

RGB Percentages of Color #dbc19e

%38.42
%33.86
%27.72

CMYK Percentages of Color #dbc19e

%0
%12
%28
%14

Triadic Colors of #dbc19e

#dbc19e #9edbc1 #c19edb

Analogous Colors of #dbc19e

#dbc19e #d7db9e #dba39e

Monochromatic Colors of #dbc19e

#dbc19e

Complementary Color

#dbc19e #9eb8db

#dbc19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc19e Color CSS Codes

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

#dbc19e Text Font Color

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

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


#dbc19e Background Color

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

This div background color is #dbc19e


#dbc19e Border Color

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

This div border color is #dbc19e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,193,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 #dbc19e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc19e


Comments

No comments written yet.

Please login to write comment.