Color Hex Logo

#dbd19e Color Hex

#DBD19E
(219,209,158)
0 Favorites   0 Comments

Color spaces of #dbd19e

RGB 219209158
HSL0.140.460.74
HSV50°28°86°
CMYK 0.000.050.28   0.14
XYZ58.185463.129641.4663
Yxy63.12960.35740.3878
Hunter Lab79.4541-8.326624.6751
CIE-Lab83.5105-4.375026.6009

#dbd19e color RGB value is (219,209,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 10011110
Octal 333 321 236
Decimal 219 209 158
Hex DB D1 9E

RGB Percentages of Color #dbd19e

%37.37
%35.67
%26.96

CMYK Percentages of Color #dbd19e

%0
%5
%28
%14

Triadic Colors of #dbd19e

#dbd19e #9edbd1 #d19edb

Analogous Colors of #dbd19e

#dbd19e #c7db9e #dbb39e

Monochromatic Colors of #dbd19e

#dbd19e

Complementary Color

#dbd19e #9ea8db

#dbd19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd19e Color CSS Codes

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

#dbd19e Text Font Color

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

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


#dbd19e Background Color

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

This div background color is #dbd19e


#dbd19e Border Color

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

This div border color is #dbd19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd19e


Comments

No comments written yet.

Please login to write comment.