Color Hex Logo

#dbd289 Color Hex

#DBD289
(219,210,137)
0 Favorites   0 Comments

Color spaces of #dbd289

RGB 219210137
HSL0.150.530.70
HSV53°37°86°
CMYK 0.000.040.37   0.14
XYZ56.775462.959432.8269
Yxy62.95940.37210.4127
Hunter Lab79.3470-11.134531.0138
CIE-Lab83.4210-7.446637.3080

#dbd289 color RGB value is (219,210,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 10001001
Octal 333 322 211
Decimal 219 210 137
Hex DB D2 89

RGB Percentages of Color #dbd289

%38.69
%37.10
%24.20

CMYK Percentages of Color #dbd289

%0
%4
%37
%14

Triadic Colors of #dbd289

#dbd289 #89dbd2 #d289db

Analogous Colors of #dbd289

#dbd289 #bbdb89 #dba989

Monochromatic Colors of #dbd289

#dbd289

Complementary Color

#dbd289 #8992db

#dbd289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd289 Color CSS Codes

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

#dbd289 Text Font Color

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

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


#dbd289 Background Color

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

This div background color is #dbd289


#dbd289 Border Color

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

This div border color is #dbd289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd289


Comments

No comments written yet.

Please login to write comment.