Color Hex Logo

#dbc89e Color Hex

#DBC89E
(219,200,158)
0 Favorites   0 Comments

Color spaces of #dbc89e

RGB 219200158
HSL0.110.460.74
HSV41°28°86°
CMYK 0.000.090.28   0.14
XYZ56.039258.837240.7509
Yxy58.83720.36010.3781
Hunter Lab76.7054-3.826522.1951
CIE-Lab81.20200.290023.4593

#dbc89e color RGB value is (219,200,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 10011110
Octal 333 310 236
Decimal 219 200 158
Hex DB C8 9E

RGB Percentages of Color #dbc89e

%37.95
%34.66
%27.38

CMYK Percentages of Color #dbc89e

%0
%9
%28
%14

Triadic Colors of #dbc89e

#dbc89e #9edbc8 #c89edb

Analogous Colors of #dbc89e

#dbc89e #d0db9e #dbaa9e

Monochromatic Colors of #dbc89e

#dbc89e

Complementary Color

#dbc89e #9eb1db

#dbc89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc89e Color CSS Codes

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

#dbc89e Text Font Color

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

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


#dbc89e Background Color

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

This div background color is #dbc89e


#dbc89e Border Color

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

This div border color is #dbc89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc89e


Comments

No comments written yet.

Please login to write comment.