Color Hex Logo

#dbd085 Color Hex

#DBD085
(219,208,133)
0 Favorites   0 Comments

Color spaces of #dbd085

RGB 219208133
HSL0.150.540.69
HSV52°39°86°
CMYK 0.000.050.39   0.14
XYZ56.002961.865331.1798
Yxy61.86530.37570.4151
Hunter Lab78.6545-10.551331.5547
CIE-Lab82.8417-6.868338.5908

#dbd085 color RGB value is (219,208,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010000 10000101
Octal 333 320 205
Decimal 219 208 133
Hex DB D0 85

RGB Percentages of Color #dbd085

%39.11
%37.14
%23.75

CMYK Percentages of Color #dbd085

%0
%5
%39
%14

Triadic Colors of #dbd085

#dbd085 #85dbd0 #d085db

Analogous Colors of #dbd085

#dbd085 #bbdb85 #dba585

Monochromatic Colors of #dbd085

#dbd085

Complementary Color

#dbd085 #8590db

#dbd085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd085 Color CSS Codes

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

#dbd085 Text Font Color

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

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


#dbd085 Background Color

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

This div background color is #dbd085


#dbd085 Border Color

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

This div border color is #dbd085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd085


Comments

No comments written yet.

Please login to write comment.