Color Hex Logo

#dbd385 Color Hex

#DBD385
(219,211,133)
0 Favorites   0 Comments

Color spaces of #dbd385

RGB 219211133
HSL0.150.540.69
HSV54°39°86°
CMYK 0.000.040.39   0.14
XYZ56.741363.342131.4260
Yxy63.34210.37450.4181
Hunter Lab79.5878-12.018832.3002
CIE-Lab83.6221-8.397439.5901

#dbd385 color RGB value is (219,211,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 10000101
Octal 333 323 205
Decimal 219 211 133
Hex DB D3 85

RGB Percentages of Color #dbd385

%38.90
%37.48
%23.62

CMYK Percentages of Color #dbd385

%0
%4
%39
%14

Triadic Colors of #dbd385

#dbd385 #85dbd3 #d385db

Analogous Colors of #dbd385

#dbd385 #b8db85 #dba885

Monochromatic Colors of #dbd385

#dbd385

Complementary Color

#dbd385 #858ddb

#dbd385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd385 Color CSS Codes

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

#dbd385 Text Font Color

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

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


#dbd385 Background Color

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

This div background color is #dbd385


#dbd385 Border Color

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

This div border color is #dbd385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd385


Comments

No comments written yet.

Please login to write comment.