Color Hex Logo

#dbd44e Color Hex

#DBD44E
(219,212,78)
0 Favorites   0 Comments

Color spaces of #dbd44e

RGB 21921278
HSL0.160.660.58
HSV57°64°86°
CMYK 0.000.030.64   0.14
XYZ54.132062.697116.4564
Yxy62.69710.40610.4704
Hunter Lab79.1815-16.537143.1047
CIE-Lab83.2828-13.490064.6432

#dbd44e color RGB value is (219,212,78).

#dbd44e hex color red value is 219, green value is 212 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dbd44e hue: 0.16 , saturation: 0.66 and the lightness value of dbd44e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 01001110
Octal 333 324 116
Decimal 219 212 78
Hex DB D4 4E

RGB Percentages of Color #dbd44e

%43.03
%41.65
%15.32

CMYK Percentages of Color #dbd44e

%0
%3
%64
%14

Triadic Colors of #dbd44e

#dbd44e #4edbd4 #d44edb

Analogous Colors of #dbd44e

#dbd44e #9cdb4e #db8e4e

Monochromatic Colors of #dbd44e

#dbd44e

Complementary Color

#dbd44e #4e55db

#dbd44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd44e Color CSS Codes

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

#dbd44e Text Font Color

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

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


#dbd44e Background Color

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

This div background color is #dbd44e


#dbd44e Border Color

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

This div border color is #dbd44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd44e


Comments

No comments written yet.

Please login to write comment.