Color Hex Logo

#dbd15e Color Hex

#DBD15E
(219,209,94)
0 Favorites   0 Comments

Color spaces of #dbd15e

RGB 21920994
HSL0.150.630.61
HSV55°57°86°
CMYK 0.000.050.57   0.14
XYZ54.034361.469119.6065
Yxy61.46910.39990.4550
Hunter Lab78.4022-14.182940.0546
CIE-Lab82.6303-10.927157.1134

#dbd15e color RGB value is (219,209,94).

#dbd15e hex color red value is 219, green value is 209 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dbd15e hue: 0.15 , saturation: 0.63 and the lightness value of dbd15e is 0.61.

The process color (four color CMYK) of #dbd15e color hex is 0.00, 0.05, 0.57, 0.14. Web safe color of #dbd15e is #cccc66. Color #dbd15e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 01011110
Octal 333 321 136
Decimal 219 209 94
Hex DB D1 5E

RGB Percentages of Color #dbd15e

%41.95
%40.04
%18.01

CMYK Percentages of Color #dbd15e

%0
%5
%57
%14

Triadic Colors of #dbd15e

#dbd15e #5edbd1 #d15edb

Analogous Colors of #dbd15e

#dbd15e #a7db5e #db935e

Monochromatic Colors of #dbd15e

#dbd15e

Complementary Color

#dbd15e #5e68db

#dbd15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd15e Color CSS Codes

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

#dbd15e Text Font Color

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

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


#dbd15e Background Color

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

This div background color is #dbd15e


#dbd15e Border Color

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

This div border color is #dbd15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd15e


Comments

No comments written yet.

Please login to write comment.