Color Hex Logo

#dbc487 Color Hex

#DBC487
(219,196,135)
0 Favorites   0 Comments

Color spaces of #dbc487

RGB 219196135
HSL0.120.540.69
HSV44°38°86°
CMYK 0.000.110.38   0.14
XYZ53.326556.289230.9760
Yxy56.28920.37930.4004
Hunter Lab75.0261-4.422928.0393
CIE-Lab79.7781-0.449833.5965

#dbc487 color RGB value is (219,196,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 10000111
Octal 333 304 207
Decimal 219 196 135
Hex DB C4 87

RGB Percentages of Color #dbc487

%39.82
%35.64
%24.55

CMYK Percentages of Color #dbc487

%0
%11
%38
%14

Triadic Colors of #dbc487

#dbc487 #87dbc4 #c487db

Analogous Colors of #dbc487

#dbc487 #c8db87 #db9a87

Monochromatic Colors of #dbc487

#dbc487

Complementary Color

#dbc487 #879edb

#dbc487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc487 Color CSS Codes

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

#dbc487 Text Font Color

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

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


#dbc487 Background Color

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

This div background color is #dbc487


#dbc487 Border Color

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

This div border color is #dbc487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc487


Comments

No comments written yet.

Please login to write comment.