Color Hex Logo

#dbd794 Color Hex

#DBD794
(219,215,148)
0 Favorites   0 Comments

Color spaces of #dbd794

RGB 219215148
HSL0.160.500.72
HSV57°32°86°
CMYK 0.000.020.32   0.14
XYZ58.859265.799137.6153
Yxy65.79910.36270.4055
Hunter Lab81.1166-12.432429.2878
CIE-Lab84.8938-8.705033.6203

#dbd794 color RGB value is (219,215,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 10010100
Octal 333 327 224
Decimal 219 215 148
Hex DB D7 94

RGB Percentages of Color #dbd794

%37.63
%36.94
%25.43

CMYK Percentages of Color #dbd794

%0
%2
%32
%14

Triadic Colors of #dbd794

#dbd794 #94dbd7 #d794db

Analogous Colors of #dbd794

#dbd794 #bcdb94 #dbb494

Monochromatic Colors of #dbd794

#dbd794

Complementary Color

#dbd794 #9498db

#dbd794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd794 Color CSS Codes

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

#dbd794 Text Font Color

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

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


#dbd794 Background Color

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

This div background color is #dbd794


#dbd794 Border Color

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

This div border color is #dbd794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd794


Comments

No comments written yet.

Please login to write comment.