Color Hex Logo

#dbd69e Color Hex

#DBD69E
(219,214,158)
0 Favorites   0 Comments

Color spaces of #dbd69e

RGB 219214158
HSL0.150.460.74
HSV55°28°86°
CMYK 0.000.020.28   0.14
XYZ59.431565.621841.8817
Yxy65.62180.35600.3931
Hunter Lab81.0073-10.805126.0515
CIE-Lab84.8031-6.937228.3471

#dbd69e color RGB value is (219,214,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 10011110
Octal 333 326 236
Decimal 219 214 158
Hex DB D6 9E

RGB Percentages of Color #dbd69e

%37.06
%36.21
%26.73

CMYK Percentages of Color #dbd69e

%0
%2
%28
%14

Triadic Colors of #dbd69e

#dbd69e #9edbd6 #d69edb

Analogous Colors of #dbd69e

#dbd69e #c2db9e #dbb89e

Monochromatic Colors of #dbd69e

#dbd69e

Complementary Color

#dbd69e #9ea3db

#dbd69e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd69e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd69e Color CSS Codes

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

#dbd69e Text Font Color

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

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


#dbd69e Background Color

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

This div background color is #dbd69e


#dbd69e Border Color

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

This div border color is #dbd69e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd69e


Comments

No comments written yet.

Please login to write comment.