Color Hex Logo

#dbc596 Color Hex

#DBC596
(219,197,150)
0 Favorites   0 Comments

Color spaces of #dbc596

RGB 219197150
HSL0.110.490.72
HSV41°32°86°
CMYK 0.000.100.32   0.14
XYZ54.684757.194637.0116
Yxy57.19460.36730.3841
Hunter Lab75.6271-3.277123.9227
CIE-Lab80.28890.820326.4356

#dbc596 color RGB value is (219,197,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 10010110
Octal 333 305 226
Decimal 219 197 150
Hex DB C5 96

RGB Percentages of Color #dbc596

%38.69
%34.81
%26.50

CMYK Percentages of Color #dbc596

%0
%10
%32
%14

Triadic Colors of #dbc596

#dbc596 #96dbc5 #c596db

Analogous Colors of #dbc596

#dbc596 #cfdb96 #dba396

Monochromatic Colors of #dbc596

#dbc596

Complementary Color

#dbc596 #96acdb

#dbc596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc596 Color CSS Codes

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

#dbc596 Text Font Color

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

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


#dbc596 Background Color

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

This div background color is #dbc596


#dbc596 Border Color

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

This div border color is #dbc596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc596


Comments

No comments written yet.

Please login to write comment.