Color Hex Logo

#dbd55e Color Hex

#DBD55E
(219,213,94)
0 Favorites   0 Comments

Color spaces of #dbd55e

RGB 21921394
HSL0.160.630.61
HSV57°57°86°
CMYK 0.000.030.57   0.14
XYZ55.028063.456719.9378
Yxy63.45670.39750.4584
Hunter Lab79.6597-16.098840.9223
CIE-Lab83.6821-12.937158.2943

#dbd55e color RGB value is (219,213,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 01011110
Octal 333 325 136
Decimal 219 213 94
Hex DB D5 5E

RGB Percentages of Color #dbd55e

%41.63
%40.49
%17.87

CMYK Percentages of Color #dbd55e

%0
%3
%57
%14

Triadic Colors of #dbd55e

#dbd55e #5edbd5 #d55edb

Analogous Colors of #dbd55e

#dbd55e #a3db5e #db975e

Monochromatic Colors of #dbd55e

#dbd55e

Complementary Color

#dbd55e #5e64db

#dbd55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd55e Color CSS Codes

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

#dbd55e Text Font Color

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

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


#dbd55e Background Color

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

This div background color is #dbd55e


#dbd55e Border Color

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

This div border color is #dbd55e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,213,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 #dbd55e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd55e


Comments

No comments written yet.

Please login to write comment.