Color Hex Logo

#dbc29e Color Hex

#DBC29E
(219,194,158)
0 Favorites   0 Comments

Color spaces of #dbc29e

RGB 219194158
HSL0.100.460.74
HSV35°28°86°
CMYK 0.000.110.28   0.14
XYZ54.676856.112340.2967
Yxy56.11230.36190.3714
Hunter Lab74.9081-0.798920.5408
CIE-Lab79.67773.434921.3686

#dbc29e color RGB value is (219,194,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 10011110
Octal 333 302 236
Decimal 219 194 158
Hex DB C2 9E

RGB Percentages of Color #dbc29e

%38.35
%33.98
%27.67

CMYK Percentages of Color #dbc29e

%0
%11
%28
%14

Triadic Colors of #dbc29e

#dbc29e #9edbc2 #c29edb

Analogous Colors of #dbc29e

#dbc29e #d6db9e #dba49e

Monochromatic Colors of #dbc29e

#dbc29e

Complementary Color

#dbc29e #9eb7db

#dbc29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc29e Color CSS Codes

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

#dbc29e Text Font Color

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

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


#dbc29e Background Color

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

This div background color is #dbc29e


#dbc29e Border Color

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

This div border color is #dbc29e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc29e


Comments

No comments written yet.

Please login to write comment.