Color Hex Logo

#dbc289 Color Hex

#DBC289
(219,194,137)
0 Favorites   0 Comments

Color spaces of #dbc289

RGB 219194137
HSL0.120.530.70
HSV42°37°86°
CMYK 0.000.110.37   0.14
XYZ53.020655.449831.5753
Yxy55.44980.37860.3959
Hunter Lab74.4646-3.216826.9844
CIE-Lab79.29970.822531.9287

#dbc289 color RGB value is (219,194,137).

#dbc289 hex color red value is 219, green value is 194 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #dbc289 hue: 0.12 , saturation: 0.53 and the lightness value of dbc289 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 10001001
Octal 333 302 211
Decimal 219 194 137
Hex DB C2 89

RGB Percentages of Color #dbc289

%39.82
%35.27
%24.91

CMYK Percentages of Color #dbc289

%0
%11
%37
%14

Triadic Colors of #dbc289

#dbc289 #89dbc2 #c289db

Analogous Colors of #dbc289

#dbc289 #cbdb89 #db9989

Monochromatic Colors of #dbc289

#dbc289

Complementary Color

#dbc289 #89a2db

#dbc289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc289 Color CSS Codes

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

#dbc289 Text Font Color

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

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


#dbc289 Background Color

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

This div background color is #dbc289


#dbc289 Border Color

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

This div border color is #dbc289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc289

#dbc289 Color Palettes


Comments

No comments written yet.

Please login to write comment.