Color Hex Logo

#dbc889 Color Hex

#DBC889
(219,200,137)
0 Favorites   0 Comments

Color spaces of #dbc889

RGB 219200137
HSL0.130.530.70
HSV46°37°86°
CMYK 0.000.090.37   0.14
XYZ54.383158.174832.0295
Yxy58.17480.37610.4024
Hunter Lab76.2724-6.204228.4927
CIE-Lab80.8359-2.303233.9456

#dbc889 color RGB value is (219,200,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 10001001
Octal 333 310 211
Decimal 219 200 137
Hex DB C8 89

RGB Percentages of Color #dbc889

%39.39
%35.97
%24.64

CMYK Percentages of Color #dbc889

%0
%9
%37
%14

Triadic Colors of #dbc889

#dbc889 #89dbc8 #c889db

Analogous Colors of #dbc889

#dbc889 #c5db89 #db9f89

Monochromatic Colors of #dbc889

#dbc889

Complementary Color

#dbc889 #899cdb

#dbc889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc889 Color CSS Codes

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

#dbc889 Text Font Color

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

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


#dbc889 Background Color

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

This div background color is #dbc889


#dbc889 Border Color

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

This div border color is #dbc889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc889


Comments

No comments written yet.

Please login to write comment.