Color Hex Logo

#dbd589 Color Hex

#DBD589
(219,213,137)
0 Favorites   0 Comments

Color spaces of #dbd589

RGB 219213137
HSL0.150.530.70
HSV56°37°86°
CMYK 0.000.030.37   0.14
XYZ57.523064.454733.0761
Yxy64.45470.37100.4157
Hunter Lab80.2837-12.601831.7717
CIE-Lab84.2020-8.972538.3159

#dbd589 color RGB value is (219,213,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 10001001
Octal 333 325 211
Decimal 219 213 137
Hex DB D5 89

RGB Percentages of Color #dbd589

%38.49
%37.43
%24.08

CMYK Percentages of Color #dbd589

%0
%3
%37
%14

Triadic Colors of #dbd589

#dbd589 #89dbd5 #d589db

Analogous Colors of #dbd589

#dbd589 #b8db89 #dbac89

Monochromatic Colors of #dbd589

#dbd589

Complementary Color

#dbd589 #898fdb

#dbd589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd589 Color CSS Codes

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

#dbd589 Text Font Color

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

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


#dbd589 Background Color

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

This div background color is #dbd589


#dbd589 Border Color

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

This div border color is #dbd589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd589


Comments

No comments written yet.

Please login to write comment.