Color Hex Logo

#dbd295 Color Hex

#DBD295
(219,210,149)
0 Favorites   0 Comments

Color spaces of #dbd295

RGB 219210149
HSL0.150.490.72
HSV52°32°86°
CMYK 0.000.040.32   0.14
XYZ57.684863.323237.6161
Yxy63.32320.36370.3992
Hunter Lab79.5759-9.862627.6763
CIE-Lab83.6121-6.034031.4095

#dbd295 color RGB value is (219,210,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 10010101
Octal 333 322 225
Decimal 219 210 149
Hex DB D2 95

RGB Percentages of Color #dbd295

%37.89
%36.33
%25.78

CMYK Percentages of Color #dbd295

%0
%4
%32
%14

Triadic Colors of #dbd295

#dbd295 #95dbd2 #d295db

Analogous Colors of #dbd295

#dbd295 #c1db95 #dbaf95

Monochromatic Colors of #dbd295

#dbd295

Complementary Color

#dbd295 #959edb

#dbd295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd295 Color CSS Codes

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

#dbd295 Text Font Color

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

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


#dbd295 Background Color

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

This div background color is #dbd295


#dbd295 Border Color

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

This div border color is #dbd295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd295


Comments

No comments written yet.

Please login to write comment.