Color Hex Logo

#dbd186 Color Hex

#DBD186
(219,209,134)
0 Favorites   0 Comments

Color spaces of #dbd186

RGB 219209134
HSL0.150.540.69
HSV53°39°86°
CMYK 0.000.050.39   0.14
XYZ56.317062.382231.6270
Yxy62.38220.37460.4150
Hunter Lab78.9824-10.943031.5461
CIE-Lab83.1163-7.269338.4368

#dbd186 color RGB value is (219,209,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 10000110
Octal 333 321 206
Decimal 219 209 134
Hex DB D1 86

RGB Percentages of Color #dbd186

%38.97
%37.19
%23.84

CMYK Percentages of Color #dbd186

%0
%5
%39
%14

Triadic Colors of #dbd186

#dbd186 #86dbd1 #d186db

Analogous Colors of #dbd186

#dbd186 #bbdb86 #dba786

Monochromatic Colors of #dbd186

#dbd186

Complementary Color

#dbd186 #8690db

#dbd186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd186 Color CSS Codes

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

#dbd186 Text Font Color

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

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


#dbd186 Background Color

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

This div background color is #dbd186


#dbd186 Border Color

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

This div border color is #dbd186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd186


Comments

No comments written yet.

Please login to write comment.