Color Hex Logo

#dbc79e Color Hex

#DBC79E
(219,199,158)
0 Favorites   0 Comments

Color spaces of #dbc79e

RGB 219199158
HSL0.110.460.74
HSV40°28°86°
CMYK 0.000.090.28   0.14
XYZ55.808458.375540.6739
Yxy58.37550.36040.3770
Hunter Lab76.4039-3.323321.9194
CIE-Lab80.94710.812423.1106

#dbc79e color RGB value is (219,199,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 10011110
Octal 333 307 236
Decimal 219 199 158
Hex DB C7 9E

RGB Percentages of Color #dbc79e

%38.02
%34.55
%27.43

CMYK Percentages of Color #dbc79e

%0
%9
%28
%14

Triadic Colors of #dbc79e

#dbc79e #9edbc7 #c79edb

Analogous Colors of #dbc79e

#dbc79e #d1db9e #dba99e

Monochromatic Colors of #dbc79e

#dbc79e

Complementary Color

#dbc79e #9eb2db

#dbc79e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc79e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc79e Color CSS Codes

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

#dbc79e Text Font Color

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

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


#dbc79e Background Color

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

This div background color is #dbc79e


#dbc79e Border Color

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

This div border color is #dbc79e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc79e


Comments

No comments written yet.

Please login to write comment.