Color Hex Logo

#dbc496 Color Hex

#DBC496
(219,196,150)
0 Favorites   0 Comments

Color spaces of #dbc496

RGB 219196150
HSL0.110.490.72
HSV40°32°86°
CMYK 0.000.110.32   0.14
XYZ54.458456.741936.9362
Yxy56.74190.36760.3830
Hunter Lab75.3272-2.774723.6566
CIE-Lab80.03421.343726.0913

#dbc496 color RGB value is (219,196,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 10010110
Octal 333 304 226
Decimal 219 196 150
Hex DB C4 96

RGB Percentages of Color #dbc496

%38.76
%34.69
%26.55

CMYK Percentages of Color #dbc496

%0
%11
%32
%14

Triadic Colors of #dbc496

#dbc496 #96dbc4 #c496db

Analogous Colors of #dbc496

#dbc496 #d0db96 #dba296

Monochromatic Colors of #dbc496

#dbc496

Complementary Color

#dbc496 #96addb

#dbc496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc496 Color CSS Codes

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

#dbc496 Text Font Color

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

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


#dbc496 Background Color

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

This div background color is #dbc496


#dbc496 Border Color

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

This div border color is #dbc496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc496


Comments

No comments written yet.

Please login to write comment.