Color Hex Logo

#dbc589 Color Hex

#DBC589
(219,197,137)
0 Favorites   0 Comments

Color spaces of #dbc589

RGB 219197137
HSL0.120.530.70
HSV44°37°86°
CMYK 0.000.100.37   0.14
XYZ53.695056.798731.8001
Yxy56.79870.37740.3992
Hunter Lab75.3649-4.713327.7381
CIE-Lab80.0662-0.744032.9370

#dbc589 color RGB value is (219,197,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 10001001
Octal 333 305 211
Decimal 219 197 137
Hex DB C5 89

RGB Percentages of Color #dbc589

%39.60
%35.62
%24.77

CMYK Percentages of Color #dbc589

%0
%10
%37
%14

Triadic Colors of #dbc589

#dbc589 #89dbc5 #c589db

Analogous Colors of #dbc589

#dbc589 #c8db89 #db9c89

Monochromatic Colors of #dbc589

#dbc589

Complementary Color

#dbc589 #899fdb

#dbc589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc589 Color CSS Codes

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

#dbc589 Text Font Color

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

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


#dbc589 Background Color

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

This div background color is #dbc589


#dbc589 Border Color

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

This div border color is #dbc589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc589


Comments

No comments written yet.

Please login to write comment.