Color Hex Logo

#dbd79b Color Hex

#DBD79B
(219,215,155)
0 Favorites   0 Comments

Color spaces of #dbd79b

RGB 219215155
HSL0.160.470.73
HSV56°29°86°
CMYK 0.000.020.29   0.14
XYZ59.430366.027540.6226
Yxy66.02750.35780.3976
Hunter Lab81.2573-11.648227.2395
CIE-Lab85.0104-7.833730.1769

#dbd79b color RGB value is (219,215,155).

#dbd79b hex color red value is 219, green value is 215 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dbd79b hue: 0.16 , saturation: 0.47 and the lightness value of dbd79b is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 10011011
Octal 333 327 233
Decimal 219 215 155
Hex DB D7 9B

RGB Percentages of Color #dbd79b

%37.18
%36.50
%26.32

CMYK Percentages of Color #dbd79b

%0
%2
%29
%14

Triadic Colors of #dbd79b

#dbd79b #9bdbd7 #d79bdb

Analogous Colors of #dbd79b

#dbd79b #bfdb9b #dbb79b

Monochromatic Colors of #dbd79b

#dbd79b

Complementary Color

#dbd79b #9b9fdb

#dbd79b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd79b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd79b Color CSS Codes

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

#dbd79b Text Font Color

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

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


#dbd79b Background Color

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

This div background color is #dbd79b


#dbd79b Border Color

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

This div border color is #dbd79b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd79b


Comments

No comments written yet.

Please login to write comment.