Color Hex Logo

#dbd985 Color Hex

#DBD985
(219,217,133)
0 Favorites   0 Comments

Color spaces of #dbd985

RGB 219217133
HSL0.160.540.69
HSV59°39°86°
CMYK 0.000.010.39   0.14
XYZ58.259966.379231.9321
Yxy66.37920.37210.4240
Hunter Lab81.4734-14.937033.7937
CIE-Lab85.1895-11.430741.5868

#dbd985 color RGB value is (219,217,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 10000101
Octal 333 331 205
Decimal 219 217 133
Hex DB D9 85

RGB Percentages of Color #dbd985

%38.49
%38.14
%23.37

CMYK Percentages of Color #dbd985

%0
%1
%39
%14

Triadic Colors of #dbd985

#dbd985 #85dbd9 #d985db

Analogous Colors of #dbd985

#dbd985 #b2db85 #dbae85

Monochromatic Colors of #dbd985

#dbd985

Complementary Color

#dbd985 #8587db

#dbd985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd985 Color CSS Codes

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

#dbd985 Text Font Color

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

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


#dbd985 Background Color

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

This div background color is #dbd985


#dbd985 Border Color

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

This div border color is #dbd985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd985


Comments

No comments written yet.

Please login to write comment.