Color Hex Logo

#dbc985 Color Hex

#DBC985
(219,201,133)
0 Favorites   0 Comments

Color spaces of #dbc985

RGB 219201133
HSL0.130.540.69
HSV47°39°86°
CMYK 0.000.080.39   0.14
XYZ54.333758.526830.6234
Yxy58.52680.37870.4079
Hunter Lab76.5028-7.105929.8187
CIE-Lab81.0308-3.269136.2573

#dbc985 color RGB value is (219,201,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 10000101
Octal 333 311 205
Decimal 219 201 133
Hex DB C9 85

RGB Percentages of Color #dbc985

%39.60
%36.35
%24.05

CMYK Percentages of Color #dbc985

%0
%8
%39
%14

Triadic Colors of #dbc985

#dbc985 #85dbc9 #c985db

Analogous Colors of #dbc985

#dbc985 #c2db85 #db9e85

Monochromatic Colors of #dbc985

#dbc985

Complementary Color

#dbc985 #8597db

#dbc985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc985 Color CSS Codes

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

#dbc985 Text Font Color

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

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


#dbc985 Background Color

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

This div background color is #dbc985


#dbc985 Border Color

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

This div border color is #dbc985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc985


Comments

No comments written yet.

Please login to write comment.