Color Hex Logo

#dbc491 Color Hex

#DBC491
(219,196,145)
0 Favorites   0 Comments

Color spaces of #dbc491

RGB 219196145
HSL0.110.510.71
HSV41°34°86°
CMYK 0.000.110.34   0.14
XYZ54.064256.584334.8604
Yxy56.58430.37160.3889
Hunter Lab75.2225-3.347325.1790
CIE-Lab79.94520.722928.6014

#dbc491 color RGB value is (219,196,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 10010001
Octal 333 304 221
Decimal 219 196 145
Hex DB C4 91

RGB Percentages of Color #dbc491

%39.11
%35.00
%25.89

CMYK Percentages of Color #dbc491

%0
%11
%34
%14

Triadic Colors of #dbc491

#dbc491 #91dbc4 #c491db

Analogous Colors of #dbc491

#dbc491 #cddb91 #db9f91

Monochromatic Colors of #dbc491

#dbc491

Complementary Color

#dbc491 #91a8db

#dbc491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc491 Color CSS Codes

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

#dbc491 Text Font Color

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

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


#dbc491 Background Color

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

This div background color is #dbc491


#dbc491 Border Color

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

This div border color is #dbc491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc491


Comments

No comments written yet.

Please login to write comment.