Color Hex Logo

#dbd489 Color Hex

#DBD489
(219,212,137)
0 Favorites   0 Comments

Color spaces of #dbd489

RGB 219212137
HSL0.150.530.70
HSV55°37°86°
CMYK 0.000.030.37   0.14
XYZ57.272363.953232.9925
Yxy63.95320.37140.4147
Hunter Lab79.9707-12.113231.5190
CIE-Lab83.9414-8.464737.9801

#dbd489 color RGB value is (219,212,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 10001001
Octal 333 324 211
Decimal 219 212 137
Hex DB D4 89

RGB Percentages of Color #dbd489

%38.56
%37.32
%24.12

CMYK Percentages of Color #dbd489

%0
%3
%37
%14

Triadic Colors of #dbd489

#dbd489 #89dbd4 #d489db

Analogous Colors of #dbd489

#dbd489 #b9db89 #dbab89

Monochromatic Colors of #dbd489

#dbd489

Complementary Color

#dbd489 #8990db

#dbd489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd489 Color CSS Codes

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

#dbd489 Text Font Color

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

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


#dbd489 Background Color

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

This div background color is #dbd489


#dbd489 Border Color

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

This div border color is #dbd489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd489


Comments

No comments written yet.

Please login to write comment.