Color Hex Logo

#dbd29f Color Hex

#DBD29F
(219,210,159)
0 Favorites   0 Comments

Color spaces of #dbd29f

RGB 219210159
HSL0.140.450.74
HSV51°27°86°
CMYK 0.000.040.27   0.14
XYZ58.518063.656542.0036
Yxy63.65650.35640.3877
Hunter Lab79.7850-8.703724.6357
CIE-Lab83.7866-4.757626.4534

#dbd29f color RGB value is (219,210,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 10011111
Octal 333 322 237
Decimal 219 210 159
Hex DB D2 9F

RGB Percentages of Color #dbd29f

%37.24
%35.71
%27.04

CMYK Percentages of Color #dbd29f

%0
%4
%27
%14

Triadic Colors of #dbd29f

#dbd29f #9fdbd2 #d29fdb

Analogous Colors of #dbd29f

#dbd29f #c6db9f #dbb49f

Monochromatic Colors of #dbd29f

#dbd29f

Complementary Color

#dbd29f #9fa8db

#dbd29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd29f Color CSS Codes

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

#dbd29f Text Font Color

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

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


#dbd29f Background Color

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

This div background color is #dbd29f


#dbd29f Border Color

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

This div border color is #dbd29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd29f


Comments

No comments written yet.

Please login to write comment.