Color Hex Logo

#dbc987 Color Hex

#DBC987
(219,201,135)
0 Favorites   0 Comments

Color spaces of #dbc987

RGB 219201135
HSL0.130.540.69
HSV47°38°86°
CMYK 0.000.080.38   0.14
XYZ54.473258.582631.3582
Yxy58.58260.37720.4057
Hunter Lab76.5393-6.904829.2863
CIE-Lab81.0616-3.047235.2707

#dbc987 color RGB value is (219,201,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 10000111
Octal 333 311 207
Decimal 219 201 135
Hex DB C9 87

RGB Percentages of Color #dbc987

%39.46
%36.22
%24.32

CMYK Percentages of Color #dbc987

%0
%8
%38
%14

Triadic Colors of #dbc987

#dbc987 #87dbc9 #c987db

Analogous Colors of #dbc987

#dbc987 #c3db87 #db9f87

Monochromatic Colors of #dbc987

#dbc987

Complementary Color

#dbc987 #8799db

#dbc987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc987 Color CSS Codes

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

#dbc987 Text Font Color

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

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


#dbc987 Background Color

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

This div background color is #dbc987


#dbc987 Border Color

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

This div border color is #dbc987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc987


Comments

No comments written yet.

Please login to write comment.