Color Hex Logo

#dbd885 Color Hex

#DBD885
(219,216,133)
0 Favorites   0 Comments

Color spaces of #dbd885

RGB 219216133
HSL0.160.540.69
HSV58°39°86°
CMYK 0.000.010.39   0.14
XYZ58.002965.865331.8465
Yxy65.86530.37250.4230
Hunter Lab81.1574-14.452333.5446
CIE-Lab84.9277-10.927741.2542

#dbd885 color RGB value is (219,216,133).

#dbd885 hex color red value is 219, green value is 216 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dbd885 hue: 0.16 , saturation: 0.54 and the lightness value of dbd885 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011000 10000101
Octal 333 330 205
Decimal 219 216 133
Hex DB D8 85

RGB Percentages of Color #dbd885

%38.56
%38.03
%23.42

CMYK Percentages of Color #dbd885

%0
%1
%39
%14

Triadic Colors of #dbd885

#dbd885 #85dbd8 #d885db

Analogous Colors of #dbd885

#dbd885 #b3db85 #dbad85

Monochromatic Colors of #dbd885

#dbd885

Complementary Color

#dbd885 #8588db

#dbd885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd885 Color CSS Codes

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

#dbd885 Text Font Color

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

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


#dbd885 Background Color

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

This div background color is #dbd885


#dbd885 Border Color

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

This div border color is #dbd885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd885


Comments

No comments written yet.

Please login to write comment.