Color Hex Logo

#dbd989 Color Hex

#DBD989
(219,217,137)
0 Favorites   0 Comments

Color spaces of #dbd989

RGB 219217137
HSL0.160.530.70
HSV59°37°86°
CMYK 0.000.010.37   0.14
XYZ58.541666.491933.4157
Yxy66.49190.36950.4196
Hunter Lab81.5426-14.549532.7831
CIE-Lab85.2467-10.993939.6587

#dbd989 color RGB value is (219,217,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 10001001
Octal 333 331 211
Decimal 219 217 137
Hex DB D9 89

RGB Percentages of Color #dbd989

%38.22
%37.87
%23.91

CMYK Percentages of Color #dbd989

%0
%1
%37
%14

Triadic Colors of #dbd989

#dbd989 #89dbd9 #d989db

Analogous Colors of #dbd989

#dbd989 #b4db89 #dbb089

Monochromatic Colors of #dbd989

#dbd989

Complementary Color

#dbd989 #898bdb

#dbd989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd989 Color CSS Codes

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

#dbd989 Text Font Color

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

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


#dbd989 Background Color

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

This div background color is #dbd989


#dbd989 Border Color

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

This div border color is #dbd989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd989


Comments

No comments written yet.

Please login to write comment.