Color Hex Logo

#dbc79f Color Hex

#DBC79F
(219,199,159)
0 Favorites   0 Comments

Color spaces of #dbc79f

RGB 219199159
HSL0.110.450.74
HSV40°27°86°
CMYK 0.000.090.27   0.14
XYZ55.894858.410141.1292
Yxy58.41010.35960.3758
Hunter Lab76.4265-3.199821.5914
CIE-Lab80.96630.945822.6081

#dbc79f color RGB value is (219,199,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 10011111
Octal 333 307 237
Decimal 219 199 159
Hex DB C7 9F

RGB Percentages of Color #dbc79f

%37.95
%34.49
%27.56

CMYK Percentages of Color #dbc79f

%0
%9
%27
%14

Triadic Colors of #dbc79f

#dbc79f #9fdbc7 #c79fdb

Analogous Colors of #dbc79f

#dbc79f #d1db9f #dba99f

Monochromatic Colors of #dbc79f

#dbc79f

Complementary Color

#dbc79f #9fb3db

#dbc79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc79f Color CSS Codes

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

#dbc79f Text Font Color

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

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


#dbc79f Background Color

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

This div background color is #dbc79f


#dbc79f Border Color

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

This div border color is #dbc79f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,199,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbc79f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc79f


Comments

No comments written yet.

Please login to write comment.