Color Hex Logo

#dbc894 Color Hex

#DBC894
(219,200,148)
0 Favorites   0 Comments

Color spaces of #dbc894

RGB 219200148
HSL0.120.500.72
HSV44°32°86°
CMYK 0.000.090.32   0.14
XYZ55.213058.506736.3999
Yxy58.50670.36780.3897
Hunter Lab76.4897-5.009225.3278
CIE-Lab81.0197-0.994728.4687

#dbc894 color RGB value is (219,200,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 10010100
Octal 333 310 224
Decimal 219 200 148
Hex DB C8 94

RGB Percentages of Color #dbc894

%38.62
%35.27
%26.10

CMYK Percentages of Color #dbc894

%0
%9
%32
%14

Triadic Colors of #dbc894

#dbc894 #94dbc8 #c894db

Analogous Colors of #dbc894

#dbc894 #cbdb94 #dba594

Monochromatic Colors of #dbc894

#dbc894

Complementary Color

#dbc894 #94a7db

#dbc894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc894 Color CSS Codes

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

#dbc894 Text Font Color

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

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


#dbc894 Background Color

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

This div background color is #dbc894


#dbc894 Border Color

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

This div border color is #dbc894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc894

#dbc894 Color Palettes


Comments

No comments written yet.

Please login to write comment.