Color Hex Logo

#dbc087 Color Hex

#DBC087
(219,192,135)
0 Favorites   0 Comments

Color spaces of #dbc087

RGB 219192135
HSL0.110.540.69
HSV41°38°86°
CMYK 0.000.120.38   0.14
XYZ52.436254.508630.6792
Yxy54.50860.38100.3961
Hunter Lab73.8299-2.426427.0437
CIE-Lab78.75741.642132.2581

#dbc087 color RGB value is (219,192,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 10000111
Octal 333 300 207
Decimal 219 192 135
Hex DB C0 87

RGB Percentages of Color #dbc087

%40.11
%35.16
%24.73

CMYK Percentages of Color #dbc087

%0
%12
%38
%14

Triadic Colors of #dbc087

#dbc087 #87dbc0 #c087db

Analogous Colors of #dbc087

#dbc087 #ccdb87 #db9687

Monochromatic Colors of #dbc087

#dbc087

Complementary Color

#dbc087 #87a2db

#dbc087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc087 Color CSS Codes

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

#dbc087 Text Font Color

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

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


#dbc087 Background Color

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

This div background color is #dbc087


#dbc087 Border Color

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

This div border color is #dbc087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc087


Comments

No comments written yet.

Please login to write comment.