Color Hex Logo

#dbc387 Color Hex

#DBC387
(219,195,135)
0 Favorites   0 Comments

Color spaces of #dbc387

RGB 219195135
HSL0.120.540.69
HSV43°38°86°
CMYK 0.000.110.38   0.14
XYZ53.101755.839630.9010
Yxy55.83960.37970.3993
Hunter Lab74.7259-3.924727.7903
CIE-Lab79.52240.072033.2620

#dbc387 color RGB value is (219,195,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 10000111
Octal 333 303 207
Decimal 219 195 135
Hex DB C3 87

RGB Percentages of Color #dbc387

%39.89
%35.52
%24.59

CMYK Percentages of Color #dbc387

%0
%11
%38
%14

Triadic Colors of #dbc387

#dbc387 #87dbc3 #c387db

Analogous Colors of #dbc387

#dbc387 #c9db87 #db9987

Monochromatic Colors of #dbc387

#dbc387

Complementary Color

#dbc387 #879fdb

#dbc387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc387 Color CSS Codes

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

#dbc387 Text Font Color

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

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


#dbc387 Background Color

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

This div background color is #dbc387


#dbc387 Border Color

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

This div border color is #dbc387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc387


Comments

No comments written yet.

Please login to write comment.