Color Hex Logo

#dbd45f Color Hex

#DBD45F
(219,212,95)
0 Favorites   0 Comments

Color spaces of #dbd45f

RGB 21921295
HSL0.160.630.62
HSV57°57°86°
CMYK 0.000.030.57   0.14
XYZ54.822562.973320.0921
Yxy62.97330.39760.4567
Hunter Lab79.3557-15.556740.5373
CIE-Lab83.4283-12.362657.5645

#dbd45f color RGB value is (219,212,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 01011111
Octal 333 324 137
Decimal 219 212 95
Hex DB D4 5F

RGB Percentages of Color #dbd45f

%41.63
%40.30
%18.06

CMYK Percentages of Color #dbd45f

%0
%3
%57
%14

Triadic Colors of #dbd45f

#dbd45f #5fdbd4 #d45fdb

Analogous Colors of #dbd45f

#dbd45f #a4db5f #db965f

Monochromatic Colors of #dbd45f

#dbd45f

Complementary Color

#dbd45f #5f66db

#dbd45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd45f Color CSS Codes

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

#dbd45f Text Font Color

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

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


#dbd45f Background Color

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

This div background color is #dbd45f


#dbd45f Border Color

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

This div border color is #dbd45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd45f


Comments

No comments written yet.

Please login to write comment.