Color Hex Logo

#dbd65f Color Hex

#DBD65F
(219,214,95)
0 Favorites   0 Comments

Color spaces of #dbd65f

RGB 21921495
HSL0.160.630.62
HSV58°57°86°
CMYK 0.000.020.57   0.14
XYZ55.325563.979420.2598
Yxy63.97940.39640.4584
Hunter Lab79.9871-16.512640.9735
CIE-Lab83.9550-13.363958.1567

#dbd65f color RGB value is (219,214,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 01011111
Octal 333 326 137
Decimal 219 214 95
Hex DB D6 5F

RGB Percentages of Color #dbd65f

%41.48
%40.53
%17.99

CMYK Percentages of Color #dbd65f

%0
%2
%57
%14

Triadic Colors of #dbd65f

#dbd65f #5fdbd6 #d65fdb

Analogous Colors of #dbd65f

#dbd65f #a2db5f #db985f

Monochromatic Colors of #dbd65f

#dbd65f

Complementary Color

#dbd65f #5f64db

#dbd65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd65f Color CSS Codes

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

#dbd65f Text Font Color

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

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


#dbd65f Background Color

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

This div background color is #dbd65f


#dbd65f Border Color

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

This div border color is #dbd65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd65f


Comments

No comments written yet.

Please login to write comment.