Color Hex Logo

#dbc095 Color Hex

#DBC095
(219,192,149)
0 Favorites   0 Comments

Color spaces of #dbc095

RGB 219192149
HSL0.100.490.72
HSV37°32°86°
CMYK 0.000.120.32   0.14
XYZ53.487954.929336.2171
Yxy54.92930.36980.3798
Hunter Lab74.1143-0.877522.9070
CIE-Lab79.00053.317525.2202

#dbc095 color RGB value is (219,192,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 10010101
Octal 333 300 225
Decimal 219 192 149
Hex DB C0 95

RGB Percentages of Color #dbc095

%39.11
%34.29
%26.61

CMYK Percentages of Color #dbc095

%0
%12
%32
%14

Triadic Colors of #dbc095

#dbc095 #95dbc0 #c095db

Analogous Colors of #dbc095

#dbc095 #d3db95 #db9d95

Monochromatic Colors of #dbc095

#dbc095

Complementary Color

#dbc095 #95b0db

#dbc095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc095 Color CSS Codes

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

#dbc095 Text Font Color

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

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


#dbc095 Background Color

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

This div background color is #dbc095


#dbc095 Border Color

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

This div border color is #dbc095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc095

#dbc095 Color Palettes


Comments

No comments written yet.

Please login to write comment.