Color Hex Logo

#dbd96e Color Hex

#DBD96E
(219,217,110)
0 Favorites   0 Comments

Color spaces of #dbd96e

RGB 219217110
HSL0.160.600.65
HSV59°50°86°
CMYK 0.000.010.50   0.14
XYZ56.840765.811624.4589
Yxy65.81160.38640.4474
Hunter Lab81.1243-16.899638.9112
CIE-Lab84.9002-13.661152.3877

#dbd96e color RGB value is (219,217,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 01101110
Octal 333 331 156
Decimal 219 217 110
Hex DB D9 6E

RGB Percentages of Color #dbd96e

%40.11
%39.74
%20.15

CMYK Percentages of Color #dbd96e

%0
%1
%50
%14

Triadic Colors of #dbd96e

#dbd96e #6edbd9 #d96edb

Analogous Colors of #dbd96e

#dbd96e #a7db6e #dba36e

Monochromatic Colors of #dbd96e

#dbd96e

Complementary Color

#dbd96e #6e70db

#dbd96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd96e Color CSS Codes

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

#dbd96e Text Font Color

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

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


#dbd96e Background Color

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

This div background color is #dbd96e


#dbd96e Border Color

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

This div border color is #dbd96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd96e


Comments

No comments written yet.

Please login to write comment.