Color Hex Logo

#dbd590 Color Hex

#DBD590
(219,213,144)
0 Favorites   0 Comments

Color spaces of #dbd590

RGB 219213144
HSL0.150.510.71
HSV55°34°86°
CMYK 0.000.030.34   0.14
XYZ58.041764.662235.8075
Yxy64.66220.36620.4079
Hunter Lab80.4128-11.881729.8874
CIE-Lab84.3094-8.168034.8977

#dbd590 color RGB value is (219,213,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 10010000
Octal 333 325 220
Decimal 219 213 144
Hex DB D5 90

RGB Percentages of Color #dbd590

%38.02
%36.98
%25.00

CMYK Percentages of Color #dbd590

%0
%3
%34
%14

Triadic Colors of #dbd590

#dbd590 #90dbd5 #d590db

Analogous Colors of #dbd590

#dbd590 #bcdb90 #dbb090

Monochromatic Colors of #dbd590

#dbd590

Complementary Color

#dbd590 #9096db

#dbd590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd590 Color CSS Codes

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

#dbd590 Text Font Color

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

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


#dbd590 Background Color

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

This div background color is #dbd590


#dbd590 Border Color

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

This div border color is #dbd590


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,213,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbd590">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd590


Comments

No comments written yet.

Please login to write comment.