Color Hex Logo

#dbc391 Color Hex

#DBC391
(219,195,145)
0 Favorites   0 Comments

Color spaces of #dbc391

RGB 219195145
HSL0.110.510.71
HSV41°34°86°
CMYK 0.000.110.34   0.14
XYZ53.839456.134634.7855
Yxy56.13460.37190.3878
Hunter Lab74.9230-2.845924.9188
CIE-Lab79.69041.246428.2600

#dbc391 color RGB value is (219,195,145).

#dbc391 hex color red value is 219, green value is 195 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #dbc391 hue: 0.11 , saturation: 0.51 and the lightness value of dbc391 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 10010001
Octal 333 303 221
Decimal 219 195 145
Hex DB C3 91

RGB Percentages of Color #dbc391

%39.18
%34.88
%25.94

CMYK Percentages of Color #dbc391

%0
%11
%34
%14

Triadic Colors of #dbc391

#dbc391 #91dbc3 #c391db

Analogous Colors of #dbc391

#dbc391 #cedb91 #db9e91

Monochromatic Colors of #dbc391

#dbc391

Complementary Color

#dbc391 #91a9db

#dbc391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc391 Color CSS Codes

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

#dbc391 Text Font Color

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

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


#dbc391 Background Color

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

This div background color is #dbc391


#dbc391 Border Color

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

This div border color is #dbc391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc391


Comments

No comments written yet.

Please login to write comment.