Color Hex Logo

#dbc096 Color Hex

#DBC096
(219,192,150)
0 Favorites   0 Comments

Color spaces of #dbc096

RGB 219192150
HSL0.100.490.72
HSV37°32°86°
CMYK 0.000.120.32   0.14
XYZ53.568154.961436.6394
Yxy54.96140.36900.3786
Hunter Lab74.1360-0.759922.5929
CIE-Lab79.01903.444024.7156

#dbc096 color RGB value is (219,192,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 10010110
Octal 333 300 226
Decimal 219 192 150
Hex DB C0 96

RGB Percentages of Color #dbc096

%39.04
%34.22
%26.74

CMYK Percentages of Color #dbc096

%0
%12
%32
%14

Triadic Colors of #dbc096

#dbc096 #96dbc0 #c096db

Analogous Colors of #dbc096

#dbc096 #d4db96 #db9e96

Monochromatic Colors of #dbc096

#dbc096

Complementary Color

#dbc096 #96b1db

#dbc096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc096 Color CSS Codes

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

#dbc096 Text Font Color

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

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


#dbc096 Background Color

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

This div background color is #dbc096


#dbc096 Border Color

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

This div border color is #dbc096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc096


Comments

No comments written yet.

Please login to write comment.