Color Hex Logo

#dbd99f Color Hex

#DBD99F
(219,217,159)
0 Favorites   0 Comments

Color spaces of #dbd99f

RGB 219217159
HSL0.160.450.74
HSV58°27°86°
CMYK 0.000.010.27   0.14
XYZ60.284367.189042.5923
Yxy67.18900.35450.3951
Hunter Lab81.9689-12.167126.5702
CIE-Lab85.5993-8.333628.9017

#dbd99f color RGB value is (219,217,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 10011111
Octal 333 331 237
Decimal 219 217 159
Hex DB D9 9F

RGB Percentages of Color #dbd99f

%36.81
%36.47
%26.72

CMYK Percentages of Color #dbd99f

%0
%1
%27
%14

Triadic Colors of #dbd99f

#dbd99f #9fdbd9 #d99fdb

Analogous Colors of #dbd99f

#dbd99f #bfdb9f #dbbb9f

Monochromatic Colors of #dbd99f

#dbd99f

Complementary Color

#dbd99f #9fa1db

#dbd99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd99f Color CSS Codes

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

#dbd99f Text Font Color

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

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


#dbd99f Background Color

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

This div background color is #dbd99f


#dbd99f Border Color

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

This div border color is #dbd99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd99f


Comments

No comments written yet.

Please login to write comment.