Color Hex Logo

#dbd789 Color Hex

#DBD789
(219,215,137)
0 Favorites   0 Comments

Color spaces of #dbd789

RGB 219215137
HSL0.160.530.70
HSV57°37°86°
CMYK 0.000.020.37   0.14
XYZ58.029265.467133.2449
Yxy65.46710.37020.4177
Hunter Lab80.9117-13.576932.2772
CIE-Lab84.7239-9.985138.9874

#dbd789 color RGB value is (219,215,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 10001001
Octal 333 327 211
Decimal 219 215 137
Hex DB D7 89

RGB Percentages of Color #dbd789

%38.35
%37.65
%23.99

CMYK Percentages of Color #dbd789

%0
%2
%37
%14

Triadic Colors of #dbd789

#dbd789 #89dbd7 #d789db

Analogous Colors of #dbd789

#dbd789 #b6db89 #dbae89

Monochromatic Colors of #dbd789

#dbd789

Complementary Color

#dbd789 #898ddb

#dbd789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd789 Color CSS Codes

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

#dbd789 Text Font Color

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

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


#dbd789 Background Color

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

This div background color is #dbd789


#dbd789 Border Color

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

This div border color is #dbd789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd789


Comments

No comments written yet.

Please login to write comment.