Color Hex Logo

#dbd69f Color Hex

#DBD69F
(219,214,159)
0 Favorites   0 Comments

Color spaces of #dbd69f

RGB 219214159
HSL0.150.450.74
HSV55°27°86°
CMYK 0.000.020.27   0.14
XYZ59.518065.656442.3369
Yxy65.65640.35530.3920
Hunter Lab81.0286-10.686425.7414
CIE-Lab84.8208-6.806227.8525

#dbd69f color RGB value is (219,214,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 10011111
Octal 333 326 237
Decimal 219 214 159
Hex DB D6 9F

RGB Percentages of Color #dbd69f

%36.99
%36.15
%26.86

CMYK Percentages of Color #dbd69f

%0
%2
%27
%14

Triadic Colors of #dbd69f

#dbd69f #9fdbd6 #d69fdb

Analogous Colors of #dbd69f

#dbd69f #c2db9f #dbb89f

Monochromatic Colors of #dbd69f

#dbd69f

Complementary Color

#dbd69f #9fa4db

#dbd69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd69f Color CSS Codes

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

#dbd69f Text Font Color

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

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


#dbd69f Background Color

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

This div background color is #dbd69f


#dbd69f Border Color

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

This div border color is #dbd69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd69f


Comments

No comments written yet.

Please login to write comment.