Color Hex Logo

#dbd97e Color Hex

#DBD97E
(219,217,126)
0 Favorites   0 Comments

Color spaces of #dbd97e

RGB 219217126
HSL0.160.560.68
HSV59°42°86°
CMYK 0.000.010.42   0.14
XYZ57.792266.192129.4691
Yxy66.19210.37660.4313
Hunter Lab81.3585-15.581835.4754
CIE-Lab85.0943-12.160144.9309

#dbd97e color RGB value is (219,217,126).

#dbd97e hex color red value is 219, green value is 217 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dbd97e hue: 0.16 , saturation: 0.56 and the lightness value of dbd97e is 0.68.

The process color (four color CMYK) of #dbd97e color hex is 0.00, 0.01, 0.42, 0.14. Web safe color of #dbd97e is #cccc66. Color #dbd97e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 01111110
Octal 333 331 176
Decimal 219 217 126
Hex DB D9 7E

RGB Percentages of Color #dbd97e

%38.97
%38.61
%22.42

CMYK Percentages of Color #dbd97e

%0
%1
%42
%14

Triadic Colors of #dbd97e

#dbd97e #7edbd9 #d97edb

Analogous Colors of #dbd97e

#dbd97e #afdb7e #dbab7e

Monochromatic Colors of #dbd97e

#dbd97e

Complementary Color

#dbd97e #7e80db

#dbd97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd97e Color CSS Codes

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

#dbd97e Text Font Color

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

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


#dbd97e Background Color

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

This div background color is #dbd97e


#dbd97e Border Color

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

This div border color is #dbd97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd97e


Comments

No comments written yet.

Please login to write comment.