color codes Logo

#dbd65e color codes

#DBD65E
(219,214,94)
0 Favorites   0 Comments

Color spaces of #dbd65e

RGB 21921494
HSL0.160.630.61
HSV58°57°86°
CMYK 0.000.020.57   0.14
XYZ55.280463.961420.0219
Yxy63.96140.39690.4593
Hunter Lab79.9759-16.576241.1399
CIE-Lab83.9457-13.437058.5892

#dbd65e color RGB value is (219,214,94).

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

The process color (four color CMYK) of #dbd65e color code is 0.00, 0.02, 0.57, 0.14. Web safe color of #dbd65e is #cccc66. Color #dbd65e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 01011110
Octal 333 326 136
Decimal 219 214 94
Hex DB D6 5E

RGB Percentages of Color #dbd65e

%41.56
%40.61
%17.84

CMYK Percentages of Color #dbd65e

%0
%2
%57
%14

Triadic Colors of #dbd65e

#dbd65e #5edbd6 #d65edb

Analogous Colors of #dbd65e

#dbd65e #a2db5e #db985e

Monochromatic Colors of #dbd65e

#dbd65e

Complementary Color

#dbd65e #5e63db

#dbd65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd65e Color CSS Codes

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

#dbd65e Text Font Color

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

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


#dbd65e Background Color

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

This div background color is #dbd65e


#dbd65e Border Color

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

This div border color is #dbd65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd65e


Comments

No comments written yet.

Please login to write comment.