Color Hex Logo

#dbc49f Color Hex

#DBC49F
(219,196,159)
0 Favorites   0 Comments

Color spaces of #dbc49f

RGB 219196159
HSL0.100.450.74
HSV37°27°86°
CMYK 0.000.110.27   0.14
XYZ55.211457.043140.9014
Yxy57.04310.36050.3725
Hunter Lab75.5269-1.685620.7605
CIE-Lab80.20382.517921.5610

#dbc49f color RGB value is (219,196,159).

#dbc49f hex color red value is 219, green value is 196 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dbc49f hue: 0.10 , saturation: 0.45 and the lightness value of dbc49f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 10011111
Octal 333 304 237
Decimal 219 196 159
Hex DB C4 9F

RGB Percentages of Color #dbc49f

%38.15
%34.15
%27.70

CMYK Percentages of Color #dbc49f

%0
%11
%27
%14

Triadic Colors of #dbc49f

#dbc49f #9fdbc4 #c49fdb

Analogous Colors of #dbc49f

#dbc49f #d4db9f #dba69f

Monochromatic Colors of #dbc49f

#dbc49f

Complementary Color

#dbc49f #9fb6db

#dbc49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc49f Color CSS Codes

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

#dbc49f Text Font Color

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

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


#dbc49f Background Color

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

This div background color is #dbc49f


#dbc49f Border Color

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

This div border color is #dbc49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc49f


Comments

No comments written yet.

Please login to write comment.