Color Hex Logo

#dbc196 Color Hex

#DBC196
(219,193,150)
0 Favorites   0 Comments

Color spaces of #dbc196

RGB 219193150
HSL0.100.490.72
HSV37°32°86°
CMYK 0.000.120.32   0.14
XYZ53.788455.402036.7129
Yxy55.40200.36870.3797
Hunter Lab74.4325-1.264522.8587
CIE-Lab79.27232.917925.0592

#dbc196 color RGB value is (219,193,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 10010110
Octal 333 301 226
Decimal 219 193 150
Hex DB C1 96

RGB Percentages of Color #dbc196

%38.97
%34.34
%26.69

CMYK Percentages of Color #dbc196

%0
%12
%32
%14

Triadic Colors of #dbc196

#dbc196 #96dbc1 #c196db

Analogous Colors of #dbc196

#dbc196 #d3db96 #db9f96

Monochromatic Colors of #dbc196

#dbc196

Complementary Color

#dbc196 #96b0db

#dbc196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc196 Color CSS Codes

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

#dbc196 Text Font Color

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

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


#dbc196 Background Color

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

This div background color is #dbc196


#dbc196 Border Color

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

This div border color is #dbc196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc196


Comments

No comments written yet.

Please login to write comment.