Color Hex Logo

#dbd696 Color Hex

#DBD696
(219,214,150)
0 Favorites   0 Comments

Color spaces of #dbd696

RGB 219214150
HSL0.150.490.72
HSV56°32°86°
CMYK 0.000.020.32   0.14
XYZ58.765065.355238.3717
Yxy65.35520.36160.4022
Hunter Lab80.8426-11.721628.4480
CIE-Lab84.6664-7.952332.2938

#dbd696 color RGB value is (219,214,150).

#dbd696 hex color red value is 219, green value is 214 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dbd696 hue: 0.15 , saturation: 0.49 and the lightness value of dbd696 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 10010110
Octal 333 326 226
Decimal 219 214 150
Hex DB D6 96

RGB Percentages of Color #dbd696

%37.56
%36.71
%25.73

CMYK Percentages of Color #dbd696

%0
%2
%32
%14

Triadic Colors of #dbd696

#dbd696 #96dbd6 #d696db

Analogous Colors of #dbd696

#dbd696 #bedb96 #dbb496

Monochromatic Colors of #dbd696

#dbd696

Complementary Color

#dbd696 #969bdb

#dbd696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd696 Color CSS Codes

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

#dbd696 Text Font Color

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

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


#dbd696 Background Color

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

This div background color is #dbd696


#dbd696 Border Color

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

This div border color is #dbd696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd696


Comments

No comments written yet.

Please login to write comment.