Color Hex Logo

#dbd79d Color Hex

#DBD79D
(219,215,157)
0 Favorites   0 Comments

Color spaces of #dbd79d

RGB 219215157
HSL0.160.460.74
HSV56°28°86°
CMYK 0.000.020.28   0.14
XYZ59.599766.095341.5147
Yxy66.09530.35640.3953
Hunter Lab81.2990-11.416326.6333
CIE-Lab85.0450-7.576829.1902

#dbd79d color RGB value is (219,215,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 10011101
Octal 333 327 235
Decimal 219 215 157
Hex DB D7 9D

RGB Percentages of Color #dbd79d

%37.06
%36.38
%26.57

CMYK Percentages of Color #dbd79d

%0
%2
%28
%14

Triadic Colors of #dbd79d

#dbd79d #9ddbd7 #d79ddb

Analogous Colors of #dbd79d

#dbd79d #c0db9d #dbb89d

Monochromatic Colors of #dbd79d

#dbd79d

Complementary Color

#dbd79d #9da1db

#dbd79d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd79d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd79d Color CSS Codes

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

#dbd79d Text Font Color

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

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


#dbd79d Background Color

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

This div background color is #dbd79d


#dbd79d Border Color

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

This div border color is #dbd79d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd79d


Comments

No comments written yet.

Please login to write comment.