Color Hex Logo

#dbc389 Color Hex

#DBC389
(219,195,137)
0 Favorites   0 Comments

Color spaces of #dbc389

RGB 219195137
HSL0.120.530.70
HSV42°37°86°
CMYK 0.000.110.37   0.14
XYZ53.243955.896431.6497
Yxy55.89640.37820.3970
Hunter Lab74.7639-3.716227.2356
CIE-Lab79.55480.299732.2648

#dbc389 color RGB value is (219,195,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 10001001
Octal 333 303 211
Decimal 219 195 137
Hex DB C3 89

RGB Percentages of Color #dbc389

%39.75
%35.39
%24.86

CMYK Percentages of Color #dbc389

%0
%11
%37
%14

Triadic Colors of #dbc389

#dbc389 #89dbc3 #c389db

Analogous Colors of #dbc389

#dbc389 #cadb89 #db9a89

Monochromatic Colors of #dbc389

#dbc389

Complementary Color

#dbc389 #89a1db

#dbc389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc389 Color CSS Codes

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

#dbc389 Text Font Color

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

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


#dbc389 Background Color

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

This div background color is #dbc389


#dbc389 Border Color

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

This div border color is #dbc389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc389

#dbc389 Color Palettes


Comments

No comments written yet.

Please login to write comment.