Color Hex Logo

#dbc585 Color Hex

#DBC585
(219,197,133)
0 Favorites   0 Comments

Color spaces of #dbc585

RGB 219197133
HSL0.120.540.69
HSV45°39°86°
CMYK 0.000.100.39   0.14
XYZ53.413356.686030.3166
Yxy56.68600.38040.4037
Hunter Lab75.2901-5.123928.8291
CIE-Lab80.0027-1.194034.9237

#dbc585 color RGB value is (219,197,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 10000101
Octal 333 305 205
Decimal 219 197 133
Hex DB C5 85

RGB Percentages of Color #dbc585

%39.89
%35.88
%24.23

CMYK Percentages of Color #dbc585

%0
%10
%39
%14

Triadic Colors of #dbc585

#dbc585 #85dbc5 #c585db

Analogous Colors of #dbc585

#dbc585 #c6db85 #db9a85

Monochromatic Colors of #dbc585

#dbc585

Complementary Color

#dbc585 #859bdb

#dbc585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc585 Color CSS Codes

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

#dbc585 Text Font Color

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

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


#dbc585 Background Color

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

This div background color is #dbc585


#dbc585 Border Color

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

This div border color is #dbc585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc585


Comments

No comments written yet.

Please login to write comment.