Color Hex Logo

#dbc49a Color Hex

#DBC49A
(219,196,154)
0 Favorites   0 Comments

Color spaces of #dbc49a

RGB 219196154
HSL0.110.470.73
HSV39°30°86°
CMYK 0.000.110.30   0.14
XYZ54.786156.873038.6619
Yxy56.87300.36450.3783
Hunter Lab75.4142-2.300022.3943
CIE-Lab80.10811.856524.0794

#dbc49a color RGB value is (219,196,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 10011010
Octal 333 304 232
Decimal 219 196 154
Hex DB C4 9A

RGB Percentages of Color #dbc49a

%38.49
%34.45
%27.07

CMYK Percentages of Color #dbc49a

%0
%11
%30
%14

Triadic Colors of #dbc49a

#dbc49a #9adbc4 #c49adb

Analogous Colors of #dbc49a

#dbc49a #d2db9a #dba49a

Monochromatic Colors of #dbc49a

#dbc49a

Complementary Color

#dbc49a #9ab1db

#dbc49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc49a Color CSS Codes

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

#dbc49a Text Font Color

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

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


#dbc49a Background Color

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

This div background color is #dbc49a


#dbc49a Border Color

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

This div border color is #dbc49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc49a


Comments

No comments written yet.

Please login to write comment.