Color Hex Logo

#dbd395 Color Hex

#DBD395
(219,211,149)
0 Favorites   0 Comments

Color spaces of #dbd395

RGB 219211149
HSL0.150.490.72
HSV53°32°86°
CMYK 0.000.040.32   0.14
XYZ57.932563.818537.6986
Yxy63.81850.36330.4002
Hunter Lab79.8865-10.355827.9415
CIE-Lab83.8712-6.545531.7536

#dbd395 color RGB value is (219,211,149).

#dbd395 hex color red value is 219, green value is 211 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #dbd395 hue: 0.15 , saturation: 0.49 and the lightness value of dbd395 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 10010101
Octal 333 323 225
Decimal 219 211 149
Hex DB D3 95

RGB Percentages of Color #dbd395

%37.82
%36.44
%25.73

CMYK Percentages of Color #dbd395

%0
%4
%32
%14

Triadic Colors of #dbd395

#dbd395 #95dbd3 #d395db

Analogous Colors of #dbd395

#dbd395 #c0db95 #dbb095

Monochromatic Colors of #dbd395

#dbd395

Complementary Color

#dbd395 #959ddb

#dbd395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd395 Color CSS Codes

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

#dbd395 Text Font Color

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

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


#dbd395 Background Color

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

This div background color is #dbd395


#dbd395 Border Color

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

This div border color is #dbd395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd395


Comments

No comments written yet.

Please login to write comment.