Color Hex Logo

#dbd59f Color Hex

#DBD59F
(219,213,159)
0 Favorites   0 Comments

Color spaces of #dbd59f

RGB 219213159
HSL0.150.450.74
HSV54°27°86°
CMYK 0.000.030.27   0.14
XYZ59.265765.151842.2528
Yxy65.15180.35560.3909
Hunter Lab80.7167-10.191725.4651
CIE-Lab84.5619-6.295427.5028

#dbd59f color RGB value is (219,213,159).

#dbd59f hex color red value is 219, green value is 213 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dbd59f hue: 0.15 , saturation: 0.45 and the lightness value of dbd59f is 0.74.

The process color (four color CMYK) of #dbd59f color hex is 0.00, 0.03, 0.27, 0.14. Web safe color of #dbd59f is #cccc99. Color #dbd59f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 10011111
Octal 333 325 237
Decimal 219 213 159
Hex DB D5 9F

RGB Percentages of Color #dbd59f

%37.06
%36.04
%26.90

CMYK Percentages of Color #dbd59f

%0
%3
%27
%14

Triadic Colors of #dbd59f

#dbd59f #9fdbd5 #d59fdb

Analogous Colors of #dbd59f

#dbd59f #c3db9f #dbb79f

Monochromatic Colors of #dbd59f

#dbd59f

Complementary Color

#dbd59f #9fa5db

#dbd59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd59f Color CSS Codes

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

#dbd59f Text Font Color

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

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


#dbd59f Background Color

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

This div background color is #dbd59f


#dbd59f Border Color

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

This div border color is #dbd59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd59f


Comments

No comments written yet.

Please login to write comment.