Color Hex Logo

#dbc687 Color Hex

#DBC687
(219,198,135)
0 Favorites   0 Comments

Color spaces of #dbc687

RGB 219198135
HSL0.130.540.69
HSV45°38°86°
CMYK 0.000.100.38   0.14
XYZ53.780757.197531.1273
Yxy57.19750.37850.4025
Hunter Lab75.6290-5.417328.5378
CIE-Lab80.2906-1.491034.2662

#dbc687 color RGB value is (219,198,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 10000111
Octal 333 306 207
Decimal 219 198 135
Hex DB C6 87

RGB Percentages of Color #dbc687

%39.67
%35.87
%24.46

CMYK Percentages of Color #dbc687

%0
%10
%38
%14

Triadic Colors of #dbc687

#dbc687 #87dbc6 #c687db

Analogous Colors of #dbc687

#dbc687 #c6db87 #db9c87

Monochromatic Colors of #dbc687

#dbc687

Complementary Color

#dbc687 #879cdb

#dbc687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc687 Color CSS Codes

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

#dbc687 Text Font Color

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

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


#dbc687 Background Color

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

This div background color is #dbc687


#dbc687 Border Color

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

This div border color is #dbc687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc687


Comments

No comments written yet.

Please login to write comment.