Color Hex Logo

#dbbd86 Color Hex

#DBBD86
(219,189,134)
0 Favorites   0 Comments

Color spaces of #dbbd86

RGB 219189134
HSL0.110.540.69
HSV39°39°86°
CMYK 0.000.140.39   0.14
XYZ51.714153.176530.0927
Yxy53.17650.38310.3939
Hunter Lab72.9222-1.027426.5784
CIE-Lab77.97913.105731.7571

#dbbd86 color RGB value is (219,189,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 10000110
Octal 333 275 206
Decimal 219 189 134
Hex DB BD 86

RGB Percentages of Color #dbbd86

%40.41
%34.87
%24.72

CMYK Percentages of Color #dbbd86

%0
%14
%39
%14

Triadic Colors of #dbbd86

#dbbd86 #86dbbd #bd86db

Analogous Colors of #dbbd86

#dbbd86 #cfdb86 #db9386

Monochromatic Colors of #dbbd86

#dbbd86

Complementary Color

#dbbd86 #86a4db

#dbbd86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbd86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbd86 Color CSS Codes

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

#dbbd86 Text Font Color

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

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


#dbbd86 Background Color

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

This div background color is #dbbd86


#dbbd86 Border Color

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

This div border color is #dbbd86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbd86


Comments

No comments written yet.

Please login to write comment.