Color Hex Logo

#dbd19c Color Hex

#DBD19C
(219,209,156)
0 Favorites   0 Comments

Color spaces of #dbd19c

RGB 219209156
HSL0.140.470.74
HSV50°29°86°
CMYK 0.000.050.29   0.14
XYZ58.014663.061340.5668
Yxy63.06130.35890.3901
Hunter Lab79.4111-8.564625.2998
CIE-Lab83.4746-4.636027.5949

#dbd19c color RGB value is (219,209,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 10011100
Octal 333 321 234
Decimal 219 209 156
Hex DB D1 9C

RGB Percentages of Color #dbd19c

%37.50
%35.79
%26.71

CMYK Percentages of Color #dbd19c

%0
%5
%29
%14

Triadic Colors of #dbd19c

#dbd19c #9cdbd1 #d19cdb

Analogous Colors of #dbd19c

#dbd19c #c6db9c #dbb29c

Monochromatic Colors of #dbd19c

#dbd19c

Complementary Color

#dbd19c #9ca6db

#dbd19c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd19c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd19c Color CSS Codes

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

#dbd19c Text Font Color

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

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


#dbd19c Background Color

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

This div background color is #dbd19c


#dbd19c Border Color

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

This div border color is #dbd19c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd19c

#dbd19c Color Palettes


Comments

No comments written yet.

Please login to write comment.