Color Hex Logo

#dbc591 Color Hex

#DBC591
(219,197,145)
0 Favorites   0 Comments

Color spaces of #dbc591

RGB 219197145
HSL0.120.510.71
HSV42°34°86°
CMYK 0.000.100.34   0.14
XYZ54.290557.036934.9359
Yxy57.03690.37120.3900
Hunter Lab75.5228-3.847925.4391
CIE-Lab80.20030.200428.9425

#dbc591 color RGB value is (219,197,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 10010001
Octal 333 305 221
Decimal 219 197 145
Hex DB C5 91

RGB Percentages of Color #dbc591

%39.04
%35.12
%25.85

CMYK Percentages of Color #dbc591

%0
%10
%34
%14

Triadic Colors of #dbc591

#dbc591 #91dbc5 #c591db

Analogous Colors of #dbc591

#dbc591 #ccdb91 #dba091

Monochromatic Colors of #dbc591

#dbc591

Complementary Color

#dbc591 #91a7db

#dbc591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc591 Color CSS Codes

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

#dbc591 Text Font Color

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

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


#dbc591 Background Color

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

This div background color is #dbc591


#dbc591 Border Color

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

This div border color is #dbc591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc591


Comments

No comments written yet.

Please login to write comment.