Color Hex Logo

#dbd19f Color Hex

#DBD19F
(219,209,159)
0 Favorites   0 Comments

Color spaces of #dbd19f

RGB 219209159
HSL0.140.450.74
HSV50°27°86°
CMYK 0.000.050.27   0.14
XYZ58.271963.164241.9215
Yxy63.16420.35670.3867
Hunter Lab79.4759-8.206324.3592
CIE-Lab83.5287-4.243026.1037

#dbd19f color RGB value is (219,209,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 10011111
Octal 333 321 237
Decimal 219 209 159
Hex DB D1 9F

RGB Percentages of Color #dbd19f

%37.31
%35.60
%27.09

CMYK Percentages of Color #dbd19f

%0
%5
%27
%14

Triadic Colors of #dbd19f

#dbd19f #9fdbd1 #d19fdb

Analogous Colors of #dbd19f

#dbd19f #c7db9f #dbb39f

Monochromatic Colors of #dbd19f

#dbd19f

Complementary Color

#dbd19f #9fa9db

#dbd19f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd19f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd19f Color CSS Codes

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

#dbd19f Text Font Color

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

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


#dbd19f Background Color

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

This div background color is #dbd19f


#dbd19f Border Color

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

This div border color is #dbd19f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd19f


Comments

No comments written yet.

Please login to write comment.