Color Hex Logo

#dbc794 Color Hex

#DBC794
(219,199,148)
0 Favorites   0 Comments

Color spaces of #dbc794

RGB 219199148
HSL0.120.500.72
HSV43°32°86°
CMYK 0.000.090.32   0.14
XYZ54.982158.045036.3229
Yxy58.04500.36810.3887
Hunter Lab76.1873-4.509525.0641
CIE-Lab80.7638-0.474128.1255

#dbc794 color RGB value is (219,199,148).

#dbc794 hex color red value is 219, green value is 199 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #dbc794 hue: 0.12 , saturation: 0.50 and the lightness value of dbc794 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 10010100
Octal 333 307 224
Decimal 219 199 148
Hex DB C7 94

RGB Percentages of Color #dbc794

%38.69
%35.16
%26.15

CMYK Percentages of Color #dbc794

%0
%9
%32
%14

Triadic Colors of #dbc794

#dbc794 #94dbc7 #c794db

Analogous Colors of #dbc794

#dbc794 #ccdb94 #dba494

Monochromatic Colors of #dbc794

#dbc794

Complementary Color

#dbc794 #94a8db

#dbc794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc794 Color CSS Codes

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

#dbc794 Text Font Color

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

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


#dbc794 Background Color

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

This div background color is #dbc794


#dbc794 Border Color

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

This div border color is #dbc794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc794


Comments

No comments written yet.

Please login to write comment.